Class ServiceType
java.lang.Object
de.hybris.platform.ndc182facades.messages.seatavailabilityresponse.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="ServiceDefinitionRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ID_Type"/>
<element name="ServiceID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ID_Type"/>
<element name="ServiceRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the serviceDefinitionRefID property.Gets the value of the serviceID property.Gets the value of the serviceRefID property.voidsetServiceDefinitionRefID(String value) Sets the value of the serviceDefinitionRefID property.voidsetServiceID(String value) Sets the value of the serviceID property.voidsetServiceRefID(String value) Sets the value of the serviceRefID property.
-
Field Details
-
serviceDefinitionRefID
-
serviceID
-
serviceRefID
-
-
Constructor Details
-
ServiceType
public ServiceType()
-
-
Method Details
-
getServiceDefinitionRefID
Gets the value of the serviceDefinitionRefID property.- Returns:
- possible object is
String
-
setServiceDefinitionRefID
Sets the value of the serviceDefinitionRefID 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
-
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
-