Class TicketIssuanceInfoType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderviewresponse.TicketIssuanceInfoType
The issuing carrier and issuing location of a ticket.
Java class for TicketIssuanceInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TicketIssuanceInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IATALocationCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}IATALocationCodeType" minOccurs="0"/>
<element name="IssueDate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}DateType" minOccurs="0"/>
<element name="IssuingAgencyID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type" minOccurs="0"/>
<element name="IssuingAirlineDesigCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}AirlineDesigCodeType"/>
<element name="IssuingCarrier" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CarrierType"/>
<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 Stringprotected XMLGregorianCalendarprotected Stringprotected Stringprotected CarrierTypeprotected BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the iataLocationCode property.Gets the value of the issueDate property.Gets the value of the issuingAgencyID property.Gets the value of the issuingAirlineDesigCode property.Gets the value of the issuingCarrier property.Gets the value of the ticketNumber property.voidsetIATALocationCode(String value) Sets the value of the iataLocationCode property.voidsetIssueDate(XMLGregorianCalendar value) Sets the value of the issueDate property.voidsetIssuingAgencyID(String value) Sets the value of the issuingAgencyID property.voidsetIssuingAirlineDesigCode(String value) Sets the value of the issuingAirlineDesigCode property.voidsetIssuingCarrier(CarrierType value) Sets the value of the issuingCarrier property.voidsetTicketNumber(BigDecimal value) Sets the value of the ticketNumber property.
-
Field Details
-
iataLocationCode
-
issueDate
-
issuingAgencyID
-
issuingAirlineDesigCode
-
issuingCarrier
-
ticketNumber
-
-
Constructor Details
-
TicketIssuanceInfoType
public TicketIssuanceInfoType()
-
-
Method Details
-
getIATALocationCode
Gets the value of the iataLocationCode property.- Returns:
- possible object is
String
-
setIATALocationCode
Sets the value of the iataLocationCode property.- Parameters:
value- allowed object isString
-
getIssueDate
Gets the value of the issueDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setIssueDate
Sets the value of the issueDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getIssuingAgencyID
Gets the value of the issuingAgencyID property.- Returns:
- possible object is
String
-
setIssuingAgencyID
Sets the value of the issuingAgencyID property.- Parameters:
value- allowed object isString
-
getIssuingAirlineDesigCode
Gets the value of the issuingAirlineDesigCode property.- Returns:
- possible object is
String
-
setIssuingAirlineDesigCode
Sets the value of the issuingAirlineDesigCode property.- Parameters:
value- allowed object isString
-
getIssuingCarrier
Gets the value of the issuingCarrier property.- Returns:
- possible object is
CarrierType
-
setIssuingCarrier
Sets the value of the issuingCarrier property.- Parameters:
value- allowed object isCarrierType
-
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
-