Class SeatonLegType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderchangerequest.SeatonLegType
A sitting place for a passenger or crew in a cabin compartment on a Dated Operating Leg.
Java class for SeatonLegType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SeatonLegType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DatedOperatingLegRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}ID_Type"/>
<element name="OccupationStatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}SeatStatusCodeType" minOccurs="0"/>
<element name="Seat" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}SeatType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the datedOperatingLegRefID property.Gets the value of the occupationStatusCode property.getSeat()Gets the value of the seat property.voidsetDatedOperatingLegRefID(String value) Sets the value of the datedOperatingLegRefID property.voidsetOccupationStatusCode(String value) Sets the value of the occupationStatusCode property.voidSets the value of the seat property.
-
Field Details
-
datedOperatingLegRefID
-
occupationStatusCode
-
seat
-
-
Constructor Details
-
SeatonLegType
public SeatonLegType()
-
-
Method Details
-
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
-
getOccupationStatusCode
Gets the value of the occupationStatusCode property.- Returns:
- possible object is
String
-
setOccupationStatusCode
Sets the value of the occupationStatusCode property.- Parameters:
value- allowed object isString
-
getSeat
Gets the value of the seat property.- Returns:
- possible object is
SeatType
-
setSeat
Sets the value of the seat property.- Parameters:
value- allowed object isSeatType
-