Class OriginDestType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.OriginDestType
The Origin and Destination airport/city pair which confines a passenger journey or an aircraft flight.
Java class for OriginDestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OriginDestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DestCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}IATALocationCodeType"/>
<element name="OriginCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}IATALocationCodeType"/>
<element name="OriginDestID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ID_Type" minOccurs="0"/>
<element name="PaxJourneyRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the destCode property.Gets the value of the originCode property.Gets the value of the originDestID property.Gets the value of the paxJourneyRefID property.voidsetDestCode(String value) Sets the value of the destCode property.voidsetOriginCode(String value) Sets the value of the originCode property.voidsetOriginDestID(String value) Sets the value of the originDestID property.
-
Field Details
-
destCode
-
originCode
-
originDestID
-
paxJourneyRefID
-
-
Constructor Details
-
OriginDestType
public OriginDestType()
-
-
Method Details
-
getDestCode
Gets the value of the destCode property.- Returns:
- possible object is
String
-
setDestCode
Sets the value of the destCode property.- Parameters:
value- allowed object isString
-
getOriginCode
Gets the value of the originCode property.- Returns:
- possible object is
String
-
setOriginCode
Sets the value of the originCode property.- Parameters:
value- allowed object isString
-
getOriginDestID
Gets the value of the originDestID property.- Returns:
- possible object is
String
-
setOriginDestID
Sets the value of the originDestID property.- Parameters:
value- allowed object isString
-
getPaxJourneyRefID
Gets the value of the paxJourneyRefID 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 JAXB object. This is why there is not a
setmethod for the paxJourneyRefID property.For example, to add a new item, do as follows:
getPaxJourneyRefID().add(newItem);Objects of the following type(s) are allowed in the list
String
-