Class ALaCarteOfferItemType
java.lang.Object
de.hybris.platform.ndc182facades.messages.seatavailabilityresponse.ALaCarteOfferItemType
Contains one Service (excluding flights) or Service Bundle which is priced per unit. A La Carte Offer Items are optional, and the quantities of these can be selected for any of the eligible passengers and segments.
Java class for ALaCarteOfferItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ALaCarteOfferItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Eligibility" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}EligibilityType"/>
<element name="OfferItemID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ID_Type" minOccurs="0"/>
<element name="Service" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ServiceType"/>
<element name="UnitPrice" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}PriceType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EligibilityTypeprotected Stringprotected ServiceTypeprotected PriceType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the eligibility property.Gets the value of the offerItemID property.Gets the value of the service property.Gets the value of the unitPrice property.voidsetEligibility(EligibilityType value) Sets the value of the eligibility property.voidsetOfferItemID(String value) Sets the value of the offerItemID property.voidsetService(ServiceType value) Sets the value of the service property.voidsetUnitPrice(PriceType value) Sets the value of the unitPrice property.
-
Field Details
-
eligibility
-
offerItemID
-
service
-
unitPrice
-
-
Constructor Details
-
ALaCarteOfferItemType
public ALaCarteOfferItemType()
-
-
Method Details
-
getEligibility
Gets the value of the eligibility property.- Returns:
- possible object is
EligibilityType
-
setEligibility
Sets the value of the eligibility property.- Parameters:
value- allowed object isEligibilityType
-
getOfferItemID
Gets the value of the offerItemID property.- Returns:
- possible object is
String
-
setOfferItemID
Sets the value of the offerItemID property.- Parameters:
value- allowed object isString
-
getService
Gets the value of the service property.- Returns:
- possible object is
ServiceType
-
setService
Sets the value of the service property.- Parameters:
value- allowed object isServiceType
-
getUnitPrice
Gets the value of the unitPrice property.- Returns:
- possible object is
PriceType
-
setUnitPrice
Sets the value of the unitPrice property.- Parameters:
value- allowed object isPriceType
-