Class OdOptions.OdOptionsItem.Model

java.lang.Object
org.opentrafficsim.xml.generated.OdOptions.OdOptionsItem.Model
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.Model 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>
       <attribute name="GtuType" use="required" type="{http://www.opentrafficsim.org/ots}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • 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
    • gtuType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType gtuType
  • Constructor Details

    • Model

      public Model()
  • 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 is String
    • 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 is String
    • getGtuType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public StringType getGtuType()
      Gets the value of the gtuType property.
      Returns:
      possible object is String
    • setGtuType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setGtuType(StringType value)
      Sets the value of the gtuType property.
      Parameters:
      value - allowed object is String