Class BagItemDetailsType
java.lang.Object
de.hybris.platform.ndc182facades.messages.ordercreaterequest.BagItemDetailsType
Additional disclosure and allowance information for Bag Items used in Long Sells.
Java class for BagItemDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BagItemDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BaggageAllowanceRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type"/>
<element name="BaggageDisclosureRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type" minOccurs="0"/>
<element name="Price" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}PriceType" minOccurs="0"/>
<element name="ValidatingCarrierCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}AirlineDesigCodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the baggageAllowanceRefID property.Gets the value of the baggageDisclosureRefID property.getPrice()Gets the value of the price property.Gets the value of the validatingCarrierCode property.voidsetBaggageAllowanceRefID(String value) Sets the value of the baggageAllowanceRefID property.voidsetBaggageDisclosureRefID(String value) Sets the value of the baggageDisclosureRefID property.voidSets the value of the price property.voidsetValidatingCarrierCode(String value) Sets the value of the validatingCarrierCode property.
-
Field Details
-
baggageAllowanceRefID
-
baggageDisclosureRefID
-
price
-
validatingCarrierCode
-
-
Constructor Details
-
BagItemDetailsType
public BagItemDetailsType()
-
-
Method Details
-
getBaggageAllowanceRefID
Gets the value of the baggageAllowanceRefID property.- Returns:
- possible object is
String
-
setBaggageAllowanceRefID
Sets the value of the baggageAllowanceRefID property.- Parameters:
value- allowed object isString
-
getBaggageDisclosureRefID
Gets the value of the baggageDisclosureRefID property.- Returns:
- possible object is
String
-
setBaggageDisclosureRefID
Sets the value of the baggageDisclosureRefID property.- Parameters:
value- allowed object isString
-
getPrice
Gets the value of the price property.- Returns:
- possible object is
PriceType
-
setPrice
Sets the value of the price property.- Parameters:
value- allowed object isPriceType
-
getValidatingCarrierCode
Gets the value of the validatingCarrierCode property.- Returns:
- possible object is
String
-
setValidatingCarrierCode
Sets the value of the validatingCarrierCode property.- Parameters:
value- allowed object isString
-