Class InConnectionWithDocType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.InConnectionWithDocType
A document number representing a transaction that is issued in relation to this transaction, and coupon number which is associated with the 'In Connection With' document.
Java class for InConnectionWithDocType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InConnectionWithDocType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Coupon" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CouponType" minOccurs="0"/>
<element name="Ticket" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TicketType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the coupon property.Gets the value of the ticket property.voidsetCoupon(CouponType value) Sets the value of the coupon property.voidsetTicket(TicketType value) Sets the value of the ticket property.
-
Field Details
-
coupon
-
ticket
-
-
Constructor Details
-
InConnectionWithDocType
public InConnectionWithDocType()
-
-
Method Details
-
getCoupon
Gets the value of the coupon property.- Returns:
- possible object is
CouponType
-
setCoupon
Sets the value of the coupon property.- Parameters:
value- allowed object isCouponType
-
getTicket
Gets the value of the ticket property.- Returns:
- possible object is
TicketType
-
setTicket
Sets the value of the ticket property.- Parameters:
value- allowed object isTicketType
-