Class BaggagePricingCriteriaType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpricerequest.BaggagePricingCriteriaType
Baggage pricing specific filter criteria for shopping requests, including baggage type, charges, and settlement information.
Java class for BaggagePricingCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaggagePricingCriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BaggageOptionCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}BaggageTypeCodeType" maxOccurs="2" minOccurs="0"/>
<element name="CommercialAgreementID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ID_Type" minOccurs="0"/>
<element name="DeferralInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}IndType" minOccurs="0"/>
<element name="FixedPrepaidInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}IndType" minOccurs="0"/>
<element name="IncludeSettlementInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}IndType" minOccurs="0"/>
<element name="OptionalChargesCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}CodeType" minOccurs="0"/>
<element name="RequestedActionCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}MessageFunctionCodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the baggageOptionCode property.Gets the value of the commercialAgreementID property.Gets the value of the optionalChargesCode property.Gets the value of the requestedActionCode property.Gets the value of the deferralInd property.Gets the value of the fixedPrepaidInd property.Gets the value of the includeSettlementInd property.voidsetCommercialAgreementID(String value) Sets the value of the commercialAgreementID property.voidsetDeferralInd(Boolean value) Sets the value of the deferralInd property.voidsetFixedPrepaidInd(Boolean value) Sets the value of the fixedPrepaidInd property.voidsetIncludeSettlementInd(Boolean value) Sets the value of the includeSettlementInd property.voidsetOptionalChargesCode(String value) Sets the value of the optionalChargesCode property.voidsetRequestedActionCode(String value) Sets the value of the requestedActionCode property.
-
Field Details
-
baggageOptionCode
-
commercialAgreementID
-
deferralInd
-
fixedPrepaidInd
-
includeSettlementInd
-
optionalChargesCode
-
requestedActionCode
-
-
Constructor Details
-
BaggagePricingCriteriaType
public BaggagePricingCriteriaType()
-
-
Method Details
-
getBaggageOptionCode
Gets the value of the baggageOptionCode 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 baggageOptionCode property.For example, to add a new item, do as follows:
getBaggageOptionCode().add(newItem);Objects of the following type(s) are allowed in the list
BaggageTypeCodeContentType -
getCommercialAgreementID
Gets the value of the commercialAgreementID property.- Returns:
- possible object is
String
-
setCommercialAgreementID
Sets the value of the commercialAgreementID property.- Parameters:
value- allowed object isString
-
isDeferralInd
Gets the value of the deferralInd property.- Returns:
- possible object is
Boolean
-
setDeferralInd
Sets the value of the deferralInd property.- Parameters:
value- allowed object isBoolean
-
isFixedPrepaidInd
Gets the value of the fixedPrepaidInd property.- Returns:
- possible object is
Boolean
-
setFixedPrepaidInd
Sets the value of the fixedPrepaidInd property.- Parameters:
value- allowed object isBoolean
-
isIncludeSettlementInd
Gets the value of the includeSettlementInd property.- Returns:
- possible object is
Boolean
-
setIncludeSettlementInd
Sets the value of the includeSettlementInd property.- Parameters:
value- allowed object isBoolean
-
getOptionalChargesCode
Gets the value of the optionalChargesCode property.- Returns:
- possible object is
String
-
setOptionalChargesCode
Sets the value of the optionalChargesCode property.- Parameters:
value- allowed object isString
-
getRequestedActionCode
Gets the value of the requestedActionCode property.- Returns:
- possible object is
String
-
setRequestedActionCode
Sets the value of the requestedActionCode property.- Parameters:
value- allowed object isString
-