Class DimensionAllowanceType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderviewresponse.DimensionAllowanceType
Baggage dimension allowance with application information.
Java class for DimensionAllowanceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DimensionAllowanceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ApplicableBagText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TextType" minOccurs="0"/>
<element name="ApplicablePartyText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TextType" minOccurs="0"/>
<element name="BaggageDimensionCategory" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TextType"/>
<element name="DescText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TextType" maxOccurs="99" minOccurs="0"/>
<element name="MaxMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}MeasureType"/>
<element name="MinMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}MeasureType" minOccurs="0"/>
<element name="Qty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}QtyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected MeasureTypeprotected MeasureTypeprotected QtyType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the applicableBagText property.Gets the value of the applicablePartyText property.Gets the value of the baggageDimensionCategory property.Gets the value of the descText property.Gets the value of the maxMeasure property.Gets the value of the minMeasure property.getQty()Gets the value of the qty property.voidsetApplicableBagText(String value) Sets the value of the applicableBagText property.voidsetApplicablePartyText(String value) Sets the value of the applicablePartyText property.voidSets the value of the baggageDimensionCategory property.voidsetMaxMeasure(MeasureType value) Sets the value of the maxMeasure property.voidsetMinMeasure(MeasureType value) Sets the value of the minMeasure property.voidSets the value of the qty property.
-
Field Details
-
applicableBagText
-
applicablePartyText
-
baggageDimensionCategory
-
descText
-
maxMeasure
-
minMeasure
-
qty
-
-
Constructor Details
-
DimensionAllowanceType
public DimensionAllowanceType()
-
-
Method Details
-
getApplicableBagText
Gets the value of the applicableBagText property.- Returns:
- possible object is
String
-
setApplicableBagText
Sets the value of the applicableBagText property.- Parameters:
value- allowed object isString
-
getApplicablePartyText
Gets the value of the applicablePartyText property.- Returns:
- possible object is
String
-
setApplicablePartyText
Sets the value of the applicablePartyText property.- Parameters:
value- allowed object isString
-
getBaggageDimensionCategory
Gets the value of the baggageDimensionCategory property.- Returns:
- possible object is
String
-
setBaggageDimensionCategory
Sets the value of the baggageDimensionCategory property.- Parameters:
value- allowed object isString
-
getDescText
Gets the value of the descText property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the descText property.For example, to add a new item, do as follows:
getDescText().add(newItem);Objects of the following type(s) are allowed in the list
String -
getMaxMeasure
Gets the value of the maxMeasure property.- Returns:
- possible object is
MeasureType
-
setMaxMeasure
Sets the value of the maxMeasure property.- Parameters:
value- allowed object isMeasureType
-
getMinMeasure
Gets the value of the minMeasure property.- Returns:
- possible object is
MeasureType
-
setMinMeasure
Sets the value of the minMeasure property.- Parameters:
value- allowed object isMeasureType
-
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
-