Package uk.org.siri.siri21
Class DistributorDepartureCancellationStructure
- java.lang.Object
-
- uk.org.siri.siri21.AbstractItemStructure
-
- uk.org.siri.siri21.AbstractDistributorItemStructure
-
- uk.org.siri.siri21.DistributorDepartureCancellationStructure
-
- All Implemented Interfaces:
Serializable
public class DistributorDepartureCancellationStructure extends AbstractDistributorItemStructure implements Serializable
Type for Cancellation of a Distributor VEHICLE JOURNEY from a connection.Java class for DistributorDepartureCancellationStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributorDepartureCancellationStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractDistributorItemStructure"> <sequence> <element name="Reason" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Extensionsextensionsprotected List<NaturalLanguageStringStructure>reasons-
Fields inherited from class uk.org.siri.siri21.AbstractDistributorItemStructure
connectionLinkRef, distributorJourney, distributorOrder, distributorVisitNumber, feederVehicleJourneyReves, interchangeRef, stopPointRef
-
Fields inherited from class uk.org.siri.siri21.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description DistributorDepartureCancellationStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsgetExtensions()Gets the value of the extensions property.List<NaturalLanguageStringStructure>getReasons()Gets the value of the reasons property.voidsetExtensions(Extensions value)Sets the value of the extensions property.-
Methods inherited from class uk.org.siri.siri21.AbstractDistributorItemStructure
getConnectionLinkRef, getDistributorJourney, getDistributorOrder, getDistributorVisitNumber, getFeederVehicleJourneyReves, getInterchangeRef, getStopPointRef, setConnectionLinkRef, setDistributorJourney, setDistributorOrder, setDistributorVisitNumber, setInterchangeRef, setStopPointRef
-
Methods inherited from class uk.org.siri.siri21.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-
-
-
Field Detail
-
reasons
protected List<NaturalLanguageStringStructure> reasons
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getReasons
public List<NaturalLanguageStringStructure> getReasons()
Gets the value of the reasons 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 reasons property.For example, to add a new item, do as follows:
getReasons().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
getExtensions
public Extensions getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
Extensions
-
setExtensions
public void setExtensions(Extensions value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensions
-
-