Class SINK

java.lang.Object
org.opentrafficsim.xml.generated.SINK
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") 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:
  • Field Details

    • lane

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected String lane
    • direction

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected String direction
    • position

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected LengthBeginEnd position
  • Constructor Details

    • SINK

      public SINK()
  • Method Details

    • getLINK

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public String getLINK()
      Gets the value of the link property.
      Returns:
      possible object is String
    • setLINK

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setLINK(String value)
      Sets the value of the link property.
      Parameters:
      value - allowed object is String
    • getLANE

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public String getLANE()
      Gets the value of the lane property.
      Returns:
      possible object is String
    • setLANE

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setLANE(String value)
      Sets the value of the lane property.
      Parameters:
      value - allowed object is String
    • getDIRECTION

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public String getDIRECTION()
      Gets the value of the direction property.
      Returns:
      possible object is String
    • setDIRECTION

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setDIRECTION(String value)
      Sets the value of the direction property.
      Parameters:
      value - allowed object is String
    • getPOSITION

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public LengthBeginEnd getPOSITION()
      Gets the value of the position property.
      Returns:
      possible object is String
    • setPOSITION

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setPOSITION(LengthBeginEnd value)
      Sets the value of the position property.
      Parameters:
      value - allowed object is String