Class ServiceDetailsType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderchangerequest.ServiceDetailsType
The instance of a specific flight or Service Definition as it has been offered (and eventually ordered and consumed) in the context of a specific Offer and/or Order.
Java class for ServiceDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CouponTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}CodeType" minOccurs="0"/>
<element name="FeeBasisCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}CodeType" minOccurs="0"/>
<element name="InstantPurchaseCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}CodeType" minOccurs="0"/>
<element name="MaxQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}QtyType" minOccurs="0"/>
<element name="MinQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}QtyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the couponTypeCode property.Gets the value of the feeBasisCode property.Gets the value of the instantPurchaseCode property.Gets the value of the maxQty property.Gets the value of the minQty property.voidsetCouponTypeCode(String value) Sets the value of the couponTypeCode property.voidsetFeeBasisCode(String value) Sets the value of the feeBasisCode property.voidsetInstantPurchaseCode(String value) Sets the value of the instantPurchaseCode property.voidSets the value of the maxQty property.voidSets the value of the minQty property.
-
Field Details
-
couponTypeCode
-
feeBasisCode
-
instantPurchaseCode
-
maxQty
-
minQty
-
-
Constructor Details
-
ServiceDetailsType
public ServiceDetailsType()
-
-
Method Details
-
getCouponTypeCode
Gets the value of the couponTypeCode property.- Returns:
- possible object is
String
-
setCouponTypeCode
Sets the value of the couponTypeCode property.- Parameters:
value- allowed object isString
-
getFeeBasisCode
Gets the value of the feeBasisCode property.- Returns:
- possible object is
String
-
setFeeBasisCode
Sets the value of the feeBasisCode property.- Parameters:
value- allowed object isString
-
getInstantPurchaseCode
Gets the value of the instantPurchaseCode property.- Returns:
- possible object is
String
-
setInstantPurchaseCode
Sets the value of the instantPurchaseCode property.- Parameters:
value- allowed object isString
-
getMaxQty
Gets the value of the maxQty property.- Returns:
- possible object is
QtyType
-
setMaxQty
Sets the value of the maxQty property.- Parameters:
value- allowed object isQtyType
-
getMinQty
Gets the value of the minQty property.- Returns:
- possible object is
QtyType
-
setMinQty
Sets the value of the minQty property.- Parameters:
value- allowed object isQtyType
-