@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") 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}SIGNEDLENGTHTYPE"/>
           <sequence>
             <choice>
               <element name="CENTEROFFSETSTART" type="{http://www.opentrafficsim.org/ots}SIGNEDLENGTHTYPE"/>
             </choice>
             <choice>
               <element name="CENTEROFFSETEND" type="{http://www.opentrafficsim.org/ots}SIGNEDLENGTHTYPE"/>
             </choice>
           </sequence>
         </choice>
         <element name="DRAWINGWIDTH" type="{http://www.opentrafficsim.org/ots}LENGTHTYPE" 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>
 | Modifier and Type | Field and Description | 
|---|---|
protected Length | 
centeroffset  | 
protected Length | 
centeroffsetend  | 
protected Length | 
centeroffsetstart  | 
protected Length | 
drawingwidth  | 
protected String | 
id  | 
protected StripeType | 
type  | 
| Constructor and Description | 
|---|
CSESTRIPE()  | 
| Modifier and Type | Method and Description | 
|---|---|
Length | 
getCENTEROFFSET()
Gets the value of the centeroffset property. 
 | 
Length | 
getCENTEROFFSETEND()
Gets the value of the centeroffsetend property. 
 | 
Length | 
getCENTEROFFSETSTART()
Gets the value of the centeroffsetstart property. 
 | 
Length | 
getDRAWINGWIDTH()
Gets the value of the drawingwidth property. 
 | 
String | 
getID()
Gets the value of the id property. 
 | 
StripeType | 
getTYPE()
Gets the value of the type property. 
 | 
void | 
setCENTEROFFSET(Length value)
Sets the value of the centeroffset property. 
 | 
void | 
setCENTEROFFSETEND(Length value)
Sets the value of the centeroffsetend property. 
 | 
void | 
setCENTEROFFSETSTART(Length value)
Sets the value of the centeroffsetstart property. 
 | 
void | 
setDRAWINGWIDTH(Length value)
Sets the value of the drawingwidth property. 
 | 
void | 
setID(String value)
Sets the value of the id property. 
 | 
void | 
setTYPE(StripeType value)
Sets the value of the type property. 
 | 
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected Length centeroffset
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected Length centeroffsetstart
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected Length centeroffsetend
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected Length drawingwidth
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String id
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected StripeType type
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public Length getCENTEROFFSET()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setCENTEROFFSET(Length value)
value - allowed object is
     String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public Length getCENTEROFFSETSTART()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setCENTEROFFSETSTART(Length value)
value - allowed object is
     String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public Length getCENTEROFFSETEND()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setCENTEROFFSETEND(Length value)
value - allowed object is
     String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public Length getDRAWINGWIDTH()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setDRAWINGWIDTH(Length value)
value - allowed object is
     String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setID(String value)
value - allowed object is
     String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public StripeType getTYPE()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setTYPE(StripeType value)
value - allowed object is
     StringCopyright © 2014–2019 Delft University of Technology. All rights reserved.