Class OrderingQtyType

java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.OrderingQtyType

public class OrderingQtyType extends Object
Condition under which an agreement is reached.

Java class for OrderingQtyType complex type.

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

 <complexType name="OrderingQtyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MaximumQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}QtyType" minOccurs="0"/>
         <element name="MinimumQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}QtyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • OrderingQtyType

      public OrderingQtyType()
  • Method Details

    • getMaximumQty

      public BigDecimal getMaximumQty()
      Gets the value of the maximumQty property.
      Returns:
      possible object is BigDecimal
    • setMaximumQty

      public void setMaximumQty(BigDecimal value)
      Sets the value of the maximumQty property.
      Parameters:
      value - allowed object is BigDecimal
    • getMinimumQty

      public BigDecimal getMinimumQty()
      Gets the value of the minimumQty property.
      Returns:
      possible object is BigDecimal
    • setMinimumQty

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