Package uk.org.siri.siri13
Class DistributorDepartureCancellationStructure
- java.lang.Object
-
- uk.org.siri.siri13.AbstractItemStructure
-
- uk.org.siri.siri13.AbstractDistributorItemStructure
-
- uk.org.siri.siri13.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" 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 NaturalLanguageStringStructurereason-
Fields inherited from class uk.org.siri.siri13.AbstractDistributorItemStructure
connectionLinkRef, distributorJourney, distributorOrder, distributorVisitNumber, feederVehicleJourneyReves, interchangeRef, stopPointRef
-
Fields inherited from class uk.org.siri.siri13.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.NaturalLanguageStringStructuregetReason()Gets the value of the reason property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetReason(NaturalLanguageStringStructure value)Sets the value of the reason property.-
Methods inherited from class uk.org.siri.siri13.AbstractDistributorItemStructure
getConnectionLinkRef, getDistributorJourney, getDistributorOrder, getDistributorVisitNumber, getFeederVehicleJourneyReves, getInterchangeRef, getStopPointRef, setConnectionLinkRef, setDistributorJourney, setDistributorOrder, setDistributorVisitNumber, setInterchangeRef, setStopPointRef
-
Methods inherited from class uk.org.siri.siri13.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-
-
-
Field Detail
-
reason
protected NaturalLanguageStringStructure reason
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getReason
public NaturalLanguageStringStructure getReason()
Gets the value of the reason property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setReason
public void setReason(NaturalLanguageStringStructure value)
Sets the value of the reason property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
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
-
-