@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public class CSESTRIPE extends CROSSSECTIONELEMENT
Java class for CSESTRIPE complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CSESTRIPE"> <complexContent> <extension base="{http://www.opentrafficsim.org/ots}CROSSSECTIONELEMENT"> <attribute name="TYPE" use="required" type="{http://www.opentrafficsim.org/ots}STRIPETYPE" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected StripeType |
type |
name, offset, width
Constructor and Description |
---|
CSESTRIPE() |
Modifier and Type | Method and Description |
---|---|
StripeType |
getTYPE()
Gets the value of the type property.
|
void |
setTYPE(StripeType value)
Sets the value of the type property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected StripeType type
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public StripeType getTYPE()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setTYPE(StripeType value)
value
- allowed object is
String
Copyright © 2014–2019 Delft University of Technology. All rights reserved.