Class WeightMeasureType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.WeightMeasureType
A numeric value determining a weight along with the specified unit of measure.
Java class for WeightMeasureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WeightMeasureType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>decimal">
<attribute name="UnitCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}WeightUnitCodeContentType" />
</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
-
WeightMeasureType
public WeightMeasureType()
-
-
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
WeightUnitCodeContentType
-
setUnitCode
Sets the value of the unitCode property.- Parameters:
value- allowed object isWeightUnitCodeContentType
-