Class OrderingQtyType
java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpriceresponse.OrderingQtyType
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_OfferPriceRS}QtyType" minOccurs="0"/>
<element name="MinimumQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}QtyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the maximumQty property.Gets the value of the minimumQty property.voidsetMaximumQty(QtyType value) Sets the value of the maximumQty property.voidsetMinimumQty(QtyType value) Sets the value of the minimumQty property.
-
Field Details
-
maximumQty
-
minimumQty
-
-
Constructor Details
-
OrderingQtyType
public OrderingQtyType()
-
-
Method Details
-
getMaximumQty
Gets the value of the maximumQty property.- Returns:
- possible object is
QtyType
-
setMaximumQty
Sets the value of the maximumQty property.- Parameters:
value- allowed object isQtyType
-
getMinimumQty
Gets the value of the minimumQty property.- Returns:
- possible object is
QtyType
-
setMinimumQty
Sets the value of the minimumQty property.- Parameters:
value- allowed object isQtyType
-