.. java:import:: java.util ArrayList
.. java:import:: java.util List
.. java:import:: javax.xml.bind.annotation XmlAccessType
.. java:import:: javax.xml.bind.annotation XmlAccessorType
.. java:import:: javax.xml.bind.annotation XmlAttribute
.. java:import:: javax.xml.bind.annotation XmlElement
.. java:import:: javax.xml.bind.annotation XmlType
XmlAgentParameters.AgentClass
=============================
.. java:package:: edu.cwru.sepia.util.config.xml
:noindex:
.. java:type:: @XmlAccessorType @XmlType public static class AgentClass
:outertype: XmlAgentParameters
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
.. parsed-literal::
Fields
------
argument
^^^^^^^^
.. java:field:: @XmlElement protected List argument
:outertype: XmlAgentParameters.AgentClass
className
^^^^^^^^^
.. java:field:: @XmlElement protected String className
:outertype: XmlAgentParameters.AgentClass
Methods
-------
getArgument
^^^^^^^^^^^
.. java:method:: public List getArgument()
:outertype: XmlAgentParameters.AgentClass
Gets the value of the argument 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 argument property.
For example, to add a new item, do as follows:
.. parsed-literal::
getArgument().add(newItem);
Objects of the following type(s) are allowed in the list \ :java:ref:`String`\
getClassName
^^^^^^^^^^^^
.. java:method:: public String getClassName()
:outertype: XmlAgentParameters.AgentClass
Gets the value of the className property.
:return: possible object is \ :java:ref:`String`\
setClassName
^^^^^^^^^^^^
.. java:method:: public void setClassName(String value)
:outertype: XmlAgentParameters.AgentClass
Sets the value of the className property.
:param value: allowed object is \ :java:ref:`String`\