Class SelectedSeatType
java.lang.Object
de.hybris.platform.ndc182facades.messages.ordercreaterequest.SelectedSeatType
Selection of specific seat location, as provided in seat availability messages. When used, only a single Passenger must be referenced for a single Segment.
Java class for SelectedSeatType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SelectedSeatType">
<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_OrderCreateRQ}ID_Type"/>
<element name="SeatRowNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}NumberType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the columnID property.Gets the value of the seatRowNumber property.voidsetColumnID(String value) Sets the value of the columnID property.voidsetSeatRowNumber(BigDecimal value) Sets the value of the seatRowNumber property.
-
Field Details
-
columnID
-
seatRowNumber
-
-
Constructor Details
-
SelectedSeatType
public SelectedSeatType()
-
-
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
-
getSeatRowNumber
Gets the value of the seatRowNumber property.- Returns:
- possible object is
BigDecimal
-
setSeatRowNumber
Sets the value of the seatRowNumber property.- Parameters:
value- allowed object isBigDecimal
-