Package uk.org.siri.siri21
Class ConnectingJourneyFilterStructure
- java.lang.Object
-
- uk.org.siri.siri21.ConnectingJourneyFilterStructure
-
- All Implemented Interfaces:
Serializable
public class ConnectingJourneyFilterStructure extends Object implements Serializable
Type for filter for connecting journeys.Java class for ConnectingJourneyFilterStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectingJourneyFilterStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DatedVehicleJourneyRef" type="{http://www.siri.org.uk/siri}DatedVehicleJourneyCodeType"/> <element ref="{http://www.siri.org.uk/siri}VisitNumber" minOccurs="0"/> <element name="TimetabledArrivalTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdatedVehicleJourneyRefprotected ZonedDateTimetimetabledArrivalTimeprotected BigIntegervisitNumber
-
Constructor Summary
Constructors Constructor Description ConnectingJourneyFilterStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDatedVehicleJourneyRef()Gets the value of the datedVehicleJourneyRef property.ZonedDateTimegetTimetabledArrivalTime()Gets the value of the timetabledArrivalTime property.BigIntegergetVisitNumber()Gets the value of the visitNumber property.voidsetDatedVehicleJourneyRef(String value)Sets the value of the datedVehicleJourneyRef property.voidsetTimetabledArrivalTime(ZonedDateTime value)Sets the value of the timetabledArrivalTime property.voidsetVisitNumber(BigInteger value)Sets the value of the visitNumber property.
-
-
-
Field Detail
-
datedVehicleJourneyRef
protected String datedVehicleJourneyRef
-
visitNumber
protected BigInteger visitNumber
-
timetabledArrivalTime
protected ZonedDateTime timetabledArrivalTime
-
-
Method Detail
-
getDatedVehicleJourneyRef
public String getDatedVehicleJourneyRef()
Gets the value of the datedVehicleJourneyRef property.- Returns:
- possible object is
String
-
setDatedVehicleJourneyRef
public void setDatedVehicleJourneyRef(String value)
Sets the value of the datedVehicleJourneyRef property.- Parameters:
value- allowed object isString
-
getVisitNumber
public BigInteger getVisitNumber()
Gets the value of the visitNumber property.- Returns:
- possible object is
BigInteger
-
setVisitNumber
public void setVisitNumber(BigInteger value)
Sets the value of the visitNumber property.- Parameters:
value- allowed object isBigInteger
-
getTimetabledArrivalTime
public ZonedDateTime getTimetabledArrivalTime()
Gets the value of the timetabledArrivalTime property.- Returns:
- possible object is
String
-
setTimetabledArrivalTime
public void setTimetabledArrivalTime(ZonedDateTime value)
Sets the value of the timetabledArrivalTime property.- Parameters:
value- allowed object isString
-
-