Class DatedOperatingLegType
java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistresponse.DatedOperatingLegType
The nonstop operation of a transport vehicle between the departure station and the arrival station. Can be used for aircrafts as well as other transport vehicles such as train or bus etc.
Java class for DatedOperatingLegType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatedOperatingLegType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Arrival" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}TransportArrivalType"/>
<element name="CarrierAircraftType" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}CarrierAircraftTypeType" minOccurs="0"/>
<element name="ChangeofGaugeInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}IndType" minOccurs="0"/>
<element name="DatedOperatingLegID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}ID_Type" minOccurs="0"/>
<element name="Dep" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}TransportDepType"/>
<element name="DistanceMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}MeasureType" minOccurs="0"/>
<element name="IATAAircraftType" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}IATAAircraftTypeType" minOccurs="0"/>
<element name="OnGroundDuration" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}TimeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TransportArrivalTypeprotected CarrierAircraftTypeTypeprotected Booleanprotected Stringprotected TransportDepTypeprotected MeasureTypeprotected IATAAircraftTypeTypeprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the arrival property.Gets the value of the carrierAircraftType property.Gets the value of the datedOperatingLegID property.getDep()Gets the value of the dep property.Gets the value of the distanceMeasure property.Gets the value of the iataAircraftType property.Gets the value of the onGroundDuration property.Gets the value of the changeofGaugeInd property.voidsetArrival(TransportArrivalType value) Sets the value of the arrival property.voidSets the value of the carrierAircraftType property.voidsetChangeofGaugeInd(Boolean value) Sets the value of the changeofGaugeInd property.voidsetDatedOperatingLegID(String value) Sets the value of the datedOperatingLegID property.voidsetDep(TransportDepType value) Sets the value of the dep property.voidsetDistanceMeasure(MeasureType value) Sets the value of the distanceMeasure property.voidSets the value of the iataAircraftType property.voidSets the value of the onGroundDuration property.
-
Field Details
-
arrival
-
carrierAircraftType
-
changeofGaugeInd
-
datedOperatingLegID
-
dep
-
distanceMeasure
-
iataAircraftType
-
onGroundDuration
-
-
Constructor Details
-
DatedOperatingLegType
public DatedOperatingLegType()
-
-
Method Details
-
getArrival
Gets the value of the arrival property.- Returns:
- possible object is
TransportArrivalType
-
setArrival
Sets the value of the arrival property.- Parameters:
value- allowed object isTransportArrivalType
-
getCarrierAircraftType
Gets the value of the carrierAircraftType property.- Returns:
- possible object is
CarrierAircraftTypeType
-
setCarrierAircraftType
Sets the value of the carrierAircraftType property.- Parameters:
value- allowed object isCarrierAircraftTypeType
-
isChangeofGaugeInd
Gets the value of the changeofGaugeInd property.- Returns:
- possible object is
Boolean
-
setChangeofGaugeInd
Sets the value of the changeofGaugeInd property.- Parameters:
value- allowed object isBoolean
-
getDatedOperatingLegID
Gets the value of the datedOperatingLegID property.- Returns:
- possible object is
String
-
setDatedOperatingLegID
Sets the value of the datedOperatingLegID property.- Parameters:
value- allowed object isString
-
getDep
Gets the value of the dep property.- Returns:
- possible object is
TransportDepType
-
setDep
Sets the value of the dep property.- Parameters:
value- allowed object isTransportDepType
-
getDistanceMeasure
Gets the value of the distanceMeasure property.- Returns:
- possible object is
MeasureType
-
setDistanceMeasure
Sets the value of the distanceMeasure property.- Parameters:
value- allowed object isMeasureType
-
getIATAAircraftType
Gets the value of the iataAircraftType property.- Returns:
- possible object is
IATAAircraftTypeType
-
setIATAAircraftType
Sets the value of the iataAircraftType property.- Parameters:
value- allowed object isIATAAircraftTypeType
-
getOnGroundDuration
Gets the value of the onGroundDuration property.- Returns:
- possible object is
XMLGregorianCalendar
-
setOnGroundDuration
Sets the value of the onGroundDuration property.- Parameters:
value- allowed object isXMLGregorianCalendar
-