XmlModelParameters

public class XmlModelParameters

Java class for ModelParameters complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="ModelParameters">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="Conquest" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
        <element name="Midas" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
        <element name="ManifestDestiny" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
        <element name="TimeLimit" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <sequence maxOccurs="unbounded" minOccurs="0">
          <element name="Requirement" type="{}KeyValuePair"/>
        </sequence>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Fields

conquest

protected boolean conquest

manifestDestiny

protected boolean manifestDestiny

midas

protected boolean midas

requirement

protected List<XmlKeyValuePair> requirement

timeLimit

protected int timeLimit

Methods

getRequirement

public List<XmlKeyValuePair> getRequirement()

Gets the value of the requirement 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 requirement property.

For example, to add a new item, do as follows:

getRequirement().add(newItem);

Objects of the following type(s) are allowed in the list XmlKeyValuePair

getTimeLimit

public int getTimeLimit()

Gets the value of the timeLimit property.

isConquest

public boolean isConquest()

Gets the value of the conquest property.

isManifestDestiny

public boolean isManifestDestiny()

Gets the value of the manifestDestiny property.

isMidas

public boolean isMidas()

Gets the value of the midas property.

setConquest

public void setConquest(boolean value)

Sets the value of the conquest property.

setManifestDestiny

public void setManifestDestiny(boolean value)

Sets the value of the manifestDestiny property.

setMidas

public void setMidas(boolean value)

Sets the value of the midas property.

setTimeLimit

public void setTimeLimit(int value)

Sets the value of the timeLimit property.