Class TicketType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderretrieverequest.TicketType
The accountable document issued by or on behalf of a carrier which includes notices and the flight and passenger coupons contained therein.
Java class for TicketType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TicketType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TicketNumber" 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 ticketNumber property.voidsetTicketNumber(BigDecimal value) Sets the value of the ticketNumber property.
-
Field Details
-
ticketNumber
-
-
Constructor Details
-
TicketType
public TicketType()
-
-
Method Details
-
getTicketNumber
Gets the value of the ticketNumber property.- Returns:
- possible object is
BigDecimal
-
setTicketNumber
Sets the value of the ticketNumber property.- Parameters:
value- allowed object isBigDecimal
-