Class SeatMapType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.seatavailabilityresponse.SeatMapType
Returns a list of cabins and the seats within in. This information can be used by the Seller to render a graphical Seat Map.
Java class for SeatMapType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SeatMapType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CabinCompartment" maxOccurs="unbounded">
<complexType>
<complexContent>
<extension base="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}CabinCompartmentType">
<sequence>
<element name="CabinCompartmentID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ID_Type" minOccurs="0"/>
<element name="CabinComponent" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}CabinComponentType" maxOccurs="unbounded" minOccurs="0"/>
<element name="CabinType" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}CabinTypeType" minOccurs="0"/>
<element name="ColumnID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
<element name="DeckCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}CodeType" minOccurs="0"/>
<element name="FirstRowNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}NaturalNumberType" minOccurs="0"/>
<element name="LastRowNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}NaturalNumberType" minOccurs="0"/>
<element name="SeatRow" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}SeatRowType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name="DatedOperatingLegRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ID_Type" minOccurs="0"/>
<element name="PaxSegmentRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ID_Type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<SeatMapType.CabinCompartment>protected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cabinCompartment property.Gets the value of the datedOperatingLegRefID property.Gets the value of the paxSegmentRefID property.voidsetDatedOperatingLegRefID(String value) Sets the value of the datedOperatingLegRefID property.voidsetPaxSegmentRefID(String value) Sets the value of the paxSegmentRefID property.
-
Field Details
-
cabinCompartment
-
datedOperatingLegRefID
-
paxSegmentRefID
-
-
Constructor Details
-
SeatMapType
public SeatMapType()
-
-
Method Details
-
getCabinCompartment
Gets the value of the cabinCompartment 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 cabinCompartment property.For example, to add a new item, do as follows:
getCabinCompartment().add(newItem);Objects of the following type(s) are allowed in the list
SeatMapType.CabinCompartment -
getDatedOperatingLegRefID
Gets the value of the datedOperatingLegRefID property.- Returns:
- possible object is
String
-
setDatedOperatingLegRefID
Sets the value of the datedOperatingLegRefID property.- Parameters:
value- allowed object isString
-
getPaxSegmentRefID
Gets the value of the paxSegmentRefID property.- Returns:
- possible object is
String
-
setPaxSegmentRefID
Sets the value of the paxSegmentRefID property.- Parameters:
value- allowed object isString
-