java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderretrieverequest.QtyType

public class QtyType extends Object
A quantity is a counted number of non-monetary units, possibly including fractions

Java class for QtyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="QtyType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>decimal">
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • QtyType

      public QtyType()
  • Method Details

    • getValue

      public BigDecimal getValue()
      Gets the value of the value property.
      Returns:
      possible object is BigDecimal
    • setValue

      public void setValue(BigDecimal value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is BigDecimal