Package org.opentrafficsim.xml.generated
Class CSESTRIPE
- java.lang.Object
-
- org.opentrafficsim.xml.generated.CSESTRIPE
-
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public class CSESTRIPE extends Object implements SerializableJava 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 Summary
Fields Modifier and Type Field Description protected Lengthcenteroffsetprotected Lengthcenteroffsetendprotected Lengthcenteroffsetstartprotected Lengthdrawingwidthprotected Stringidprotected StripeTypetype
-
Constructor Summary
Constructors Constructor Description CSESTRIPE()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LengthgetCENTEROFFSET()Gets the value of the centeroffset property.LengthgetCENTEROFFSETEND()Gets the value of the centeroffsetend property.LengthgetCENTEROFFSETSTART()Gets the value of the centeroffsetstart property.LengthgetDRAWINGWIDTH()Gets the value of the drawingwidth property.StringgetID()Gets the value of the id property.StripeTypegetTYPE()Gets the value of the type property.voidsetCENTEROFFSET(Length value)Sets the value of the centeroffset property.voidsetCENTEROFFSETEND(Length value)Sets the value of the centeroffsetend property.voidsetCENTEROFFSETSTART(Length value)Sets the value of the centeroffsetstart property.voidsetDRAWINGWIDTH(Length value)Sets the value of the drawingwidth property.voidsetID(String value)Sets the value of the id property.voidsetTYPE(StripeType value)Sets the value of the type property.
-
-
-
Field Detail
-
centeroffset
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected Length centeroffset
-
centeroffsetstart
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected Length centeroffsetstart
-
centeroffsetend
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected Length centeroffsetend
-
drawingwidth
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected Length drawingwidth
-
id
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected String id
-
type
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected StripeType type
-
-
Method Detail
-
getCENTEROFFSET
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+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="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public void setCENTEROFFSET(Length value)Sets the value of the centeroffset property.- Parameters:
value- allowed object isString
-
getCENTEROFFSETSTART
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+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="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public void setCENTEROFFSETSTART(Length value)Sets the value of the centeroffsetstart property.- Parameters:
value- allowed object isString
-
getCENTEROFFSETEND
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+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="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public void setCENTEROFFSETEND(Length value)Sets the value of the centeroffsetend property.- Parameters:
value- allowed object isString
-
getDRAWINGWIDTH
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+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="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public void setDRAWINGWIDTH(Length value)Sets the value of the drawingwidth property.- Parameters:
value- allowed object isString
-
getID
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public String getID()Gets the value of the id property.- Returns:
- possible object is
String
-
setID
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public void setID(String value)Sets the value of the id property.- Parameters:
value- allowed object isString
-
getTYPE
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+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="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public void setTYPE(StripeType value)Sets the value of the type property.- Parameters:
value- allowed object isString
-
-