Package uk.org.siri.siri14
Class ConnectingTimeFilterStructure
- java.lang.Object
-
- uk.org.siri.siri14.ConnectingTimeFilterStructure
-
- All Implemented Interfaces:
Serializable
public class ConnectingTimeFilterStructure extends Object implements Serializable
Type for time filter for connecting journeysJava class for ConnectingTimeFilterStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectingTimeFilterStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="LineRef" type="{http://www.siri.org.uk/siri}LineRefStructure"/> <element name="DirectionRef" type="{http://www.siri.org.uk/siri}DirectionRefStructure"/> <element name="EarliestArrivalTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="LatestArrivalTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected DirectionRefStructuredirectionRefprotected ZonedDateTimeearliestArrivalTimeprotected ZonedDateTimelatestArrivalTimeprotected LineReflineRef
-
Constructor Summary
Constructors Constructor Description ConnectingTimeFilterStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectionRefStructuregetDirectionRef()Gets the value of the directionRef property.ZonedDateTimegetEarliestArrivalTime()Gets the value of the earliestArrivalTime property.ZonedDateTimegetLatestArrivalTime()Gets the value of the latestArrivalTime property.LineRefgetLineRef()Gets the value of the lineRef property.voidsetDirectionRef(DirectionRefStructure value)Sets the value of the directionRef property.voidsetEarliestArrivalTime(ZonedDateTime value)Sets the value of the earliestArrivalTime property.voidsetLatestArrivalTime(ZonedDateTime value)Sets the value of the latestArrivalTime property.voidsetLineRef(LineRef value)Sets the value of the lineRef property.
-
-
-
Field Detail
-
lineRef
protected LineRef lineRef
-
directionRef
protected DirectionRefStructure directionRef
-
earliestArrivalTime
protected ZonedDateTime earliestArrivalTime
-
latestArrivalTime
protected ZonedDateTime latestArrivalTime
-
-
Method Detail
-
getLineRef
public LineRef getLineRef()
Gets the value of the lineRef property.- Returns:
- possible object is
LineRef
-
setLineRef
public void setLineRef(LineRef value)
Sets the value of the lineRef property.- Parameters:
value- allowed object isLineRef
-
getDirectionRef
public DirectionRefStructure getDirectionRef()
Gets the value of the directionRef property.- Returns:
- possible object is
DirectionRefStructure
-
setDirectionRef
public void setDirectionRef(DirectionRefStructure value)
Sets the value of the directionRef property.- Parameters:
value- allowed object isDirectionRefStructure
-
getEarliestArrivalTime
public ZonedDateTime getEarliestArrivalTime()
Gets the value of the earliestArrivalTime property.- Returns:
- possible object is
String
-
setEarliestArrivalTime
public void setEarliestArrivalTime(ZonedDateTime value)
Sets the value of the earliestArrivalTime property.- Parameters:
value- allowed object isString
-
getLatestArrivalTime
public ZonedDateTime getLatestArrivalTime()
Gets the value of the latestArrivalTime property.- Returns:
- possible object is
String
-
setLatestArrivalTime
public void setLatestArrivalTime(ZonedDateTime value)
Sets the value of the latestArrivalTime property.- Parameters:
value- allowed object isString
-
-