Class LengthMeasureType
java.lang.Object
de.hybris.platform.ndc182facades.messages.ordercreaterequest.LengthMeasureType
A numeric value determining a length (linear dimension) along with the specified unit of measure.
Java class for LengthMeasureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LengthMeasureType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>decimal">
<attribute name="UnitCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}LengthUnitCodeContentType" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the unitCode property.getValue()Gets the value of the value property.voidSets the value of the unitCode property.voidsetValue(BigDecimal value) Sets the value of the value property.
-
Field Details
-
value
-
unitCode
-
-
Constructor Details
-
LengthMeasureType
public LengthMeasureType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
BigDecimal
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isBigDecimal
-
getUnitCode
Gets the value of the unitCode property.- Returns:
- possible object is
LengthUnitCodeContentType
-
setUnitCode
Sets the value of the unitCode property.- Parameters:
value- allowed object isLengthUnitCodeContentType
-