Class SeatAssignmentType
java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingresponse.SeatAssignmentType
The Seat Location selected by the Passenger (via SeatAvailability) or assigned tot he Passenger by the Airline for a given segment. When used, only a single Passenger must be referenced within the Service.
Java class for SeatAssignmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SeatAssignmentType">
<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_AirShoppingRS}ID_Type"/>
<element name="Seat" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}SeatType"/>
<element name="ServiceDefinitionRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the datedOperatingLegRefID property.getSeat()Gets the value of the seat property.Gets the value of the serviceDefinitionRefID property.voidsetDatedOperatingLegRefID(String value) Sets the value of the datedOperatingLegRefID property.voidSets the value of the seat property.voidsetServiceDefinitionRefID(String value) Sets the value of the serviceDefinitionRefID property.
-
Field Details
-
datedOperatingLegRefID
-
seat
-
serviceDefinitionRefID
-
-
Constructor Details
-
SeatAssignmentType
public SeatAssignmentType()
-
-
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
-
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
-
getServiceDefinitionRefID
Gets the value of the serviceDefinitionRefID property.- Returns:
- possible object is
String
-
setServiceDefinitionRefID
Sets the value of the serviceDefinitionRefID property.- Parameters:
value- allowed object isString
-