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

map

protected String map

modelParameters

protected XmlModelParameters modelParameters

player

protected List<XmlAgentParameters> player

runner

protected XmlRunner runner

Methods

getMap

public String getMap()

Gets the value of the map property.

Returns:possible object is String

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

public XmlRunner getRunner()

Gets the value of the runner property.

Returns:possible object is XmlRunner

setMap

public void setMap(String value)

Sets the value of the map property.

Parameters:
  • value – allowed object is String

setModelParameters

public void setModelParameters(XmlModelParameters value)

Sets the value of the modelParameters property.

Parameters:

setRunner

public void setRunner(XmlRunner value)

Sets the value of the runner property.

Parameters: