.. 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 XmlElement
.. java:import:: javax.xml.bind.annotation XmlRootElement
.. java:import:: javax.xml.bind.annotation XmlType
XmlConfiguration
================
.. java:package:: edu.cwru.sepia.util.config.xml
:noindex:
.. java:type:: @XmlAccessorType @XmlType @XmlRootElement public class XmlConfiguration
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
.. parsed-literal::
Fields
------
map
^^^
.. java:field:: @XmlElement protected String map
:outertype: XmlConfiguration
modelParameters
^^^^^^^^^^^^^^^
.. java:field:: @XmlElement protected XmlModelParameters modelParameters
:outertype: XmlConfiguration
player
^^^^^^
.. java:field:: @XmlElement protected List player
:outertype: XmlConfiguration
runner
^^^^^^
.. java:field:: @XmlElement protected XmlRunner runner
:outertype: XmlConfiguration
Methods
-------
getMap
^^^^^^
.. java:method:: public String getMap()
:outertype: XmlConfiguration
Gets the value of the map property.
:return: possible object is \ :java:ref:`String`\
getModelParameters
^^^^^^^^^^^^^^^^^^
.. java:method:: public XmlModelParameters getModelParameters()
:outertype: XmlConfiguration
Gets the value of the modelParameters property.
:return: possible object is \ :java:ref:`XmlModelParameters`\
getPlayer
^^^^^^^^^
.. java:method:: public List getPlayer()
:outertype: XmlConfiguration
Gets the value of the player 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 player property.
For example, to add a new item, do as follows:
.. parsed-literal::
getPlayer().add(newItem);
Objects of the following type(s) are allowed in the list \ :java:ref:`XmlAgentParameters`\
getRunner
^^^^^^^^^
.. java:method:: public XmlRunner getRunner()
:outertype: XmlConfiguration
Gets the value of the runner property.
:return: possible object is \ :java:ref:`XmlRunner`\
setMap
^^^^^^
.. java:method:: public void setMap(String value)
:outertype: XmlConfiguration
Sets the value of the map property.
:param value: allowed object is \ :java:ref:`String`\
setModelParameters
^^^^^^^^^^^^^^^^^^
.. java:method:: public void setModelParameters(XmlModelParameters value)
:outertype: XmlConfiguration
Sets the value of the modelParameters property.
:param value: allowed object is \ :java:ref:`XmlModelParameters`\
setRunner
^^^^^^^^^
.. java:method:: public void setRunner(XmlRunner value)
:outertype: XmlConfiguration
Sets the value of the runner property.
:param value: allowed object is \ :java:ref:`XmlRunner`\