Class SeatonLegType
java.lang.Object
de.hybris.platform.ndc182facades.messages.seatavailabilityresponse.SeatonLegType
A sitting place for a passenger or crew in a cabin compartment on a Dated Operating Leg.
Java class for SeatonLegType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SeatonLegType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ALaCarteOfferItem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ALaCarteOfferItemType" maxOccurs="unbounded" minOccurs="0"/>
<element name="DatedOperatingLeg" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}DatedOperatingLegType"/>
<element name="OccupationStatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}SeatStatusCodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ALaCarteOfferItemType>protected DatedOperatingLegTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the aLaCarteOfferItem property.Gets the value of the datedOperatingLeg property.Gets the value of the occupationStatusCode property.voidSets the value of the datedOperatingLeg property.voidsetOccupationStatusCode(String value) Sets the value of the occupationStatusCode property.
-
Field Details
-
aLaCarteOfferItem
-
datedOperatingLeg
-
occupationStatusCode
-
-
Constructor Details
-
SeatonLegType
public SeatonLegType()
-
-
Method Details
-
getALaCarteOfferItem
Gets the value of the aLaCarteOfferItem 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 aLaCarteOfferItem property.For example, to add a new item, do as follows:
getALaCarteOfferItem().add(newItem);Objects of the following type(s) are allowed in the list
ALaCarteOfferItemType -
getDatedOperatingLeg
Gets the value of the datedOperatingLeg property.- Returns:
- possible object is
DatedOperatingLegType
-
setDatedOperatingLeg
Sets the value of the datedOperatingLeg property.- Parameters:
value- allowed object isDatedOperatingLegType
-
getOccupationStatusCode
Gets the value of the occupationStatusCode property.- Returns:
- possible object is
String
-
setOccupationStatusCode
Sets the value of the occupationStatusCode property.- Parameters:
value- allowed object isString
-