Class TargetedCall
- java.lang.Object
-
- uk.org.siri.siri20.TargetedCall
-
- All Implemented Interfaces:
Serializable
public class TargetedCall extends Object implements Serializable
Type for a targeted call.Java class for TargetedCallStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TargetedCallStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.siri.org.uk/siri}TargetedCallGroup"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TargetedCall()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZonedDateTimegetAimedArrivalTime()Gets the value of the aimedArrivalTime property.ZonedDateTimegetAimedDepartureTime()Gets the value of the aimedDepartureTime property.DurationgetAimedHeadwayInterval()Gets the value of the aimedHeadwayInterval property.ZonedDateTimegetAimedLatestPassengerAccessTime()Gets the value of the aimedLatestPassengerAccessTime property.ArrivalBoardingActivityEnumerationgetArrivalBoardingActivity()Gets the value of the arrivalBoardingActivity property.List<OperatorRefStructure>getArrivalOperatorRefs()Gets the value of the arrivalOperatorRefs property.NaturalLanguageStringStructuregetArrivalPlatformName()Gets the value of the arrivalPlatformName property.PlannedStopAssignmentStructuregetArrivalStopAssignment()Gets the value of the arrivalStopAssignment property.DepartureBoardingActivityEnumerationgetDepartureBoardingActivity()Gets the value of the departureBoardingActivity property.List<OperatorRefStructure>getDepartureOperatorRefs()Gets the value of the departureOperatorRefs property.NaturalLanguageStringStructuregetDeparturePlatformName()Gets the value of the departurePlatformName property.PlannedStopAssignmentStructuregetDepartureStopAssignment()Gets the value of the departureStopAssignment property.OperatorRefStructuregetOperatorRef()Gets the value of the operatorRef property.BigIntegergetOrder()Gets the value of the order property.ProductCategoryRefStructuregetProductCategoryRef()Gets the value of the productCategoryRef property.List<ServiceFeatureRef>getServiceFeatureReves()Classification of service into arbitrary Service categories, e.g.StopPointRefgetStopPointRef()Gets the value of the stopPointRef property.List<VehicleFeatureRefStructure>getVehicleFeatureReves()Gets the value of the vehicleFeatureReves property.BigIntegergetVisitNumber()Gets the value of the visitNumber property.BooleanisTimingPoint()Gets the value of the timingPoint property.voidsetAimedArrivalTime(ZonedDateTime value)Sets the value of the aimedArrivalTime property.voidsetAimedDepartureTime(ZonedDateTime value)Sets the value of the aimedDepartureTime property.voidsetAimedHeadwayInterval(Duration value)Sets the value of the aimedHeadwayInterval property.voidsetAimedLatestPassengerAccessTime(ZonedDateTime value)Sets the value of the aimedLatestPassengerAccessTime property.voidsetArrivalBoardingActivity(ArrivalBoardingActivityEnumeration value)Sets the value of the arrivalBoardingActivity property.voidsetArrivalPlatformName(NaturalLanguageStringStructure value)Sets the value of the arrivalPlatformName property.voidsetArrivalStopAssignment(PlannedStopAssignmentStructure value)Sets the value of the arrivalStopAssignment property.voidsetDepartureBoardingActivity(DepartureBoardingActivityEnumeration value)Sets the value of the departureBoardingActivity property.voidsetDeparturePlatformName(NaturalLanguageStringStructure value)Sets the value of the departurePlatformName property.voidsetDepartureStopAssignment(PlannedStopAssignmentStructure value)Sets the value of the departureStopAssignment property.voidsetOperatorRef(OperatorRefStructure value)Sets the value of the operatorRef property.voidsetOrder(BigInteger value)Sets the value of the order property.voidsetProductCategoryRef(ProductCategoryRefStructure value)Sets the value of the productCategoryRef property.voidsetStopPointRef(StopPointRef value)Sets the value of the stopPointRef property.voidsetTimingPoint(Boolean value)Sets the value of the timingPoint property.voidsetVisitNumber(BigInteger value)Sets the value of the visitNumber property.
-
-
-
Field Detail
-
stopPointRef
protected StopPointRef stopPointRef
-
visitNumber
protected BigInteger visitNumber
-
order
protected BigInteger order
-
timingPoint
protected Boolean timingPoint
-
operatorRef
protected OperatorRefStructure operatorRef
-
productCategoryRef
protected ProductCategoryRefStructure productCategoryRef
-
serviceFeatureReves
protected List<ServiceFeatureRef> serviceFeatureReves
-
vehicleFeatureReves
protected List<VehicleFeatureRefStructure> vehicleFeatureReves
-
aimedArrivalTime
protected ZonedDateTime aimedArrivalTime
-
arrivalPlatformName
protected NaturalLanguageStringStructure arrivalPlatformName
-
arrivalBoardingActivity
protected ArrivalBoardingActivityEnumeration arrivalBoardingActivity
-
arrivalStopAssignment
protected PlannedStopAssignmentStructure arrivalStopAssignment
-
arrivalOperatorRefs
protected List<OperatorRefStructure> arrivalOperatorRefs
-
aimedDepartureTime
protected ZonedDateTime aimedDepartureTime
-
departurePlatformName
protected NaturalLanguageStringStructure departurePlatformName
-
departureBoardingActivity
protected DepartureBoardingActivityEnumeration departureBoardingActivity
-
departureStopAssignment
protected PlannedStopAssignmentStructure departureStopAssignment
-
departureOperatorRefs
protected List<OperatorRefStructure> departureOperatorRefs
-
aimedLatestPassengerAccessTime
protected ZonedDateTime aimedLatestPassengerAccessTime
-
aimedHeadwayInterval
protected Duration aimedHeadwayInterval
-
-
Method Detail
-
getStopPointRef
public StopPointRef getStopPointRef()
Gets the value of the stopPointRef property.- Returns:
- possible object is
StopPointRef
-
setStopPointRef
public void setStopPointRef(StopPointRef value)
Sets the value of the stopPointRef property.- Parameters:
value- allowed object isStopPointRef
-
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
-
getOrder
public BigInteger getOrder()
Gets the value of the order property.- Returns:
- possible object is
BigInteger
-
setOrder
public void setOrder(BigInteger value)
Sets the value of the order property.- Parameters:
value- allowed object isBigInteger
-
isTimingPoint
public Boolean isTimingPoint()
Gets the value of the timingPoint property.- Returns:
- possible object is
Boolean
-
setTimingPoint
public void setTimingPoint(Boolean value)
Sets the value of the timingPoint property.- Parameters:
value- allowed object isBoolean
-
getOperatorRef
public OperatorRefStructure getOperatorRef()
Gets the value of the operatorRef property.- Returns:
- possible object is
OperatorRefStructure
-
setOperatorRef
public void setOperatorRef(OperatorRefStructure value)
Sets the value of the operatorRef property.- Parameters:
value- allowed object isOperatorRefStructure
-
getProductCategoryRef
public ProductCategoryRefStructure getProductCategoryRef()
Gets the value of the productCategoryRef property.- Returns:
- possible object is
ProductCategoryRefStructure
-
setProductCategoryRef
public void setProductCategoryRef(ProductCategoryRefStructure value)
Sets the value of the productCategoryRef property.- Parameters:
value- allowed object isProductCategoryRefStructure
-
getServiceFeatureReves
public List<ServiceFeatureRef> getServiceFeatureReves()
Classification of service into arbitrary Service categories, e.g. school bus. Recommended SIRI values based on TPEG are given in SIRI documentation and enumerated in the siri_facilities package. Corresponds to NeTEX TYPE OF SERVICe.Gets the value of the serviceFeatureReves property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the serviceFeatureReves property.For example, to add a new item, do as follows:
getServiceFeatureReves().add(newItem);Objects of the following type(s) are allowed in the list
ServiceFeatureRef
-
getVehicleFeatureReves
public List<VehicleFeatureRefStructure> getVehicleFeatureReves()
Gets the value of the vehicleFeatureReves property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the vehicleFeatureReves property.For example, to add a new item, do as follows:
getVehicleFeatureReves().add(newItem);Objects of the following type(s) are allowed in the list
VehicleFeatureRefStructure
-
getAimedArrivalTime
public ZonedDateTime getAimedArrivalTime()
Gets the value of the aimedArrivalTime property.- Returns:
- possible object is
String
-
setAimedArrivalTime
public void setAimedArrivalTime(ZonedDateTime value)
Sets the value of the aimedArrivalTime property.- Parameters:
value- allowed object isString
-
getArrivalPlatformName
public NaturalLanguageStringStructure getArrivalPlatformName()
Gets the value of the arrivalPlatformName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setArrivalPlatformName
public void setArrivalPlatformName(NaturalLanguageStringStructure value)
Sets the value of the arrivalPlatformName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getArrivalBoardingActivity
public ArrivalBoardingActivityEnumeration getArrivalBoardingActivity()
Gets the value of the arrivalBoardingActivity property.- Returns:
- possible object is
ArrivalBoardingActivityEnumeration
-
setArrivalBoardingActivity
public void setArrivalBoardingActivity(ArrivalBoardingActivityEnumeration value)
Sets the value of the arrivalBoardingActivity property.- Parameters:
value- allowed object isArrivalBoardingActivityEnumeration
-
getArrivalStopAssignment
public PlannedStopAssignmentStructure getArrivalStopAssignment()
Gets the value of the arrivalStopAssignment property.- Returns:
- possible object is
PlannedStopAssignmentStructure
-
setArrivalStopAssignment
public void setArrivalStopAssignment(PlannedStopAssignmentStructure value)
Sets the value of the arrivalStopAssignment property.- Parameters:
value- allowed object isPlannedStopAssignmentStructure
-
getArrivalOperatorRefs
public List<OperatorRefStructure> getArrivalOperatorRefs()
Gets the value of the arrivalOperatorRefs property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the arrivalOperatorRefs property.For example, to add a new item, do as follows:
getArrivalOperatorRefs().add(newItem);Objects of the following type(s) are allowed in the list
OperatorRefStructure
-
getAimedDepartureTime
public ZonedDateTime getAimedDepartureTime()
Gets the value of the aimedDepartureTime property.- Returns:
- possible object is
String
-
setAimedDepartureTime
public void setAimedDepartureTime(ZonedDateTime value)
Sets the value of the aimedDepartureTime property.- Parameters:
value- allowed object isString
-
getDeparturePlatformName
public NaturalLanguageStringStructure getDeparturePlatformName()
Gets the value of the departurePlatformName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setDeparturePlatformName
public void setDeparturePlatformName(NaturalLanguageStringStructure value)
Sets the value of the departurePlatformName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getDepartureBoardingActivity
public DepartureBoardingActivityEnumeration getDepartureBoardingActivity()
Gets the value of the departureBoardingActivity property.- Returns:
- possible object is
DepartureBoardingActivityEnumeration
-
setDepartureBoardingActivity
public void setDepartureBoardingActivity(DepartureBoardingActivityEnumeration value)
Sets the value of the departureBoardingActivity property.- Parameters:
value- allowed object isDepartureBoardingActivityEnumeration
-
getDepartureStopAssignment
public PlannedStopAssignmentStructure getDepartureStopAssignment()
Gets the value of the departureStopAssignment property.- Returns:
- possible object is
PlannedStopAssignmentStructure
-
setDepartureStopAssignment
public void setDepartureStopAssignment(PlannedStopAssignmentStructure value)
Sets the value of the departureStopAssignment property.- Parameters:
value- allowed object isPlannedStopAssignmentStructure
-
getDepartureOperatorRefs
public List<OperatorRefStructure> getDepartureOperatorRefs()
Gets the value of the departureOperatorRefs property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the departureOperatorRefs property.For example, to add a new item, do as follows:
getDepartureOperatorRefs().add(newItem);Objects of the following type(s) are allowed in the list
OperatorRefStructure
-
getAimedLatestPassengerAccessTime
public ZonedDateTime getAimedLatestPassengerAccessTime()
Gets the value of the aimedLatestPassengerAccessTime property.- Returns:
- possible object is
String
-
setAimedLatestPassengerAccessTime
public void setAimedLatestPassengerAccessTime(ZonedDateTime value)
Sets the value of the aimedLatestPassengerAccessTime property.- Parameters:
value- allowed object isString
-
getAimedHeadwayInterval
public Duration getAimedHeadwayInterval()
Gets the value of the aimedHeadwayInterval property.- Returns:
- possible object is
String
-
-