Class OfferItemTypeType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.OfferItemTypeType
Offer Item Type used for long sell transactions.
Java class for OfferItemTypeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OfferItemTypeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="BaggageItem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}BaggageItemType"/>
<element name="FlightItem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}FlightItemType"/>
<element name="OtherItem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}OtherItemType"/>
<element name="SeatItem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}SeatItemType"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BaggageItemTypeprotected FlightItemTypeprotected OtherItemTypeprotected SeatItemType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the baggageItem property.Gets the value of the flightItem property.Gets the value of the otherItem property.Gets the value of the seatItem property.voidsetBaggageItem(BaggageItemType value) Sets the value of the baggageItem property.voidsetFlightItem(FlightItemType value) Sets the value of the flightItem property.voidsetOtherItem(OtherItemType value) Sets the value of the otherItem property.voidsetSeatItem(SeatItemType value) Sets the value of the seatItem property.
-
Field Details
-
baggageItem
-
flightItem
-
otherItem
-
seatItem
-
-
Constructor Details
-
OfferItemTypeType
public OfferItemTypeType()
-
-
Method Details
-
getBaggageItem
Gets the value of the baggageItem property.- Returns:
- possible object is
BaggageItemType
-
setBaggageItem
Sets the value of the baggageItem property.- Parameters:
value- allowed object isBaggageItemType
-
getFlightItem
Gets the value of the flightItem property.- Returns:
- possible object is
FlightItemType
-
setFlightItem
Sets the value of the flightItem property.- Parameters:
value- allowed object isFlightItemType
-
getOtherItem
Gets the value of the otherItem property.- Returns:
- possible object is
OtherItemType
-
setOtherItem
Sets the value of the otherItem property.- Parameters:
value- allowed object isOtherItemType
-
getSeatItem
Gets the value of the seatItem property.- Returns:
- possible object is
SeatItemType
-
setSeatItem
Sets the value of the seatItem property.- Parameters:
value- allowed object isSeatItemType
-