Class BagDimensionType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderchangerequest.BagDimensionType
A measurable extent of a particular bag, such as length, or height.
Java class for BagDimensionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BagDimensionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="HeightMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}LengthMeasureType" minOccurs="0"/>
<element name="LengthMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}LengthMeasureType" minOccurs="0"/>
<element name="WidthMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}LengthMeasureType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LengthMeasureTypeprotected LengthMeasureTypeprotected LengthMeasureType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the heightMeasure property.Gets the value of the lengthMeasure property.Gets the value of the widthMeasure property.voidSets the value of the heightMeasure property.voidSets the value of the lengthMeasure property.voidsetWidthMeasure(LengthMeasureType value) Sets the value of the widthMeasure property.
-
Field Details
-
heightMeasure
-
lengthMeasure
-
widthMeasure
-
-
Constructor Details
-
BagDimensionType
public BagDimensionType()
-
-
Method Details
-
getHeightMeasure
Gets the value of the heightMeasure property.- Returns:
- possible object is
LengthMeasureType
-
setHeightMeasure
Sets the value of the heightMeasure property.- Parameters:
value- allowed object isLengthMeasureType
-
getLengthMeasure
Gets the value of the lengthMeasure property.- Returns:
- possible object is
LengthMeasureType
-
setLengthMeasure
Sets the value of the lengthMeasure property.- Parameters:
value- allowed object isLengthMeasureType
-
getWidthMeasure
Gets the value of the widthMeasure property.- Returns:
- possible object is
LengthMeasureType
-
setWidthMeasure
Sets the value of the widthMeasure property.- Parameters:
value- allowed object isLengthMeasureType
-