Class Service1Type
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingresponse.Service1Type
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 Service1Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Service1Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InterlineSettlementInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}InterlineSettlementInfoType" minOccurs="0"/>
<element name="PaxRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type" maxOccurs="unbounded"/>
<element name="ServiceAssociations" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ServiceAssociationsType"/>
<element name="ServiceID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type"/>
<element name="ServiceRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InterlineSettlementInfoTypeprotected ServiceAssociationsTypeprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets 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.voidSets the value of the interlineSettlementInfo 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.
-
Field Details
-
interlineSettlementInfo
-
paxRefID
-
serviceAssociations
-
serviceID
-
serviceRefID
-
-
Constructor Details
-
Service1Type
public Service1Type()
-
-
Method Details
-
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.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 paxRefID property.For example, to add a new item, do as follows:
getPaxRefID().add(newItem);Objects of the following type(s) are allowed in the list
String -
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
-