@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public class CROSSSECTIONELEMENT extends Object implements Serializable
Java class for CROSSSECTIONELEMENT complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="CROSSSECTIONELEMENT">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice minOccurs="0">
           <element name="CENTEROFFSET" type="{http://www.opentrafficsim.org/ots}SIGNEDLENGTHTYPE"/>
           <element name="LEFTOFFSET" type="{http://www.opentrafficsim.org/ots}SIGNEDLENGTHTYPE"/>
           <element name="RIGHTOFFSET" type="{http://www.opentrafficsim.org/ots}SIGNEDLENGTHTYPE"/>
           <sequence>
             <choice>
               <element name="CENTEROFFSETSTART" type="{http://www.opentrafficsim.org/ots}SIGNEDLENGTHTYPE"/>
               <element name="LEFTOFFSETSTART" type="{http://www.opentrafficsim.org/ots}SIGNEDLENGTHTYPE"/>
               <element name="RIGHTOFFSETSTART" type="{http://www.opentrafficsim.org/ots}SIGNEDLENGTHTYPE"/>
             </choice>
             <choice>
               <element name="CENTEROFFSETEND" type="{http://www.opentrafficsim.org/ots}SIGNEDLENGTHTYPE"/>
               <element name="LEFTOFFSETEND" type="{http://www.opentrafficsim.org/ots}SIGNEDLENGTHTYPE"/>
               <element name="RIGHTOFFSETEND" type="{http://www.opentrafficsim.org/ots}SIGNEDLENGTHTYPE"/>
             </choice>
           </sequence>
         </choice>
         <choice>
           <element name="WIDTH" type="{http://www.opentrafficsim.org/ots}LENGTHTYPE"/>
           <sequence>
             <element name="WIDTHSTART" type="{http://www.opentrafficsim.org/ots}SIGNEDLENGTHTYPE"/>
             <element name="WIDTHEND" type="{http://www.opentrafficsim.org/ots}SIGNEDLENGTHTYPE"/>
           </sequence>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected Length | 
centeroffset  | 
protected Length | 
centeroffsetend  | 
protected Length | 
centeroffsetstart  | 
protected Length | 
leftoffset  | 
protected Length | 
leftoffsetend  | 
protected Length | 
leftoffsetstart  | 
protected Length | 
rightoffset  | 
protected Length | 
rightoffsetend  | 
protected Length | 
rightoffsetstart  | 
protected Length | 
width  | 
protected Length | 
widthend  | 
protected Length | 
widthstart  | 
| Constructor and Description | 
|---|
CROSSSECTIONELEMENT()  | 
| 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 | 
getLEFTOFFSET()
Gets the value of the leftoffset property. 
 | 
Length | 
getLEFTOFFSETEND()
Gets the value of the leftoffsetend property. 
 | 
Length | 
getLEFTOFFSETSTART()
Gets the value of the leftoffsetstart property. 
 | 
Length | 
getRIGHTOFFSET()
Gets the value of the rightoffset property. 
 | 
Length | 
getRIGHTOFFSETEND()
Gets the value of the rightoffsetend property. 
 | 
Length | 
getRIGHTOFFSETSTART()
Gets the value of the rightoffsetstart property. 
 | 
Length | 
getWIDTH()
Gets the value of the width property. 
 | 
Length | 
getWIDTHEND()
Gets the value of the widthend property. 
 | 
Length | 
getWIDTHSTART()
Gets the value of the widthstart 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 | 
setLEFTOFFSET(Length value)
Sets the value of the leftoffset property. 
 | 
void | 
setLEFTOFFSETEND(Length value)
Sets the value of the leftoffsetend property. 
 | 
void | 
setLEFTOFFSETSTART(Length value)
Sets the value of the leftoffsetstart property. 
 | 
void | 
setRIGHTOFFSET(Length value)
Sets the value of the rightoffset property. 
 | 
void | 
setRIGHTOFFSETEND(Length value)
Sets the value of the rightoffsetend property. 
 | 
void | 
setRIGHTOFFSETSTART(Length value)
Sets the value of the rightoffsetstart property. 
 | 
void | 
setWIDTH(Length value)
Sets the value of the width property. 
 | 
void | 
setWIDTHEND(Length value)
Sets the value of the widthend property. 
 | 
void | 
setWIDTHSTART(Length value)
Sets the value of the widthstart 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 leftoffset
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected Length rightoffset
@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 leftoffsetstart
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected Length rightoffsetstart
@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 leftoffsetend
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected Length rightoffsetend
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected Length width
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected Length widthstart
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected Length widthend
@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 getLEFTOFFSET()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setLEFTOFFSET(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 getRIGHTOFFSET()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setRIGHTOFFSET(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 getLEFTOFFSETSTART()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setLEFTOFFSETSTART(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 getRIGHTOFFSETSTART()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setRIGHTOFFSETSTART(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 getLEFTOFFSETEND()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setLEFTOFFSETEND(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 getRIGHTOFFSETEND()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setRIGHTOFFSETEND(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 getWIDTH()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setWIDTH(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 getWIDTHSTART()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setWIDTHSTART(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 getWIDTHEND()
StringCopyright © 2014–2019 Delft University of Technology. All rights reserved.