Package org.opentrafficsim.xml.generated
Class NODE
java.lang.Object
org.opentrafficsim.xml.generated.NODE
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-01-23T12:43:16+01:00",
comments="JAXB RI v2.3.0")
public class NODE
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="COORDINATE" use="required" type="{http://www.opentrafficsim.org/ots}COORDINATETYPE" /> <attribute name="DIRECTION" type="{http://www.opentrafficsim.org/ots}DIRECTIONTYPE" /> <attribute ref="{http://www.w3.org/XML/1998/namespace}base"/> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
base
protected javax.vecmath.Point3d
coordinate
protected Direction
direction
protected java.lang.String
id
-
Constructor Summary
Constructors Constructor Description NODE()
-
Method Summary
Modifier and Type Method Description java.lang.String
getBase()
Gets the value of the base property.javax.vecmath.Point3d
getCOORDINATE()
Gets the value of the coordinate property.Direction
getDIRECTION()
Gets the value of the direction property.java.lang.String
getID()
Gets the value of the id property.void
setBase(java.lang.String value)
Sets the value of the base property.void
setCOORDINATE(javax.vecmath.Point3d value)
Sets the value of the coordinate property.void
setDIRECTION(Direction value)
Sets the value of the direction property.void
setID(java.lang.String value)
Sets the value of the id property.
-
Field Details
-
id
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String id -
coordinate
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected javax.vecmath.Point3d coordinate -
direction
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected Direction direction -
base
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String base
-
-
Constructor Details
-
NODE
public NODE()
-
-
Method Details
-
getID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getID()Gets the value of the id property.- Returns:
- possible object is
String
-
setID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setID(java.lang.String value)Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getCOORDINATE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public javax.vecmath.Point3d getCOORDINATE()Gets the value of the coordinate property.- Returns:
- possible object is
String
-
setCOORDINATE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setCOORDINATE(javax.vecmath.Point3d value)Sets the value of the coordinate property.- Parameters:
value
- allowed object isString
-
getDIRECTION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public Direction getDIRECTION()Gets the value of the direction property.- Returns:
- possible object is
String
-
setDIRECTION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setDIRECTION(Direction value)Sets the value of the direction property.- Parameters:
value
- allowed object isString
-
getBase
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getBase()Gets the value of the base property.- Returns:
- possible object is
String
-
setBase
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setBase(java.lang.String value)Sets the value of the base property.- Parameters:
value
- allowed object isString
-