Class RequestType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpricerequest.RequestType
Order Create request.
Java class for RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DataLists" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}DataListsType" minOccurs="0"/>
<element name="InExchForTicket" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}PenaltyType" minOccurs="0"/>
<element name="Metadata" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}MetadataType" minOccurs="0"/>
<element name="OfferPriceParameters" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ResponseParametersType" minOccurs="0"/>
<element name="OriginDestRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ID_Type" minOccurs="0"/>
<element name="Policy" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}PolicyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="PricedOffer" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}PricedOfferType" minOccurs="0"/>
<element name="ShoppingCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ShoppingCriteriaType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DataListsTypeprotected PenaltyTypeprotected MetadataTypeprotected ResponseParametersTypeprotected Stringprotected List<PolicyType>protected PricedOfferTypeprotected ShoppingCriteriaType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataLists property.Gets the value of the inExchForTicket property.Gets the value of the metadata property.Gets the value of the offerPriceParameters property.Gets the value of the originDestRefID property.Gets the value of the policy property.Gets the value of the pricedOffer property.Gets the value of the shoppingCriteria property.voidsetDataLists(DataListsType value) Sets the value of the dataLists property.voidsetInExchForTicket(PenaltyType value) Sets the value of the inExchForTicket property.voidsetMetadata(MetadataType value) Sets the value of the metadata property.voidSets the value of the offerPriceParameters property.voidsetOriginDestRefID(String value) Sets the value of the originDestRefID property.voidsetPricedOffer(PricedOfferType value) Sets the value of the pricedOffer property.voidSets the value of the shoppingCriteria property.
-
Field Details
-
dataLists
-
inExchForTicket
-
metadata
-
offerPriceParameters
-
originDestRefID
-
policy
-
pricedOffer
-
shoppingCriteria
-
-
Constructor Details
-
RequestType
public RequestType()
-
-
Method Details
-
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
-
getInExchForTicket
Gets the value of the inExchForTicket property.- Returns:
- possible object is
PenaltyType
-
setInExchForTicket
Sets the value of the inExchForTicket property.- Parameters:
value- allowed object isPenaltyType
-
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
-
getOfferPriceParameters
Gets the value of the offerPriceParameters property.- Returns:
- possible object is
ResponseParametersType
-
setOfferPriceParameters
Sets the value of the offerPriceParameters property.- Parameters:
value- allowed object isResponseParametersType
-
getOriginDestRefID
Gets the value of the originDestRefID property.- Returns:
- possible object is
String
-
setOriginDestRefID
Sets the value of the originDestRefID property.- Parameters:
value- allowed object isString
-
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 -
getPricedOffer
Gets the value of the pricedOffer property.- Returns:
- possible object is
PricedOfferType
-
setPricedOffer
Sets the value of the pricedOffer property.- Parameters:
value- allowed object isPricedOfferType
-
getShoppingCriteria
Gets the value of the shoppingCriteria property.- Returns:
- possible object is
ShoppingCriteriaType
-
setShoppingCriteria
Sets the value of the shoppingCriteria property.- Parameters:
value- allowed object isShoppingCriteriaType
-