Class ResponseType
Java class for ResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AirShoppingProcessing" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}AirShoppingProcessingType" minOccurs="0"/>
<element name="Commission" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}CommissionType" minOccurs="0"/>
<element name="DataLists" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}DataListsType" minOccurs="0"/>
<element name="Metadata" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}MetadataType" minOccurs="0"/>
<element name="OffersGroup" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}OffersGroupType"/>
<element name="PaymentInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}PaymentInfoType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Policy" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}PolicyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Promotion" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}PromotionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ShoppingResponse" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ShoppingResponseType" minOccurs="0"/>
<element name="Warning" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}WarningType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AirShoppingProcessingTypeprotected CommissionTypeprotected DataListsTypeprotected MetadataTypeprotected OffersGroupTypeprotected List<PaymentInfoType>protected List<PolicyType>protected List<PromotionType>protected ShoppingResponseTypeprotected List<WarningType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the airShoppingProcessing property.Gets the value of the commission property.Gets the value of the dataLists property.Gets the value of the metadata property.Gets the value of the offersGroup property.Gets the value of the paymentInfo property.Gets the value of the policy property.Gets the value of the promotion property.Gets the value of the shoppingResponse property.Gets the value of the warning property.voidSets the value of the airShoppingProcessing property.voidsetCommission(CommissionType value) Sets the value of the commission property.voidsetDataLists(DataListsType value) Sets the value of the dataLists property.voidsetMetadata(MetadataType value) Sets the value of the metadata property.voidsetOffersGroup(OffersGroupType value) Sets the value of the offersGroup property.voidSets the value of the shoppingResponse property.
-
Field Details
-
airShoppingProcessing
-
commission
-
dataLists
-
metadata
-
offersGroup
-
paymentInfo
-
policy
-
promotion
-
shoppingResponse
-
warning
-
-
Constructor Details
-
ResponseType
public ResponseType()
-
-
Method Details
-
getAirShoppingProcessing
Gets the value of the airShoppingProcessing property.- Returns:
- possible object is
AirShoppingProcessingType
-
setAirShoppingProcessing
Sets the value of the airShoppingProcessing property.- Parameters:
value- allowed object isAirShoppingProcessingType
-
getCommission
Gets the value of the commission property.- Returns:
- possible object is
CommissionType
-
setCommission
Sets the value of the commission property.- Parameters:
value- allowed object isCommissionType
-
getDataLists
Gets the value of the dataLists property.- Returns:
- possible object is
DataListsType
-
setDataLists
Sets the value of the dataLists property.- Parameters:
value- allowed object isDataListsType
-
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
MetadataType
-
setMetadata
Sets the value of the metadata property.- Parameters:
value- allowed object isMetadataType
-
getOffersGroup
Gets the value of the offersGroup property.- Returns:
- possible object is
OffersGroupType
-
setOffersGroup
Sets the value of the offersGroup property.- Parameters:
value- allowed object isOffersGroupType
-
getPaymentInfo
Gets the value of the paymentInfo 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 paymentInfo property.For example, to add a new item, do as follows:
getPaymentInfo().add(newItem);Objects of the following type(s) are allowed in the list
PaymentInfoType -
getPolicy
Gets the value of the policy 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 policy property.For example, to add a new item, do as follows:
getPolicy().add(newItem);Objects of the following type(s) are allowed in the list
PolicyType -
getPromotion
Gets the value of the promotion 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 promotion property.For example, to add a new item, do as follows:
getPromotion().add(newItem);Objects of the following type(s) are allowed in the list
PromotionType -
getShoppingResponse
Gets the value of the shoppingResponse property.- Returns:
- possible object is
ShoppingResponseType
-
setShoppingResponse
Sets the value of the shoppingResponse property.- Parameters:
value- allowed object isShoppingResponseType
-
getWarning
Gets the value of the warning 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 warning property.For example, to add a new item, do as follows:
getWarning().add(newItem);Objects of the following type(s) are allowed in the list
WarningType
-