@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public class CROSSSECTIONELEMENT extends Object
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"> <attribute name="NAME" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="OFFSET" use="required" type="{http://www.opentrafficsim.org/ots}SIGNEDLENGTHTYPE" /> <attribute name="WIDTH" type="{http://www.opentrafficsim.org/ots}LENGTHTYPE" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected Length |
offset |
protected Length |
width |
Constructor and Description |
---|
CROSSSECTIONELEMENT() |
Modifier and Type | Method and Description |
---|---|
String |
getNAME()
Gets the value of the name property.
|
Length |
getOFFSET()
Gets the value of the offset property.
|
Length |
getWIDTH()
Gets the value of the width property.
|
void |
setNAME(String value)
Sets the value of the name property.
|
void |
setOFFSET(Length value)
Sets the value of the offset property.
|
void |
setWIDTH(Length value)
Sets the value of the width property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected String name
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected Length offset
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected Length width
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public String getNAME()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setNAME(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public Length getOFFSET()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setOFFSET(Length value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public Length getWIDTH()
String
Copyright © 2014–2019 Delft University of Technology. All rights reserved.