Class SeatItemType
java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpricerequest.SeatItemType
Seat service information used for long sells.
Java class for SeatItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SeatItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ColumnID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ColumnIDType" minOccurs="0"/>
<element name="DatedOperatingLegRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ID_Type" minOccurs="0"/>
<element name="PaxSegmentRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ID_Type"/>
<element name="Price" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}PriceType" minOccurs="0"/>
<element name="RowNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}NaturalNumberType" minOccurs="0"/>
<element name="SeatProfileRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected PriceTypeprotected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the columnID property.Gets the value of the datedOperatingLegRefID property.Gets the value of the paxSegmentRefID property.getPrice()Gets the value of the price property.Gets the value of the rowNumber property.Gets the value of the seatProfileRefID property.voidsetColumnID(String value) Sets the value of the columnID property.voidsetDatedOperatingLegRefID(String value) Sets the value of the datedOperatingLegRefID property.voidsetPaxSegmentRefID(String value) Sets the value of the paxSegmentRefID property.voidSets the value of the price property.voidsetRowNumber(BigInteger value) Sets the value of the rowNumber property.
-
Field Details
-
columnID
-
datedOperatingLegRefID
-
paxSegmentRefID
-
price
-
rowNumber
-
seatProfileRefID
-
-
Constructor Details
-
SeatItemType
public SeatItemType()
-
-
Method Details
-
getColumnID
Gets the value of the columnID property.- Returns:
- possible object is
String
-
setColumnID
Sets the value of the columnID property.- Parameters:
value- allowed object isString
-
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
-
getPrice
Gets the value of the price property.- Returns:
- possible object is
PriceType
-
setPrice
Sets the value of the price property.- Parameters:
value- allowed object isPriceType
-
getRowNumber
Gets the value of the rowNumber property.- Returns:
- possible object is
BigInteger
-
setRowNumber
Sets the value of the rowNumber property.- Parameters:
value- allowed object isBigInteger
-
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
-