Class SeatRowType
Java class for SeatRowType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SeatRowType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RowCharacteristicCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}SeatRowCharacteristicsCodeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="MaximumSeatsQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}QtyType" minOccurs="0"/>
<element name="RowNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}NaturalNumberType"/>
<element name="Seat" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}SeatType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the maximumSeatsQty property.Gets the value of the rowCharacteristicCode property.Gets the value of the rowNumber property.getSeat()Gets the value of the seat property.voidsetMaximumSeatsQty(QtyType value) Sets the value of the maximumSeatsQty property.voidsetRowNumber(BigInteger value) Sets the value of the rowNumber property.
-
Field Details
-
rowCharacteristicCode
-
maximumSeatsQty
-
rowNumber
-
seat
-
-
Constructor Details
-
SeatRowType
public SeatRowType()
-
-
Method Details
-
getRowCharacteristicCode
Gets the value of the rowCharacteristicCode 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 rowCharacteristicCode property.For example, to add a new item, do as follows:
getRowCharacteristicCode().add(newItem);Objects of the following type(s) are allowed in the list
String -
getMaximumSeatsQty
Gets the value of the maximumSeatsQty property.- Returns:
- possible object is
QtyType
-
setMaximumSeatsQty
Sets the value of the maximumSeatsQty property.- Parameters:
value- allowed object isQtyType
-
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
-
getSeat
Gets the value of the seat 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 seat property.For example, to add a new item, do as follows:
getSeat().add(newItem);Objects of the following type(s) are allowed in the list
SeatType
-