Class BookingRefType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.seatavailabilityrequest.BookingRefType
Information related to a booking or reservation.
Java class for BookingRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BookingRefType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BookingEntity" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}BookingEntityType" minOccurs="0"/>
<element name="BookingID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}ID_Type"/>
<element name="BookingRefTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}BookingRefTypeCodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bookingEntity property.Gets the value of the bookingID property.Gets the value of the bookingRefTypeCode property.voidSets the value of the bookingEntity property.voidsetBookingID(String value) Sets the value of the bookingID property.voidsetBookingRefTypeCode(String value) Sets the value of the bookingRefTypeCode property.
-
Field Details
-
bookingEntity
-
bookingID
-
bookingRefTypeCode
-
-
Constructor Details
-
BookingRefType
public BookingRefType()
-
-
Method Details
-
getBookingEntity
Gets the value of the bookingEntity property.- Returns:
- possible object is
BookingEntityType
-
setBookingEntity
Sets the value of the bookingEntity property.- Parameters:
value- allowed object isBookingEntityType
-
getBookingID
Gets the value of the bookingID property.- Returns:
- possible object is
String
-
setBookingID
Sets the value of the bookingID property.- Parameters:
value- allowed object isString
-
getBookingRefTypeCode
Gets the value of the bookingRefTypeCode property.- Returns:
- possible object is
String
-
setBookingRefTypeCode
Sets the value of the bookingRefTypeCode property.- Parameters:
value- allowed object isString
-