Class PARAMETERS
- All Implemented Interfaces:
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> <choice maxOccurs="unbounded"> <element name="STRING" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPESTRING"/> <element name="ACCELERATION" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPEACCELERATION"/> <element name="BOOLEAN" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPEBOOLEAN"/> <element name="CLASS" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPECLASS"/> <element name="DOUBLE" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPEDOUBLE"/> <element name="DURATION" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPEDURATION"/> <element name="FRACTION" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPEFRACTION"/> <element name="FREQUENCY" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPEFREQUENCY"/> <element name="INTEGER" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPEINTEGER"/> <element name="LENGTH" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPELENGTH"/> <element name="LINEARDENSITY" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPELINEARDENSITY"/> <element name="SPEED" type="{http://www.opentrafficsim.org/ots}PARAMETERTYPESPEED"/> </choice> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the stringOrACCELERATIONOrBOOLEAN property.
-
Field Details
-
stringOrACCELERATIONOrBOOLEAN
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected List<PARAMETERTYPE> stringOrACCELERATIONOrBOOLEAN
-
-
Constructor Details
-
PARAMETERS
public PARAMETERS()
-
-
Method Details
-
getSTRINGOrACCELERATIONOrBOOLEAN
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public List<PARAMETERTYPE> getSTRINGOrACCELERATIONOrBOOLEAN()Gets the value of the stringOrACCELERATIONOrBOOLEAN 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 stringOrACCELERATIONOrBOOLEAN property.For example, to add a new item, do as follows:
getSTRINGOrACCELERATIONOrBOOLEAN().add(newItem);
Objects of the following type(s) are allowed in the list
PARAMETERTYPEACCELERATION
PARAMETERTYPEBOOLEAN
PARAMETERTYPECLASS
PARAMETERTYPEDOUBLE
PARAMETERTYPEDURATION
PARAMETERTYPEFRACTION
PARAMETERTYPEFREQUENCY
PARAMETERTYPEINTEGER
PARAMETERTYPELENGTH
PARAMETERTYPELINEARDENSITY
PARAMETERTYPESPEED
PARAMETERTYPESTRING
-