Class ServiceType
java.lang.Object
de.hybris.platform.ndc182facades.messages.ordercreaterequest.ServiceType
The instance of a specific flight or Service Definition as it has been offered (and eventually ordered and consumed) in the context of a specific Offer and/or Order.
Java class for ServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BookingStatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ServiceBookingStatusCodeType" minOccurs="0"/>
<element name="DeliveryCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}CodeType" minOccurs="0"/>
<element name="DeliveryMilestoneCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}CodeType" minOccurs="0"/>
<element name="DeliveryStatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ServiceDeliveryStatusCodeType" minOccurs="0"/>
<element name="InterlineSettlementInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}InterlineSettlementInfoType" minOccurs="0"/>
<element name="PaxRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type"/>
<element name="ServiceAssociations" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ServiceAssociationsType"/>
<element name="ServiceID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type"/>
<element name="ServiceRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type" minOccurs="0"/>
<element name="StatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}CodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ServiceBookingStatusContentTypeprotected Stringprotected Stringprotected ServiceDeliveryStatusContentTypeprotected InterlineSettlementInfoTypeprotected Stringprotected ServiceAssociationsTypeprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bookingStatusCode property.Gets the value of the deliveryCode property.Gets the value of the deliveryMilestoneCode property.Gets the value of the deliveryStatusCode property.Gets the value of the interlineSettlementInfo property.Gets the value of the paxRefID property.Gets the value of the serviceAssociations property.Gets the value of the serviceID property.Gets the value of the serviceRefID property.Gets the value of the statusCode property.voidSets the value of the bookingStatusCode property.voidsetDeliveryCode(String value) Sets the value of the deliveryCode property.voidsetDeliveryMilestoneCode(String value) Sets the value of the deliveryMilestoneCode property.voidSets the value of the deliveryStatusCode property.voidSets the value of the interlineSettlementInfo property.voidsetPaxRefID(String value) Sets the value of the paxRefID property.voidSets the value of the serviceAssociations property.voidsetServiceID(String value) Sets the value of the serviceID property.voidsetServiceRefID(String value) Sets the value of the serviceRefID property.voidsetStatusCode(String value) Sets the value of the statusCode property.
-
Field Details
-
bookingStatusCode
-
deliveryCode
-
deliveryMilestoneCode
-
deliveryStatusCode
-
interlineSettlementInfo
-
paxRefID
-
serviceAssociations
-
serviceID
-
serviceRefID
-
statusCode
-
-
Constructor Details
-
ServiceType
public ServiceType()
-
-
Method Details
-
getBookingStatusCode
Gets the value of the bookingStatusCode property.- Returns:
- possible object is
ServiceBookingStatusContentType
-
setBookingStatusCode
Sets the value of the bookingStatusCode property.- Parameters:
value- allowed object isServiceBookingStatusContentType
-
getDeliveryCode
Gets the value of the deliveryCode property.- Returns:
- possible object is
String
-
setDeliveryCode
Sets the value of the deliveryCode property.- Parameters:
value- allowed object isString
-
getDeliveryMilestoneCode
Gets the value of the deliveryMilestoneCode property.- Returns:
- possible object is
String
-
setDeliveryMilestoneCode
Sets the value of the deliveryMilestoneCode property.- Parameters:
value- allowed object isString
-
getDeliveryStatusCode
Gets the value of the deliveryStatusCode property.- Returns:
- possible object is
ServiceDeliveryStatusContentType
-
setDeliveryStatusCode
Sets the value of the deliveryStatusCode property.- Parameters:
value- allowed object isServiceDeliveryStatusContentType
-
getInterlineSettlementInfo
Gets the value of the interlineSettlementInfo property.- Returns:
- possible object is
InterlineSettlementInfoType
-
setInterlineSettlementInfo
Sets the value of the interlineSettlementInfo property.- Parameters:
value- allowed object isInterlineSettlementInfoType
-
getPaxRefID
Gets the value of the paxRefID property.- Returns:
- possible object is
String
-
setPaxRefID
Sets the value of the paxRefID property.- Parameters:
value- allowed object isString
-
getServiceAssociations
Gets the value of the serviceAssociations property.- Returns:
- possible object is
ServiceAssociationsType
-
setServiceAssociations
Sets the value of the serviceAssociations property.- Parameters:
value- allowed object isServiceAssociationsType
-
getServiceID
Gets the value of the serviceID property.- Returns:
- possible object is
String
-
setServiceID
Sets the value of the serviceID property.- Parameters:
value- allowed object isString
-
getServiceRefID
Gets the value of the serviceRefID property.- Returns:
- possible object is
String
-
setServiceRefID
Sets the value of the serviceRefID property.- Parameters:
value- allowed object isString
-
getStatusCode
Gets the value of the statusCode property.- Returns:
- possible object is
String
-
setStatusCode
Sets the value of the statusCode property.- Parameters:
value- allowed object isString
-