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¶
requirement¶
-
protected List<XmlKeyValuePair>
requirement
¶
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
isManifestDestiny¶
-
public boolean
isManifestDestiny
()¶ Gets the value of the manifestDestiny property.