Class ServiceType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderretrieverequest.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_OrderRetrieveRQ}ServiceBookingStatusCodeType" minOccurs="0"/>
<element name="DeliveryStatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ServiceDeliveryStatusCodeType" minOccurs="0"/>
<element name="DescText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}TextType" minOccurs="0"/>
<element name="ServiceID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ID_Type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ServiceBookingStatusContentTypeprotected ServiceDeliveryStatusContentTypeprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bookingStatusCode property.Gets the value of the deliveryStatusCode property.Gets the value of the descText property.Gets the value of the serviceID property.voidSets the value of the bookingStatusCode property.voidSets the value of the deliveryStatusCode property.voidsetDescText(String value) Sets the value of the descText property.voidsetServiceID(String value) Sets the value of the serviceID property.
-
Field Details
-
bookingStatusCode
-
deliveryStatusCode
-
descText
-
serviceID
-
-
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
-
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
-
getDescText
Gets the value of the descText property.- Returns:
- possible object is
String
-
setDescText
Sets the value of the descText property.- Parameters:
value- allowed object isString
-
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
-