java.lang.Object
de.hybris.platform.ndc182facades.messages.ordercreaterequest.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_OrderCreateRQ}QtyType" minOccurs="0"/>
         <element name="MinimumQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}QtyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • maximumQty

      protected QtyType maximumQty
    • minimumQty

      protected QtyType minimumQty
  • Constructor Details

    • OrderingQtyType

      public OrderingQtyType()
  • Method Details

    • getMaximumQty

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

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

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

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