Class SelectedALaCarteOfferItemType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.ordercreaterequest.SelectedALaCarteOfferItemType
Use to select the quantity of Offer Items from the A La Carte Offer Items.
Java class for SelectedALaCarteOfferItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SelectedALaCarteOfferItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FlightAssociations" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="PaxJourneyRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type"/>
<element name="PaxSegmentRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Qty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}QtyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the flightAssociations property.getQty()Gets the value of the qty property.voidSets the value of the flightAssociations property.voidSets the value of the qty property.
-
Field Details
-
flightAssociations
-
qty
-
-
Constructor Details
-
SelectedALaCarteOfferItemType
public SelectedALaCarteOfferItemType()
-
-
Method Details
-
getFlightAssociations
Gets the value of the flightAssociations property.- Returns:
- possible object is
SelectedALaCarteOfferItemType.FlightAssociations
-
setFlightAssociations
Sets the value of the flightAssociations property.- Parameters:
value- allowed object isSelectedALaCarteOfferItemType.FlightAssociations
-
getQty
Gets the value of the qty property.- Returns:
- possible object is
QtyType
-
setQty
Sets the value of the qty property.- Parameters:
value- allowed object isQtyType
-