Package org.opentrafficsim.xml.generated
Class GTUTEMPLATES
- java.lang.Object
-
- org.opentrafficsim.xml.generated.GTUTEMPLATES
-
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public class GTUTEMPLATES extends Object implements Serializable
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 ref="{http://www.opentrafficsim.org/ots}GTUTEMPLATE" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute ref="{http://www.w3.org/XML/1998/namespace}base"/> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
base
protected List<GTUTEMPLATE>
gtutemplate
-
Constructor Summary
Constructors Constructor Description GTUTEMPLATES()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBase()
Gets the value of the base property.List<GTUTEMPLATE>
getGTUTEMPLATE()
Gets the value of the gtutemplate property.void
setBase(String value)
Sets the value of the base property.
-
-
-
Field Detail
-
gtutemplate
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected List<GTUTEMPLATE> gtutemplate
-
base
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected String base
-
-
Method Detail
-
getGTUTEMPLATE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public List<GTUTEMPLATE> getGTUTEMPLATE()
Gets the value of the gtutemplate 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 gtutemplate property.For example, to add a new item, do as follows:
getGTUTEMPLATE().add(newItem);
Objects of the following type(s) are allowed in the list
GTUTEMPLATE
-
getBase
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public String getBase()
Gets the value of the base property.- Returns:
- possible object is
String
-
-