Class TermType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingresponse.TermType
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_AirShoppingRS}AvailPeriodType" minOccurs="0"/>
<element name="Desc" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}DescType" minOccurs="0"/>
<element name="OrderingQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}OrderingQtyType" minOccurs="0"/>
<element name="TermID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AvailPeriodTypeprotected DescTypeprotected OrderingQtyTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the availPeriod property.getDesc()Gets the value of the desc property.Gets the value of the orderingQty property.Gets the value of the termID property.voidsetAvailPeriod(AvailPeriodType value) Sets the value of the availPeriod property.voidSets the value of the desc property.voidsetOrderingQty(OrderingQtyType value) Sets the value of the orderingQty property.voidSets the value of the termID property.
-
Field Details
-
availPeriod
-
desc
-
orderingQty
-
termID
-
-
Constructor Details
-
TermType
public TermType()
-
-
Method Details
-
getAvailPeriod
Gets the value of the availPeriod property.- Returns:
- possible object is
AvailPeriodType
-
setAvailPeriod
Sets the value of the availPeriod property.- Parameters:
value- allowed object isAvailPeriodType
-
getDesc
Gets the value of the desc property.- Returns:
- possible object is
DescType
-
setDesc
Sets the value of the desc property.- Parameters:
value- allowed object isDescType
-
getOrderingQty
Gets the value of the orderingQty property.- Returns:
- possible object is
OrderingQtyType
-
setOrderingQty
Sets the value of the orderingQty property.- Parameters:
value- allowed object isOrderingQtyType
-
getTermID
Gets the value of the termID property.- Returns:
- possible object is
String
-
setTermID
Sets the value of the termID property.- Parameters:
value- allowed object isString
-