Class ShoppingCriteriaType
Java class for ShoppingCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShoppingCriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CabinTypeCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}CabinTypeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="SeatCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}SeatType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ServiceCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}ServiceCriteriaType" minOccurs="0"/>
<element name="TripPurposeCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<CabinTypeType>protected ServiceCriteriaTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cabinTypeCriteria property.Gets the value of the seatCriteria property.Gets the value of the serviceCriteria property.Gets the value of the tripPurposeCode property.voidSets the value of the serviceCriteria property.voidsetTripPurposeCode(String value) Sets the value of the tripPurposeCode property.
-
Field Details
-
cabinTypeCriteria
-
seatCriteria
-
serviceCriteria
-
tripPurposeCode
-
-
Constructor Details
-
ShoppingCriteriaType
public ShoppingCriteriaType()
-
-
Method Details
-
getCabinTypeCriteria
Gets the value of the cabinTypeCriteria 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 cabinTypeCriteria property.For example, to add a new item, do as follows:
getCabinTypeCriteria().add(newItem);Objects of the following type(s) are allowed in the list
CabinTypeType -
getSeatCriteria
Gets the value of the seatCriteria 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 seatCriteria property.For example, to add a new item, do as follows:
getSeatCriteria().add(newItem);Objects of the following type(s) are allowed in the list
SeatType -
getServiceCriteria
Gets the value of the serviceCriteria property.- Returns:
- possible object is
ServiceCriteriaType
-
setServiceCriteria
Sets the value of the serviceCriteria property.- Parameters:
value- allowed object isServiceCriteriaType
-
getTripPurposeCode
Gets the value of the tripPurposeCode property.- Returns:
- possible object is
String
-
setTripPurposeCode
Sets the value of the tripPurposeCode property.- Parameters:
value- allowed object isString
-