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="BalanceArmMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}LengthMeasureType" minOccurs="0"/>
<element name="RowCharacteristicCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}SeatRowCharacteristicsCodeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="MaximumSeatsQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}QtyType" minOccurs="0"/>
<element name="MaximumWeightMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}WeightMeasureType" minOccurs="0"/>
<element name="RowNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}NaturalNumberType"/>
<element name="Seat" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}SeatType" maxOccurs="unbounded"/>
<element name="WeightUnitIndexValue" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ValueType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LengthMeasureTypeprotected BigDecimalprotected WeightMeasureTypeprotected BigIntegerprotected BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the balanceArmMeasure property.Gets the value of the maximumSeatsQty property.Gets the value of the maximumWeightMeasure property.Gets the value of the rowCharacteristicCode property.Gets the value of the rowNumber property.getSeat()Gets the value of the seat property.Gets the value of the weightUnitIndexValue property.voidSets the value of the balanceArmMeasure property.voidsetMaximumSeatsQty(BigDecimal value) Sets the value of the maximumSeatsQty property.voidSets the value of the maximumWeightMeasure property.voidsetRowNumber(BigInteger value) Sets the value of the rowNumber property.voidSets the value of the weightUnitIndexValue property.
-
Field Details
-
balanceArmMeasure
-
rowCharacteristicCode
-
maximumSeatsQty
-
maximumWeightMeasure
-
rowNumber
-
seat
-
weightUnitIndexValue
-
-
Constructor Details
-
SeatRowType
public SeatRowType()
-
-
Method Details
-
getBalanceArmMeasure
Gets the value of the balanceArmMeasure property.- Returns:
- possible object is
LengthMeasureType
-
setBalanceArmMeasure
Sets the value of the balanceArmMeasure property.- Parameters:
value- allowed object isLengthMeasureType
-
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
BigDecimal
-
setMaximumSeatsQty
Sets the value of the maximumSeatsQty property.- Parameters:
value- allowed object isBigDecimal
-
getMaximumWeightMeasure
Gets the value of the maximumWeightMeasure property.- Returns:
- possible object is
WeightMeasureType
-
setMaximumWeightMeasure
Sets the value of the maximumWeightMeasure property.- Parameters:
value- allowed object isWeightMeasureType
-
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 -
getWeightUnitIndexValue
Gets the value of the weightUnitIndexValue property.- Returns:
- possible object is
BigDecimal
-
setWeightUnitIndexValue
Sets the value of the weightUnitIndexValue property.- Parameters:
value- allowed object isBigDecimal
-