XmlConfiguration¶
-
public class
XmlConfiguration
¶ Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Map" type="{http://www.w3.org/2001/XMLSchema}string"/> <sequence maxOccurs="unbounded"> <element name="Player" type="{}AgentParameters"/> </sequence> <element name="ModelParameters" type="{}ModelParameters"/> <element name="Runner" type="{}Runner"/> </sequence> </restriction> </complexContent> </complexType>
Fields¶
modelParameters¶
-
protected XmlModelParameters
modelParameters
¶
player¶
-
protected List<XmlAgentParameters>
player
¶
Methods¶
getMap¶
getModelParameters¶
-
public XmlModelParameters
getModelParameters
()¶ Gets the value of the modelParameters property.
Returns: possible object is XmlModelParameters
getPlayer¶
-
public List<XmlAgentParameters>
getPlayer
()¶ 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:
getPlayer().add(newItem);
Objects of the following type(s) are allowed in the list
XmlAgentParameters
getRunner¶
setMap¶
setModelParameters¶
-
public void
setModelParameters
(XmlModelParameters value)¶ Sets the value of the modelParameters property.
Parameters: - value – allowed object is
XmlModelParameters
- value – allowed object is