java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpricerequest.LengthMeasureType

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