Class OriginDestCriteriaType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingrequest.OriginDestCriteriaType
The Origin and Destination airport/city pair which confines a passenger journey or an aircraft flight.
Java class for OriginDestCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OriginDestCriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CalendarDateCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}CalendarDateCriteriaType" minOccurs="0"/>
<element name="ConnectionPRefRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}ID_Type" minOccurs="0"/>
<element name="DestArrivalCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}DestArrivalCriteriaType"/>
<element name="JourneyDurationCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}JourneyDurationCriteriaType" minOccurs="0"/>
<element name="OriginDepCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}OriginDepCriteriaType"/>
<element name="OriginDestID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}ID_Type" minOccurs="0"/>
<element name="PreferredCabinType" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}CabinTypeType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CalendarDateCriteriaTypeprotected Stringprotected DestArrivalCriteriaTypeprotected JourneyDurationCriteriaTypeprotected OriginDepCriteriaTypeprotected Stringprotected List<CabinTypeType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the calendarDateCriteria property.Gets the value of the connectionPRefRefID property.Gets the value of the destArrivalCriteria property.Gets the value of the journeyDurationCriteria property.Gets the value of the originDepCriteria property.Gets the value of the originDestID property.Gets the value of the preferredCabinType property.voidSets the value of the calendarDateCriteria property.voidsetConnectionPRefRefID(String value) Sets the value of the connectionPRefRefID property.voidSets the value of the destArrivalCriteria property.voidSets the value of the journeyDurationCriteria property.voidSets the value of the originDepCriteria property.voidsetOriginDestID(String value) Sets the value of the originDestID property.
-
Field Details
-
calendarDateCriteria
-
connectionPRefRefID
-
destArrivalCriteria
-
journeyDurationCriteria
-
originDepCriteria
-
originDestID
-
preferredCabinType
-
-
Constructor Details
-
OriginDestCriteriaType
public OriginDestCriteriaType()
-
-
Method Details
-
getCalendarDateCriteria
Gets the value of the calendarDateCriteria property.- Returns:
- possible object is
CalendarDateCriteriaType
-
setCalendarDateCriteria
Sets the value of the calendarDateCriteria property.- Parameters:
value- allowed object isCalendarDateCriteriaType
-
getConnectionPRefRefID
Gets the value of the connectionPRefRefID property.- Returns:
- possible object is
String
-
setConnectionPRefRefID
Sets the value of the connectionPRefRefID property.- Parameters:
value- allowed object isString
-
getDestArrivalCriteria
Gets the value of the destArrivalCriteria property.- Returns:
- possible object is
DestArrivalCriteriaType
-
setDestArrivalCriteria
Sets the value of the destArrivalCriteria property.- Parameters:
value- allowed object isDestArrivalCriteriaType
-
getJourneyDurationCriteria
Gets the value of the journeyDurationCriteria property.- Returns:
- possible object is
JourneyDurationCriteriaType
-
setJourneyDurationCriteria
Sets the value of the journeyDurationCriteria property.- Parameters:
value- allowed object isJourneyDurationCriteriaType
-
getOriginDepCriteria
Gets the value of the originDepCriteria property.- Returns:
- possible object is
OriginDepCriteriaType
-
setOriginDepCriteria
Sets the value of the originDepCriteria property.- Parameters:
value- allowed object isOriginDepCriteriaType
-
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
-
getPreferredCabinType
Gets the value of the preferredCabinType 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 preferredCabinType property.For example, to add a new item, do as follows:
getPreferredCabinType().add(newItem);Objects of the following type(s) are allowed in the list
CabinTypeType
-