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",
comments="JAXB RI v2.3.7",
date="2024-08-29T18:50:16+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="Type" use="required" type="{http://www.opentrafficsim.org/ots}string" /> <attribute name="Link" use="required" type="{http://www.opentrafficsim.org/ots}string" /> <attribute name="Lane" use="required" type="{http://www.opentrafficsim.org/ots}string" /> <attribute name="Position" use="required" type="{http://www.opentrafficsim.org/ots}LengthBeginEndType" /> <attribute name="Destination" type="{http://www.opentrafficsim.org/ots}boolean" default="true" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected BooleanType
protected StringType
protected StringType
protected LengthBeginEndType
protected StringType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the destination property.getLane()
Gets the value of the lane property.getLink()
Gets the value of the link property.Gets the value of the position property.getType()
Gets the value of the type property.void
setDestination
(BooleanType value) Sets the value of the destination property.void
setLane
(StringType value) Sets the value of the lane property.void
setLink
(StringType value) Sets the value of the link property.void
setPosition
(LengthBeginEndType value) Sets the value of the position property.void
setType
(StringType value) Sets the value of the type property.
-
Field Details
-
type
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType type -
link
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType link -
lane
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected StringType lane -
position
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected LengthBeginEndType position -
destination
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected BooleanType destination
-
-
Constructor Details
-
Sink
public Sink()
-
-
Method Details
-
getType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public StringType getType()Gets the value of the type property.- Returns:
- possible object is
String
-
setType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setType(StringType value) Sets the value of the type property.- Parameters:
value
- allowed object isString
-
getLink
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public StringType 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.7", date="2024-08-29T18:50:16+02:00") public void setLink(StringType value) Sets the value of the link property.- Parameters:
value
- allowed object isString
-
getLane
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public StringType 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.7", date="2024-08-29T18:50:16+02:00") public void setLane(StringType value) Sets the value of the lane property.- Parameters:
value
- allowed object isString
-
getPosition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public LengthBeginEndType 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.7", date="2024-08-29T18:50:16+02:00") public void setPosition(LengthBeginEndType value) Sets the value of the position property.- Parameters:
value
- allowed object isString
-
getDestination
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public BooleanType getDestination()Gets the value of the destination property.- Returns:
- possible object is
String
-
setDestination
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setDestination(BooleanType value) Sets the value of the destination property.- Parameters:
value
- allowed object isString
-