Class CouponType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderretrieverequest.CouponType
The portion of the Passenger Ticket and Baggage Check or Excess Baggage Ticket that indicates particular places between which the coupon is good for carriage.
Java class for CouponType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CouponType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CouponNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}NumberType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the couponNumber property.voidsetCouponNumber(BigDecimal value) Sets the value of the couponNumber property.
-
Field Details
-
couponNumber
-
-
Constructor Details
-
CouponType
public CouponType()
-
-
Method Details
-
getCouponNumber
Gets the value of the couponNumber property.- Returns:
- possible object is
BigDecimal
-
setCouponNumber
Sets the value of the couponNumber property.- Parameters:
value- allowed object isBigDecimal
-