Class TicketIssuanceInfoType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.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="City" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CityType" minOccurs="0"/>
<element name="IssueDate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}DateType"/>
<element name="IssuingCarrier" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CarrierType"/>
<element name="TravelAgency" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TravelAgencyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CityTypeprotected XMLGregorianCalendarprotected CarrierTypeprotected TravelAgencyType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()Gets the value of the city property.Gets the value of the issueDate property.Gets the value of the issuingCarrier property.Gets the value of the travelAgency property.voidSets the value of the city property.voidsetIssueDate(XMLGregorianCalendar value) Sets the value of the issueDate property.voidsetIssuingCarrier(CarrierType value) Sets the value of the issuingCarrier property.voidsetTravelAgency(TravelAgencyType value) Sets the value of the travelAgency property.
-
Field Details
-
city
-
issueDate
-
issuingCarrier
-
travelAgency
-
-
Constructor Details
-
TicketIssuanceInfoType
public TicketIssuanceInfoType()
-
-
Method Details
-
getCity
Gets the value of the city property.- Returns:
- possible object is
CityType
-
setCity
Sets the value of the city property.- Parameters:
value- allowed object isCityType
-
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
-
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
-
getTravelAgency
Gets the value of the travelAgency property.- Returns:
- possible object is
TravelAgencyType
-
setTravelAgency
Sets the value of the travelAgency property.- Parameters:
value- allowed object isTravelAgencyType
-