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
¶
property¶
-
protected List<XmlKeyValuePair>
property
¶
Methods¶
getAgentClass¶
-
public XmlAgentParameters.AgentClass
getAgentClass
()¶ Gets the value of the agentClass property.
Returns: possible object is XmlAgentParameters.AgentClass
getId¶
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¶
setAgentClass¶
-
public void
setAgentClass
(XmlAgentParameters.AgentClass value)¶ Sets the value of the agentClass property.
Parameters: - value – allowed object is
XmlAgentParameters.AgentClass
- value – allowed object is