java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpricerequest.WeightMeasureType

public class WeightMeasureType extends Object
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_OfferPriceRQ}WeightUnitCodeContentType" />
     </extension>
   </simpleContent>
 </complexType>