XmlAgentParameters

public class XmlAgentParameters

Java class for AgentParameters complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="AgentParameters">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="AgentClass">
          <complexType>
            <complexContent>
              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                <sequence>
                  <element name="ClassName" type="{http://www.w3.org/2001/XMLSchema}string"/>
                  <sequence maxOccurs="unbounded" minOccurs="0">
                    <element name="Argument" type="{http://www.w3.org/2001/XMLSchema}string"/>
                  </sequence>
                </sequence>
              </restriction>
            </complexContent>
          </complexType>
        </element>
        <choice>
          <sequence maxOccurs="unbounded" minOccurs="0">
            <element name="Property" type="{}KeyValuePair"/>
          </sequence>
          <element name="PropertyFile" type="{http://www.w3.org/2001/XMLSchema}string"/>
        </choice>
      </sequence>
      <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}int" />
    </restriction>
  </complexContent>
</complexType>

Fields

agentClass

protected XmlAgentParameters.AgentClass agentClass

id

protected Integer id

property

protected List<XmlKeyValuePair> property

propertyFile

protected String propertyFile

Methods

getAgentClass

public XmlAgentParameters.AgentClass getAgentClass()

Gets the value of the agentClass property.

Returns:possible object is XmlAgentParameters.AgentClass

getId

public Integer getId()

Gets the value of the id property.

Returns:possible object is Integer

getProperty

public List<XmlKeyValuePair> getProperty()

Gets the value of the property property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the property property.

For example, to add a new item, do as follows:

getProperty().add(newItem);

Objects of the following type(s) are allowed in the list XmlKeyValuePair

getPropertyFile

public String getPropertyFile()

Gets the value of the propertyFile property.

Returns:possible object is String

setAgentClass

public void setAgentClass(XmlAgentParameters.AgentClass value)

Sets the value of the agentClass property.

Parameters:

setId

public void setId(Integer value)

Sets the value of the id property.

Parameters:
  • value – allowed object is Integer

setPropertyFile

public void setPropertyFile(String value)

Sets the value of the propertyFile property.

Parameters:
  • value – allowed object is String