Class ServiceDefinitionRefType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingresponse.ServiceDefinitionRefType
Airline specific definition of a product or service (excluding flights) that can be separately sold and delivered. e.g. bag, seat, meal on a flight
Java class for ServiceDefinitionRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceDefinitionRefType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PaxSegmentRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
<element name="ServiceDefinitionRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the paxSegmentRefID property.Gets the value of the serviceDefinitionRefID property.voidsetServiceDefinitionRefID(String value) Sets the value of the serviceDefinitionRefID property.
-
Field Details
-
paxSegmentRefID
-
serviceDefinitionRefID
-
-
Constructor Details
-
ServiceDefinitionRefType
public ServiceDefinitionRefType()
-
-
Method Details
-
getPaxSegmentRefID
Gets the value of the paxSegmentRefID property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the paxSegmentRefID property.For example, to add a new item, do as follows:
getPaxSegmentRefID().add(newItem);Objects of the following type(s) are allowed in the list
String -
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
-