Class CSESTRIPE

java.lang.Object
org.opentrafficsim.xml.generated.CSESTRIPE
All Implemented Interfaces:
java.io.Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2020-01-23T12:43:16+01:00",
           comments="JAXB RI v2.3.0")
public class CSESTRIPE
extends java.lang.Object
implements java.io.Serializable

Java class for CSESTRIPE complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CSESTRIPE">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice minOccurs="0">
           <element name="CENTEROFFSET" type="{http://www.opentrafficsim.org/ots}LENGTHTYPE"/>
           <sequence>
             <choice>
               <element name="CENTEROFFSETSTART" type="{http://www.opentrafficsim.org/ots}LENGTHTYPE"/>
             </choice>
             <choice>
               <element name="CENTEROFFSETEND" type="{http://www.opentrafficsim.org/ots}LENGTHTYPE"/>
             </choice>
           </sequence>
         </choice>
         <element name="DRAWINGWIDTH" type="{http://www.opentrafficsim.org/ots}POSITIVELENGTHTYPE" minOccurs="0"/>
       </sequence>
       <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="TYPE" use="required" type="{http://www.opentrafficsim.org/ots}STRIPETYPE" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form
  • Field Details

    • centeroffset

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected Length centeroffset
    • centeroffsetstart

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected Length centeroffsetstart
    • centeroffsetend

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected Length centeroffsetend
    • drawingwidth

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected Length drawingwidth
    • id

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String id
    • type

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected StripeType type
  • Constructor Details

  • Method Details

    • getCENTEROFFSET

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public Length getCENTEROFFSET()
      Gets the value of the centeroffset property.
      Returns:
      possible object is String
    • setCENTEROFFSET

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setCENTEROFFSET​(Length value)
      Sets the value of the centeroffset property.
      Parameters:
      value - allowed object is String
    • getCENTEROFFSETSTART

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public Length getCENTEROFFSETSTART()
      Gets the value of the centeroffsetstart property.
      Returns:
      possible object is String
    • setCENTEROFFSETSTART

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setCENTEROFFSETSTART​(Length value)
      Sets the value of the centeroffsetstart property.
      Parameters:
      value - allowed object is String
    • getCENTEROFFSETEND

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public Length getCENTEROFFSETEND()
      Gets the value of the centeroffsetend property.
      Returns:
      possible object is String
    • setCENTEROFFSETEND

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setCENTEROFFSETEND​(Length value)
      Sets the value of the centeroffsetend property.
      Parameters:
      value - allowed object is String
    • getDRAWINGWIDTH

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public Length getDRAWINGWIDTH()
      Gets the value of the drawingwidth property.
      Returns:
      possible object is String
    • setDRAWINGWIDTH

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setDRAWINGWIDTH​(Length value)
      Sets the value of the drawingwidth property.
      Parameters:
      value - allowed object is String
    • getID

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getID()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setID

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setID​(java.lang.String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getTYPE

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public StripeType getTYPE()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setTYPE

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setTYPE​(StripeType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String