Package uk.org.siri.siri14
Class AffectedCallStructure
- java.lang.Object
-
- uk.org.siri.siri14.AffectedStopPointStructure
-
- uk.org.siri.siri14.AffectedCallStructure
-
- All Implemented Interfaces:
Serializable
public class AffectedCallStructure extends AffectedStopPointStructure implements Serializable
Type for information about a call affected by an SituationJava class for AffectedCallStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AffectedCallStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AffectedStopPointStructure"> <sequence> <element name="Order" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> <element name="CallCondition" type="{http://www.siri.org.uk/siri}RoutePointTypeEnumeration" minOccurs="0"/> <group ref="{http://www.siri.org.uk/siri}CallRealtimeGroup"/> <group ref="{http://www.siri.org.uk/siri}StopArrivalGroup"/> <group ref="{http://www.siri.org.uk/siri}StopDepartureGroup"/> <group ref="{http://www.siri.org.uk/siri}HeadwayIntervalGroup"/> <element name="AffectedInterchange" type="{http://www.siri.org.uk/siri}AffectedInterchangeStructure" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class uk.org.siri.siri14.AffectedStopPointStructure
AffectedStopPointStructure.ConnectionLinks
-
-
Field Summary
Fields Modifier and Type Field Description protected ZonedDateTimeactualArrivalTimeprotected ZonedDateTimeactualDepartureTimeprotected List<AffectedInterchangeStructure>affectedInterchangesprotected ZonedDateTimeaimedArrivalTimeprotected ZonedDateTimeaimedDepartureTimeprotected DurationaimedHeadwayIntervalprotected ArrivalBoardingActivityEnumerationarrivalBoardingActivityprotected NaturalLanguageStringStructurearrivalPlatformNameprotected CallStatusEnumerationarrivalStatusprotected RoutePointTypeEnumerationcallConditionprotected DepartureBoardingActivityEnumerationdepartureBoardingActivityprotected NaturalLanguageStringStructuredeparturePlatformNameprotected CallStatusEnumerationdepartureStatusprotected ZonedDateTimeexpectedArrivalTimeprotected ZonedDateTimeexpectedDepartureTimeprotected DurationexpectedHeadwayIntervalprotected BigIntegerorderprotected BooleanvehicleAtStopprotected LocationStructurevehicleLocationAtStop-
Fields inherited from class uk.org.siri.siri14.AffectedStopPointStructure
accessibilityAssessment, affectedModes, connectionLinks, extensions, location, placeName, placeRef, privateRef, stopPointName, stopPointRef, stopPointType
-
-
Constructor Summary
Constructors Constructor Description AffectedCallStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZonedDateTimegetActualArrivalTime()Gets the value of the actualArrivalTime property.ZonedDateTimegetActualDepartureTime()Gets the value of the actualDepartureTime property.List<AffectedInterchangeStructure>getAffectedInterchanges()Gets the value of the affectedInterchanges property.ZonedDateTimegetAimedArrivalTime()Gets the value of the aimedArrivalTime property.ZonedDateTimegetAimedDepartureTime()Gets the value of the aimedDepartureTime property.DurationgetAimedHeadwayInterval()Gets the value of the aimedHeadwayInterval property.ArrivalBoardingActivityEnumerationgetArrivalBoardingActivity()Gets the value of the arrivalBoardingActivity property.NaturalLanguageStringStructuregetArrivalPlatformName()Gets the value of the arrivalPlatformName property.CallStatusEnumerationgetArrivalStatus()Gets the value of the arrivalStatus property.RoutePointTypeEnumerationgetCallCondition()Gets the value of the callCondition property.DepartureBoardingActivityEnumerationgetDepartureBoardingActivity()Gets the value of the departureBoardingActivity property.NaturalLanguageStringStructuregetDeparturePlatformName()Gets the value of the departurePlatformName property.CallStatusEnumerationgetDepartureStatus()Gets the value of the departureStatus property.ZonedDateTimegetExpectedArrivalTime()Gets the value of the expectedArrivalTime property.ZonedDateTimegetExpectedDepartureTime()Gets the value of the expectedDepartureTime property.DurationgetExpectedHeadwayInterval()Gets the value of the expectedHeadwayInterval property.BigIntegergetOrder()Gets the value of the order property.LocationStructuregetVehicleLocationAtStop()Gets the value of the vehicleLocationAtStop property.BooleanisVehicleAtStop()Gets the value of the vehicleAtStop property.voidsetActualArrivalTime(ZonedDateTime value)Sets the value of the actualArrivalTime property.voidsetActualDepartureTime(ZonedDateTime value)Sets the value of the actualDepartureTime 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.voidsetArrivalBoardingActivity(ArrivalBoardingActivityEnumeration value)Sets the value of the arrivalBoardingActivity property.voidsetArrivalPlatformName(NaturalLanguageStringStructure value)Sets the value of the arrivalPlatformName property.voidsetArrivalStatus(CallStatusEnumeration value)Sets the value of the arrivalStatus property.voidsetCallCondition(RoutePointTypeEnumeration value)Sets the value of the callCondition property.voidsetDepartureBoardingActivity(DepartureBoardingActivityEnumeration value)Sets the value of the departureBoardingActivity property.voidsetDeparturePlatformName(NaturalLanguageStringStructure value)Sets the value of the departurePlatformName property.voidsetDepartureStatus(CallStatusEnumeration value)Sets the value of the departureStatus property.voidsetExpectedArrivalTime(ZonedDateTime value)Sets the value of the expectedArrivalTime property.voidsetExpectedDepartureTime(ZonedDateTime value)Sets the value of the expectedDepartureTime property.voidsetExpectedHeadwayInterval(Duration value)Sets the value of the expectedHeadwayInterval property.voidsetOrder(BigInteger value)Sets the value of the order property.voidsetVehicleAtStop(Boolean value)Sets the value of the vehicleAtStop property.voidsetVehicleLocationAtStop(LocationStructure value)Sets the value of the vehicleLocationAtStop property.-
Methods inherited from class uk.org.siri.siri14.AffectedStopPointStructure
getAccessibilityAssessment, getAffectedModes, getConnectionLinks, getExtensions, getLocation, getPlaceName, getPlaceRef, getPrivateRef, getStopPointName, getStopPointRef, getStopPointType, setAccessibilityAssessment, setAffectedModes, setConnectionLinks, setExtensions, setLocation, setPlaceName, setPlaceRef, setPrivateRef, setStopPointName, setStopPointRef, setStopPointType
-
-
-
-
Field Detail
-
order
protected BigInteger order
-
callCondition
protected RoutePointTypeEnumeration callCondition
-
vehicleAtStop
protected Boolean vehicleAtStop
-
vehicleLocationAtStop
protected LocationStructure vehicleLocationAtStop
-
aimedArrivalTime
protected ZonedDateTime aimedArrivalTime
-
expectedArrivalTime
protected ZonedDateTime expectedArrivalTime
-
actualArrivalTime
protected ZonedDateTime actualArrivalTime
-
arrivalStatus
protected CallStatusEnumeration arrivalStatus
-
arrivalPlatformName
protected NaturalLanguageStringStructure arrivalPlatformName
-
arrivalBoardingActivity
protected ArrivalBoardingActivityEnumeration arrivalBoardingActivity
-
aimedDepartureTime
protected ZonedDateTime aimedDepartureTime
-
expectedDepartureTime
protected ZonedDateTime expectedDepartureTime
-
actualDepartureTime
protected ZonedDateTime actualDepartureTime
-
departureStatus
protected CallStatusEnumeration departureStatus
-
departurePlatformName
protected NaturalLanguageStringStructure departurePlatformName
-
departureBoardingActivity
protected DepartureBoardingActivityEnumeration departureBoardingActivity
-
aimedHeadwayInterval
protected Duration aimedHeadwayInterval
-
expectedHeadwayInterval
protected Duration expectedHeadwayInterval
-
affectedInterchanges
protected List<AffectedInterchangeStructure> affectedInterchanges
-
-
Method Detail
-
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
-
getCallCondition
public RoutePointTypeEnumeration getCallCondition()
Gets the value of the callCondition property.- Returns:
- possible object is
RoutePointTypeEnumeration
-
setCallCondition
public void setCallCondition(RoutePointTypeEnumeration value)
Sets the value of the callCondition property.- Parameters:
value- allowed object isRoutePointTypeEnumeration
-
isVehicleAtStop
public Boolean isVehicleAtStop()
Gets the value of the vehicleAtStop property.- Returns:
- possible object is
Boolean
-
setVehicleAtStop
public void setVehicleAtStop(Boolean value)
Sets the value of the vehicleAtStop property.- Parameters:
value- allowed object isBoolean
-
getVehicleLocationAtStop
public LocationStructure getVehicleLocationAtStop()
Gets the value of the vehicleLocationAtStop property.- Returns:
- possible object is
LocationStructure
-
setVehicleLocationAtStop
public void setVehicleLocationAtStop(LocationStructure value)
Sets the value of the vehicleLocationAtStop property.- Parameters:
value- allowed object isLocationStructure
-
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
-
getExpectedArrivalTime
public ZonedDateTime getExpectedArrivalTime()
Gets the value of the expectedArrivalTime property.- Returns:
- possible object is
String
-
setExpectedArrivalTime
public void setExpectedArrivalTime(ZonedDateTime value)
Sets the value of the expectedArrivalTime property.- Parameters:
value- allowed object isString
-
getActualArrivalTime
public ZonedDateTime getActualArrivalTime()
Gets the value of the actualArrivalTime property.- Returns:
- possible object is
String
-
setActualArrivalTime
public void setActualArrivalTime(ZonedDateTime value)
Sets the value of the actualArrivalTime property.- Parameters:
value- allowed object isString
-
getArrivalStatus
public CallStatusEnumeration getArrivalStatus()
Gets the value of the arrivalStatus property.- Returns:
- possible object is
CallStatusEnumeration
-
setArrivalStatus
public void setArrivalStatus(CallStatusEnumeration value)
Sets the value of the arrivalStatus property.- Parameters:
value- allowed object isCallStatusEnumeration
-
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
-
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
-
getExpectedDepartureTime
public ZonedDateTime getExpectedDepartureTime()
Gets the value of the expectedDepartureTime property.- Returns:
- possible object is
String
-
setExpectedDepartureTime
public void setExpectedDepartureTime(ZonedDateTime value)
Sets the value of the expectedDepartureTime property.- Parameters:
value- allowed object isString
-
getActualDepartureTime
public ZonedDateTime getActualDepartureTime()
Gets the value of the actualDepartureTime property.- Returns:
- possible object is
String
-
setActualDepartureTime
public void setActualDepartureTime(ZonedDateTime value)
Sets the value of the actualDepartureTime property.- Parameters:
value- allowed object isString
-
getDepartureStatus
public CallStatusEnumeration getDepartureStatus()
Gets the value of the departureStatus property.- Returns:
- possible object is
CallStatusEnumeration
-
setDepartureStatus
public void setDepartureStatus(CallStatusEnumeration value)
Sets the value of the departureStatus property.- Parameters:
value- allowed object isCallStatusEnumeration
-
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
-
getAimedHeadwayInterval
public Duration getAimedHeadwayInterval()
Gets the value of the aimedHeadwayInterval property.- Returns:
- possible object is
String
-
setAimedHeadwayInterval
public void setAimedHeadwayInterval(Duration value)
Sets the value of the aimedHeadwayInterval property.- Parameters:
value- allowed object isString
-
getExpectedHeadwayInterval
public Duration getExpectedHeadwayInterval()
Gets the value of the expectedHeadwayInterval property.- Returns:
- possible object is
String
-
setExpectedHeadwayInterval
public void setExpectedHeadwayInterval(Duration value)
Sets the value of the expectedHeadwayInterval property.- Parameters:
value- allowed object isString
-
getAffectedInterchanges
public List<AffectedInterchangeStructure> getAffectedInterchanges()
Gets the value of the affectedInterchanges 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 affectedInterchanges property.For example, to add a new item, do as follows:
getAffectedInterchanges().add(newItem);Objects of the following type(s) are allowed in the list
AffectedInterchangeStructure
-
-