Class ExcessBaggageType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderviewresponse.ExcessBaggageType
Excess baggage information displayed on a coupon.
Java class for ExcessBaggageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExcessBaggageType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Amount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}AmountType"/>
<element name="ExcessBaggageMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}MeasureType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amount property.Gets the value of the excessBaggageMeasure property.voidsetAmount(AmountType value) Sets the value of the amount property.voidSets the value of the excessBaggageMeasure property.
-
Field Details
-
amount
-
excessBaggageMeasure
-
-
Constructor Details
-
ExcessBaggageType
public ExcessBaggageType()
-
-
Method Details
-
getAmount
Gets the value of the amount property.- Returns:
- possible object is
AmountType
-
setAmount
Sets the value of the amount property.- Parameters:
value- allowed object isAmountType
-
getExcessBaggageMeasure
Gets the value of the excessBaggageMeasure property.- Returns:
- possible object is
MeasureType
-
setExcessBaggageMeasure
Sets the value of the excessBaggageMeasure property.- Parameters:
value- allowed object isMeasureType
-