Class ServiceDefinitionAssociationType
java.lang.Object
de.hybris.platform.ndc182facades.messages.seatavailabilityresponse.ServiceDefinitionAssociationType
Choice to determine if the information of this ServiceDefinition needs to be extended with specific Bag or Seat characteristics, or whether the ServiceDefinition is used as a bundle of further ServiceDefinitions.
Java class for ServiceDefinitionAssociationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceDefinitionAssociationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="BaggageAllowanceRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ID_Type"/>
<element name="SeatProfileRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ID_Type" maxOccurs="unbounded"/>
<element name="ServiceBundle" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ServiceBundleType"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the baggageAllowanceRefID property.Gets the value of the seatProfileRefID property.Gets the value of the serviceBundle property.voidsetBaggageAllowanceRefID(String value) Sets the value of the baggageAllowanceRefID property.voidSets the value of the serviceBundle property.
-
Field Details
-
baggageAllowanceRefID
-
seatProfileRefID
-
serviceBundle
-
-
Constructor Details
-
ServiceDefinitionAssociationType
public ServiceDefinitionAssociationType()
-
-
Method Details
-
getBaggageAllowanceRefID
Gets the value of the baggageAllowanceRefID property.- Returns:
- possible object is
String
-
setBaggageAllowanceRefID
Sets the value of the baggageAllowanceRefID property.- Parameters:
value- allowed object isString
-
getSeatProfileRefID
Gets the value of the seatProfileRefID 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 seatProfileRefID property.For example, to add a new item, do as follows:
getSeatProfileRefID().add(newItem);Objects of the following type(s) are allowed in the list
String -
getServiceBundle
Gets the value of the serviceBundle property.- Returns:
- possible object is
ServiceBundleType
-
setServiceBundle
Sets the value of the serviceBundle property.- Parameters:
value- allowed object isServiceBundleType
-