java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.TermType

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

Java class for TermType complex type.

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

 <complexType name="TermType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AvailPeriod" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}AvailPeriodType" minOccurs="0"/>
         <element name="Desc" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}DescType" minOccurs="0"/>
         <element name="OrderingQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}OrderingQtyType" minOccurs="0"/>
         <element name="TermID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}ID_Type"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TermType

      public TermType()
  • Method Details

    • getAvailPeriod

      public AvailPeriodType getAvailPeriod()
      Gets the value of the availPeriod property.
      Returns:
      possible object is AvailPeriodType
    • setAvailPeriod

      public void setAvailPeriod(AvailPeriodType value)
      Sets the value of the availPeriod property.
      Parameters:
      value - allowed object is AvailPeriodType
    • getDesc

      public DescType getDesc()
      Gets the value of the desc property.
      Returns:
      possible object is DescType
    • setDesc

      public void setDesc(DescType value)
      Sets the value of the desc property.
      Parameters:
      value - allowed object is DescType
    • getOrderingQty

      public OrderingQtyType getOrderingQty()
      Gets the value of the orderingQty property.
      Returns:
      possible object is OrderingQtyType
    • setOrderingQty

      public void setOrderingQty(OrderingQtyType value)
      Sets the value of the orderingQty property.
      Parameters:
      value - allowed object is OrderingQtyType
    • getTermID

      public String getTermID()
      Gets the value of the termID property.
      Returns:
      possible object is String
    • setTermID

      public void setTermID(String value)
      Sets the value of the termID property.
      Parameters:
      value - allowed object is String