Class CabinComponentType
java.lang.Object
de.hybris.platform.ndc182facades.messages.seatavailabilityresponse.CabinComponentType
Non-seat related cabin feature or facility (e.g. lavatory, galley, closet, stowage, etc.)
Java class for CabinComponentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CabinComponentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AbsoluteLengthMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}MeasureType" minOccurs="0"/>
<element name="AbsoluteWidthMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}MeasureType" minOccurs="0"/>
<element name="CabinComponentTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}CabinComponentTypeCodeType"/>
<element name="ColumnEquivWidthNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}NumberType" 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="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="OrientationCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ComponentOrientationCodeType" minOccurs="0"/>
<element name="PositionCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ComponentPositionCodeType" minOccurs="0"/>
<element name="RowEquivLengthNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}NumberType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MeasureTypeprotected MeasureTypeprotected Stringprotected BigDecimalprotected BigIntegerprotected BigIntegerprotected Stringprotected ComponentPositionCodeContentTypeprotected BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the absoluteLengthMeasure property.Gets the value of the absoluteWidthMeasure property.Gets the value of the cabinComponentTypeCode property.Gets the value of the columnEquivWidthNumber property.Gets the value of the columnID property.Gets the value of the firstRowNumber property.Gets the value of the lastRowNumber property.Gets the value of the orientationCode property.Gets the value of the positionCode property.Gets the value of the rowEquivLengthNumber property.voidSets the value of the absoluteLengthMeasure property.voidSets the value of the absoluteWidthMeasure property.voidsetCabinComponentTypeCode(String value) Sets the value of the cabinComponentTypeCode property.voidSets the value of the columnEquivWidthNumber property.voidsetFirstRowNumber(BigInteger value) Sets the value of the firstRowNumber property.voidsetLastRowNumber(BigInteger value) Sets the value of the lastRowNumber property.voidsetOrientationCode(String value) Sets the value of the orientationCode property.voidSets the value of the positionCode property.voidSets the value of the rowEquivLengthNumber property.
-
Field Details
-
absoluteLengthMeasure
-
absoluteWidthMeasure
-
cabinComponentTypeCode
-
columnEquivWidthNumber
-
columnID
-
firstRowNumber
-
lastRowNumber
-
orientationCode
-
positionCode
-
rowEquivLengthNumber
-
-
Constructor Details
-
CabinComponentType
public CabinComponentType()
-
-
Method Details
-
getAbsoluteLengthMeasure
Gets the value of the absoluteLengthMeasure property.- Returns:
- possible object is
MeasureType
-
setAbsoluteLengthMeasure
Sets the value of the absoluteLengthMeasure property.- Parameters:
value- allowed object isMeasureType
-
getAbsoluteWidthMeasure
Gets the value of the absoluteWidthMeasure property.- Returns:
- possible object is
MeasureType
-
setAbsoluteWidthMeasure
Sets the value of the absoluteWidthMeasure property.- Parameters:
value- allowed object isMeasureType
-
getCabinComponentTypeCode
Gets the value of the cabinComponentTypeCode property.- Returns:
- possible object is
String
-
setCabinComponentTypeCode
Sets the value of the cabinComponentTypeCode property.- Parameters:
value- allowed object isString
-
getColumnEquivWidthNumber
Gets the value of the columnEquivWidthNumber property.- Returns:
- possible object is
BigDecimal
-
setColumnEquivWidthNumber
Sets the value of the columnEquivWidthNumber property.- Parameters:
value- allowed object isBigDecimal
-
getColumnID
Gets the value of the columnID 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 columnID property.For example, to add a new item, do as follows:
getColumnID().add(newItem);Objects of the following type(s) are allowed in the list
String -
getFirstRowNumber
Gets the value of the firstRowNumber property.- Returns:
- possible object is
BigInteger
-
setFirstRowNumber
Sets the value of the firstRowNumber property.- Parameters:
value- allowed object isBigInteger
-
getLastRowNumber
Gets the value of the lastRowNumber property.- Returns:
- possible object is
BigInteger
-
setLastRowNumber
Sets the value of the lastRowNumber property.- Parameters:
value- allowed object isBigInteger
-
getOrientationCode
Gets the value of the orientationCode property.- Returns:
- possible object is
String
-
setOrientationCode
Sets the value of the orientationCode property.- Parameters:
value- allowed object isString
-
getPositionCode
Gets the value of the positionCode property.- Returns:
- possible object is
ComponentPositionCodeContentType
-
setPositionCode
Sets the value of the positionCode property.- Parameters:
value- allowed object isComponentPositionCodeContentType
-
getRowEquivLengthNumber
Gets the value of the rowEquivLengthNumber property.- Returns:
- possible object is
BigDecimal
-
setRowEquivLengthNumber
Sets the value of the rowEquivLengthNumber property.- Parameters:
value- allowed object isBigDecimal
-