Class IATAOfferPriceRQ
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpricerequest.IATAOfferPriceRQ
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AugmentationPoint" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax' namespace='##other'/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="MessageDoc" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}MessageDocType" minOccurs="0"/>
<element name="Party" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}PartyType" minOccurs="0"/>
<element name="PayloadAttributes" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}IATAPayloadStandardAttributesType" minOccurs="0"/>
<element name="PointOfSale" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}POS_Type" minOccurs="0"/>
<element name="Request" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}RequestType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IATAOfferPriceRQ.AugmentationPointprotected MessageDocTypeprotected PartyTypeprotected IATAPayloadStandardAttributesTypeprotected POSTypeprotected RequestType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the augmentationPoint property.Gets the value of the messageDoc property.getParty()Gets the value of the party property.Gets the value of the payloadAttributes property.Gets the value of the pointOfSale property.Gets the value of the request property.voidSets the value of the augmentationPoint property.voidsetMessageDoc(MessageDocType value) Sets the value of the messageDoc property.voidSets the value of the party property.voidSets the value of the payloadAttributes property.voidsetPointOfSale(POSType value) Sets the value of the pointOfSale property.voidsetRequest(RequestType value) Sets the value of the request property.
-
Field Details
-
augmentationPoint
-
messageDoc
-
party
-
payloadAttributes
-
pointOfSale
-
request
-
-
Constructor Details
-
IATAOfferPriceRQ
public IATAOfferPriceRQ()
-
-
Method Details
-
getAugmentationPoint
Gets the value of the augmentationPoint property.- Returns:
- possible object is
IATAOfferPriceRQ.AugmentationPoint
-
setAugmentationPoint
Sets the value of the augmentationPoint property.- Parameters:
value- allowed object isIATAOfferPriceRQ.AugmentationPoint
-
getMessageDoc
Gets the value of the messageDoc property.- Returns:
- possible object is
MessageDocType
-
setMessageDoc
Sets the value of the messageDoc property.- Parameters:
value- allowed object isMessageDocType
-
getParty
Gets the value of the party property.- Returns:
- possible object is
PartyType
-
setParty
Sets the value of the party property.- Parameters:
value- allowed object isPartyType
-
getPayloadAttributes
Gets the value of the payloadAttributes property.- Returns:
- possible object is
IATAPayloadStandardAttributesType
-
setPayloadAttributes
Sets the value of the payloadAttributes property.- Parameters:
value- allowed object isIATAPayloadStandardAttributesType
-
getPointOfSale
Gets the value of the pointOfSale property.- Returns:
- possible object is
POSType
-
setPointOfSale
Sets the value of the pointOfSale property.- Parameters:
value- allowed object isPOSType
-
getRequest
Gets the value of the request property.- Returns:
- possible object is
RequestType
-
setRequest
Sets the value of the request property.- Parameters:
value- allowed object isRequestType
-