Class TicketType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderviewresponse.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="ConnectedDocNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}NumberType" minOccurs="0"/>
<element name="Coupon" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CouponType" maxOccurs="4"/>
<element name="ExchReissueInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}IndType" minOccurs="0"/>
<element name="FeeOwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}AirlineDesigCodeType" minOccurs="0"/>
<element name="PresentCreditCardInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}IndType" minOccurs="0"/>
<element name="PrimaryDocInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}IndType" minOccurs="0"/>
<element name="RemarkText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TextType" minOccurs="0"/>
<element name="ReportingTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ReportingTypeCodeType" minOccurs="0"/>
<element name="RoutingCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CodeType" minOccurs="0"/>
<element name="TaxOnEMDInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}IndType" minOccurs="0"/>
<element name="TicketDocTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CodeType" minOccurs="0"/>
<element name="TicketNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}NumberType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimalprotected List<CouponType>protected Booleanprotected Stringprotected Booleanprotected Booleanprotected Stringprotected ReportingTypeCodeContentTypeprotected Stringprotected Booleanprotected Stringprotected BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the connectedDocNumber property.Gets the value of the coupon property.Gets the value of the feeOwnerCode property.Gets the value of the remarkText property.Gets the value of the reportingTypeCode property.Gets the value of the routingCode property.Gets the value of the ticketDocTypeCode property.Gets the value of the ticketNumber property.Gets the value of the exchReissueInd property.Gets the value of the presentCreditCardInd property.Gets the value of the primaryDocInd property.Gets the value of the taxOnEMDInd property.voidsetConnectedDocNumber(BigDecimal value) Sets the value of the connectedDocNumber property.voidsetExchReissueInd(Boolean value) Sets the value of the exchReissueInd property.voidsetFeeOwnerCode(String value) Sets the value of the feeOwnerCode property.voidsetPresentCreditCardInd(Boolean value) Sets the value of the presentCreditCardInd property.voidsetPrimaryDocInd(Boolean value) Sets the value of the primaryDocInd property.voidsetRemarkText(String value) Sets the value of the remarkText property.voidSets the value of the reportingTypeCode property.voidsetRoutingCode(String value) Sets the value of the routingCode property.voidsetTaxOnEMDInd(Boolean value) Sets the value of the taxOnEMDInd property.voidsetTicketDocTypeCode(String value) Sets the value of the ticketDocTypeCode property.voidsetTicketNumber(BigDecimal value) Sets the value of the ticketNumber property.
-
Field Details
-
connectedDocNumber
-
coupon
-
exchReissueInd
-
feeOwnerCode
-
presentCreditCardInd
-
-
remarkText
-
reportingTypeCode
-
routingCode
-
taxOnEMDInd
-
ticketDocTypeCode
-
ticketNumber
-
-
Constructor Details
-
TicketType
public TicketType()
-
-
Method Details
-
getConnectedDocNumber
Gets the value of the connectedDocNumber property.- Returns:
- possible object is
BigDecimal
-
setConnectedDocNumber
Sets the value of the connectedDocNumber property.- Parameters:
value- allowed object isBigDecimal
-
getCoupon
Gets the value of the coupon property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the coupon property.For example, to add a new item, do as follows:
getCoupon().add(newItem);Objects of the following type(s) are allowed in the list
CouponType -
isExchReissueInd
Gets the value of the exchReissueInd property.- Returns:
- possible object is
Boolean
-
setExchReissueInd
Sets the value of the exchReissueInd property.- Parameters:
value- allowed object isBoolean
-
getFeeOwnerCode
Gets the value of the feeOwnerCode property.- Returns:
- possible object is
String
-
setFeeOwnerCode
Sets the value of the feeOwnerCode property.- Parameters:
value- allowed object isString
-
isPresentCreditCardInd
Gets the value of the presentCreditCardInd property.- Returns:
- possible object is
Boolean
-
setPresentCreditCardInd
Sets the value of the presentCreditCardInd property.- Parameters:
value- allowed object isBoolean
-
isPrimaryDocInd
Gets the value of the primaryDocInd property.- Returns:
- possible object is
Boolean
-
setPrimaryDocInd
Sets the value of the primaryDocInd property.- Parameters:
value- allowed object isBoolean
-
getRemarkText
Gets the value of the remarkText property.- Returns:
- possible object is
String
-
setRemarkText
Sets the value of the remarkText property.- Parameters:
value- allowed object isString
-
getReportingTypeCode
Gets the value of the reportingTypeCode property.- Returns:
- possible object is
ReportingTypeCodeContentType
-
setReportingTypeCode
Sets the value of the reportingTypeCode property.- Parameters:
value- allowed object isReportingTypeCodeContentType
-
getRoutingCode
Gets the value of the routingCode property.- Returns:
- possible object is
String
-
setRoutingCode
Sets the value of the routingCode property.- Parameters:
value- allowed object isString
-
isTaxOnEMDInd
Gets the value of the taxOnEMDInd property.- Returns:
- possible object is
Boolean
-
setTaxOnEMDInd
Sets the value of the taxOnEMDInd property.- Parameters:
value- allowed object isBoolean
-
getTicketDocTypeCode
Gets the value of the ticketDocTypeCode property.- Returns:
- possible object is
String
-
setTicketDocTypeCode
Sets the value of the ticketDocTypeCode property.- Parameters:
value- allowed object isString
-
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
-