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="2020-11-01T07:11:19+01: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}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 Length
centeroffset
protected Length
centeroffsetend
protected Length
centeroffsetstart
protected Length
drawingwidth
protected String
id
protected StripeType
type
-
Constructor Summary
Constructors Constructor Description CSESTRIPE()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
centeroffset
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected Length centeroffset
-
centeroffsetstart
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected Length centeroffsetstart
-
centeroffsetend
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected Length centeroffsetend
-
drawingwidth
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected Length drawingwidth
-
id
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected String id
-
type
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected StripeType type
-
-
Method Detail
-
getCENTEROFFSET
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+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-11-01T07:11:19+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="2020-11-01T07:11:19+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-11-01T07:11:19+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="2020-11-01T07:11:19+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-11-01T07:11:19+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="2020-11-01T07:11:19+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-11-01T07:11:19+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="2020-11-01T07:11:19+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="2020-11-01T07:11:19+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="2020-11-01T07:11:19+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-11-01T07:11:19+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
-
-