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="Commission" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}CommissionType" minOccurs="0"/>
<element name="DataLists" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}DataListsType" minOccurs="0"/>
<element name="MessageProcessing" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}MessageProcessingType" minOccurs="0"/>
<element name="Metadata" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}MetadataType" minOccurs="0"/>
<element name="OtherOffers" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}CarrierOffersType" minOccurs="0"/>
<element name="PaymentInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}PaymentInfoType" maxOccurs="unbounded" minOccurs="0"/>
<element name="PricedOffer" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}Offer1Type" minOccurs="0"/>
<element name="Promotion" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}PromotionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ResponseParameters" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ResponseParametersType" minOccurs="0"/>
<element name="ShoppingResponse" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ShoppingResponseType" minOccurs="0"/>
<element name="Warning" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}WarningType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CommissionTypeprotected DataListsTypeprotected MessageProcessingTypeprotected MetadataTypeprotected CarrierOffersTypeprotected List<PaymentInfoType>protected Offer1Typeprotected List<PromotionType>protected ResponseParametersTypeprotected ShoppingResponseTypeprotected List<WarningType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the commission property.Gets the value of the dataLists property.Gets the value of the messageProcessing property.Gets the value of the metadata property.Gets the value of the otherOffers property.Gets the value of the paymentInfo property.Gets the value of the pricedOffer property.Gets the value of the promotion property.Gets the value of the responseParameters property.Gets the value of the shoppingResponse property.Gets the value of the warning property.voidsetCommission(CommissionType value) Sets the value of the commission property.voidsetDataLists(DataListsType value) Sets the value of the dataLists property.voidSets the value of the messageProcessing property.voidsetMetadata(MetadataType value) Sets the value of the metadata property.voidsetOtherOffers(CarrierOffersType value) Sets the value of the otherOffers property.voidsetPricedOffer(Offer1Type value) Sets the value of the pricedOffer property.voidSets the value of the responseParameters property.voidSets the value of the shoppingResponse property.
-
Field Details
-
commission
-
dataLists
-
messageProcessing
-
metadata
-
otherOffers
-
paymentInfo
-
pricedOffer
-
promotion
-
responseParameters
-
shoppingResponse
-
warning
-
-
Constructor Details
-
ResponseType
public ResponseType()
-
-
Method Details
-
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
-
getMessageProcessing
Gets the value of the messageProcessing property.- Returns:
- possible object is
MessageProcessingType
-
setMessageProcessing
Sets the value of the messageProcessing property.- Parameters:
value- allowed object isMessageProcessingType
-
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
-
getOtherOffers
Gets the value of the otherOffers property.- Returns:
- possible object is
CarrierOffersType
-
setOtherOffers
Sets the value of the otherOffers property.- Parameters:
value- allowed object isCarrierOffersType
-
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 -
getPricedOffer
Gets the value of the pricedOffer property.- Returns:
- possible object is
Offer1Type
-
setPricedOffer
Sets the value of the pricedOffer property.- Parameters:
value- allowed object isOffer1Type
-
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 -
getResponseParameters
Gets the value of the responseParameters property.- Returns:
- possible object is
ResponseParametersType
-
setResponseParameters
Sets the value of the responseParameters property.- Parameters:
value- allowed object isResponseParametersType
-
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
-