Class BookingInfoType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderretrieverequest.BookingInfoType
Information related to booking or reservation.
Java class for BookingInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BookingInfoType">
<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_OrderRetrieveRQ}BookingEntityType"/>
<element name="BookingID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ID_Type"/>
<element name="TypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}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 typeCode property.voidSets the value of the bookingEntity property.voidsetBookingID(String value) Sets the value of the bookingID property.voidsetTypeCode(String value) Sets the value of the typeCode property.
-
Field Details
-
bookingEntity
-
bookingID
-
typeCode
-
-
Constructor Details
-
BookingInfoType
public BookingInfoType()
-
-
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
-
getTypeCode
Gets the value of the typeCode property.- Returns:
- possible object is
String
-
setTypeCode
Sets the value of the typeCode property.- Parameters:
value- allowed object isString
-