Package org.opentrafficsim.xml.generated
Class SINK
- java.lang.Object
-
- org.opentrafficsim.xml.generated.SINK
-
- 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 SINK extends Object implements 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="LINK" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="LANE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="DIRECTION" use="required" type="{http://www.opentrafficsim.org/ots}GTUDIRECTIONTYPE" /> <attribute name="POSITION" use="required" type="{http://www.opentrafficsim.org/ots}LENGTHBEGINENDTYPE" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SINK()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDIRECTION()
Gets the value of the direction property.String
getLANE()
Gets the value of the lane property.String
getLINK()
Gets the value of the link property.LengthBeginEnd
getPOSITION()
Gets the value of the position property.void
setDIRECTION(String value)
Sets the value of the direction property.void
setLANE(String value)
Sets the value of the lane property.void
setLINK(String value)
Sets the value of the link property.void
setPOSITION(LengthBeginEnd value)
Sets the value of the position property.
-
-
-
Field Detail
-
link
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected String link
-
lane
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected String lane
-
direction
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected String direction
-
position
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected LengthBeginEnd position
-
-
Method Detail
-
getLINK
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public String getLINK()
Gets the value of the link property.- Returns:
- possible object is
String
-
setLINK
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setLINK(String value)
Sets the value of the link property.- Parameters:
value
- allowed object isString
-
getLANE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public String getLANE()
Gets the value of the lane property.- Returns:
- possible object is
String
-
setLANE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setLANE(String value)
Sets the value of the lane property.- Parameters:
value
- allowed object isString
-
getDIRECTION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public String getDIRECTION()
Gets the value of the direction property.- Returns:
- possible object is
String
-
setDIRECTION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setDIRECTION(String value)
Sets the value of the direction property.- Parameters:
value
- allowed object isString
-
getPOSITION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public LengthBeginEnd getPOSITION()
Gets the value of the position property.- Returns:
- possible object is
String
-
setPOSITION
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setPOSITION(LengthBeginEnd value)
Sets the value of the position property.- Parameters:
value
- allowed object isString
-
-