Class TravelDetail
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Commentsprotected Stringprotected Stringprotected List<PolicyViolation>protected Stringprotected TermsAndConditions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the airDetailOrCarRentalDetailOrHotelDetailOrRailDetail property.Gets the value of the comments property.Gets the value of the confirmationNumber property.Gets the value of the pnrLocator property.Gets the value of the policyViolation property.Gets the value of the quoteExpirationTime property.Gets the value of the termsAndConditions property.voidsetComments(Comments value) Sets the value of the comments property.voidsetConfirmationNumber(String value) Sets the value of the confirmationNumber property.voidsetPnrLocator(String value) Sets the value of the pnrLocator property.voidsetQuoteExpirationTime(String value) Sets the value of the quoteExpirationTime property.voidSets the value of the termsAndConditions property.
-
Field Details
-
confirmationNumber
-
pnrLocator
-
quoteExpirationTime
-
airDetailOrCarRentalDetailOrHotelDetailOrRailDetail
-
policyViolation
-
comments
-
termsAndConditions
-
-
Constructor Details
-
TravelDetail
public TravelDetail()
-
-
Method Details
-
getConfirmationNumber
Gets the value of the confirmationNumber property.- Returns:
- possible object is
String
-
setConfirmationNumber
Sets the value of the confirmationNumber property.- Parameters:
value- allowed object isString
-
getPnrLocator
Gets the value of the pnrLocator property.- Returns:
- possible object is
String
-
setPnrLocator
Sets the value of the pnrLocator property.- Parameters:
value- allowed object isString
-
getQuoteExpirationTime
Gets the value of the quoteExpirationTime property.- Returns:
- possible object is
String
-
setQuoteExpirationTime
Sets the value of the quoteExpirationTime property.- Parameters:
value- allowed object isString
-
getAirDetailOrCarRentalDetailOrHotelDetailOrRailDetail
Gets the value of the airDetailOrCarRentalDetailOrHotelDetailOrRailDetail property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the airDetailOrCarRentalDetailOrHotelDetailOrRailDetail property.For example, to add a new item, do as follows:
getAirDetailOrCarRentalDetailOrHotelDetailOrRailDetail().add(newItem);Objects of the following type(s) are allowed in the list
AirDetailCarRentalDetailHotelDetailRailDetail -
getPolicyViolation
Gets the value of the policyViolation property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the policyViolation property.For example, to add a new item, do as follows:
getPolicyViolation().add(newItem);Objects of the following type(s) are allowed in the list
PolicyViolation -
getComments
Gets the value of the comments property.- Returns:
- possible object is
Comments
-
setComments
Sets the value of the comments property.- Parameters:
value- allowed object isComments
-
getTermsAndConditions
Gets the value of the termsAndConditions property.- Returns:
- possible object is
TermsAndConditions
-
setTermsAndConditions
Sets the value of the termsAndConditions property.- Parameters:
value- allowed object isTermsAndConditions
-