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",
comments="JAXB RI v2.3.7",
date="2024-08-29T18:50:16+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> <element name="CenterOffsetStart" type="{http://www.opentrafficsim.org/ots}LengthType"/> <element name="CenterOffsetEnd" type="{http://www.opentrafficsim.org/ots}LengthType"/> </sequence> </choice> <element name="DrawingWidth" type="{http://www.opentrafficsim.org/ots}PositiveLengthType" minOccurs="0"/> </sequence> <attribute name="Id" type="{http://www.opentrafficsim.org/ots}IdType" /> <attribute name="Type" use="required" type="{http://www.opentrafficsim.org/ots}StripeType" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected LengthType
protected LengthType
protected LengthType
protected LengthType
protected String
protected StripeType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the centerOffset property.Gets the value of the centerOffsetEnd property.Gets the value of the centerOffsetStart property.Gets the value of the drawingWidth property.getId()
Gets the value of the id property.getType()
Gets the value of the type property.void
setCenterOffset
(LengthType value) Sets the value of the centerOffset property.void
setCenterOffsetEnd
(LengthType value) Sets the value of the centerOffsetEnd property.void
setCenterOffsetStart
(LengthType value) Sets the value of the centerOffsetStart property.void
setDrawingWidth
(LengthType value) Sets the value of the drawingWidth property.void
Sets the value of the id property.void
setType
(StripeType value) Sets the value of the type property.
-
Field Details
-
centerOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected LengthType centerOffset -
centerOffsetStart
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected LengthType centerOffsetStart -
centerOffsetEnd
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected LengthType centerOffsetEnd -
drawingWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected LengthType drawingWidth -
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected String id -
type
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StripeType type
-
-
Constructor Details
-
CseStripe
public CseStripe()
-
-
Method Details
-
getCenterOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public LengthType 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.7", date="2024-08-29T18:50:16+02:00") public void setCenterOffset(LengthType value) Sets the value of the centerOffset property.- Parameters:
value
- allowed object isString
-
getCenterOffsetStart
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public LengthType 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.7", date="2024-08-29T18:50:16+02:00") public void setCenterOffsetStart(LengthType value) Sets the value of the centerOffsetStart property.- Parameters:
value
- allowed object isString
-
getCenterOffsetEnd
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public LengthType 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.7", date="2024-08-29T18:50:16+02:00") public void setCenterOffsetEnd(LengthType value) Sets the value of the centerOffsetEnd property.- Parameters:
value
- allowed object isString
-
getDrawingWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public LengthType 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.7", date="2024-08-29T18:50:16+02:00") public void setDrawingWidth(LengthType value) Sets the value of the drawingWidth property.- Parameters:
value
- allowed object isString
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+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.7", date="2024-08-29T18:50:16+02:00") 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", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+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.7", date="2024-08-29T18:50:16+02:00") public void setType(StripeType value) Sets the value of the type property.- Parameters:
value
- allowed object isString
-