Package org.opentrafficsim.xml.generated
Class OdOptions.OdOptionsItem.DefaultModel
java.lang.Object
org.opentrafficsim.xml.generated.OdOptions.OdOptionsItem.DefaultModel
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OdOptions.OdOptionsItem
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.7",
date="2024-08-29T18:50:16+02:00")
public static class OdOptions.OdOptionsItem.DefaultModel
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"> <choice> <element name="Id" type="{http://www.opentrafficsim.org/ots}string"/> <element name="ModelIdReferral" type="{http://www.opentrafficsim.org/ots}string"/> </choice> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.Gets the value of the modelIdReferral property.void
setId
(StringType value) Sets the value of the id property.void
setModelIdReferral
(StringType value) Sets the value of the modelIdReferral property.
-
Field Details
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType id -
modelIdReferral
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType modelIdReferral
-
-
Constructor Details
-
DefaultModel
public DefaultModel()
-
-
Method Details
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public StringType getId()Gets the value of the id property.- Returns:
- possible object is
String
-
setId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setId(StringType value) Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getModelIdReferral
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public StringType getModelIdReferral()Gets the value of the modelIdReferral property.- Returns:
- possible object is
String
-
setModelIdReferral
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setModelIdReferral(StringType value) Sets the value of the modelIdReferral property.- Parameters:
value
- allowed object isString
-