Class CSESTRIPE

  • All Implemented Interfaces:
    Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.6",
               date="2022-09-04T02:31:11+02:00")
    public class CSESTRIPE
    extends Object
    implements 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 Detail

      • centeroffset

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected Length centeroffset
      • centeroffsetstart

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected Length centeroffsetstart
      • centeroffsetend

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected Length centeroffsetend
      • drawingwidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected Length drawingwidth
      • id

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected String id
      • type

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected StripeType type
    • Constructor Detail

      • CSESTRIPE

        public CSESTRIPE()
    • Method Detail

      • getCENTEROFFSET

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public Length getCENTEROFFSET()
        Gets the value of the centeroffset property.
        Returns:
        possible object is String
      • setCENTEROFFSET

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        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",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public Length getCENTEROFFSETSTART()
        Gets the value of the centeroffsetstart property.
        Returns:
        possible object is String
      • setCENTEROFFSETSTART

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        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",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public Length getCENTEROFFSETEND()
        Gets the value of the centeroffsetend property.
        Returns:
        possible object is String
      • setCENTEROFFSETEND

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        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",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public Length getDRAWINGWIDTH()
        Gets the value of the drawingwidth property.
        Returns:
        possible object is String
      • setDRAWINGWIDTH

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        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",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public String 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.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setID​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getTYPE

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public StripeType getTYPE()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setTYPE

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setTYPE​(StripeType value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String