Class TravelDetail
- java.lang.Object
-
- org.cxml.TravelDetail
-
public class TravelDetail extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.Object>airDetailOrCarRentalDetailOrHotelDetailOrRailDetailprotected Commentscommentsprotected java.lang.StringconfirmationNumberprotected java.lang.StringpnrLocatorprotected java.util.List<PolicyViolation>policyViolationprotected java.lang.StringquoteExpirationTimeprotected TermsAndConditionstermsAndConditions
-
Constructor Summary
Constructors Constructor Description TravelDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>getAirDetailOrCarRentalDetailOrHotelDetailOrRailDetail()Gets the value of the airDetailOrCarRentalDetailOrHotelDetailOrRailDetail property.CommentsgetComments()Gets the value of the comments property.java.lang.StringgetConfirmationNumber()Gets the value of the confirmationNumber property.java.lang.StringgetPnrLocator()Gets the value of the pnrLocator property.java.util.List<PolicyViolation>getPolicyViolation()Gets the value of the policyViolation property.java.lang.StringgetQuoteExpirationTime()Gets the value of the quoteExpirationTime property.TermsAndConditionsgetTermsAndConditions()Gets the value of the termsAndConditions property.voidsetComments(Comments value)Sets the value of the comments property.voidsetConfirmationNumber(java.lang.String value)Sets the value of the confirmationNumber property.voidsetPnrLocator(java.lang.String value)Sets the value of the pnrLocator property.voidsetQuoteExpirationTime(java.lang.String value)Sets the value of the quoteExpirationTime property.voidsetTermsAndConditions(TermsAndConditions value)Sets the value of the termsAndConditions property.
-
-
-
Field Detail
-
confirmationNumber
protected java.lang.String confirmationNumber
-
pnrLocator
protected java.lang.String pnrLocator
-
quoteExpirationTime
protected java.lang.String quoteExpirationTime
-
airDetailOrCarRentalDetailOrHotelDetailOrRailDetail
protected java.util.List<java.lang.Object> airDetailOrCarRentalDetailOrHotelDetailOrRailDetail
-
policyViolation
protected java.util.List<PolicyViolation> policyViolation
-
comments
protected Comments comments
-
termsAndConditions
protected TermsAndConditions termsAndConditions
-
-
Method Detail
-
getConfirmationNumber
public java.lang.String getConfirmationNumber()
Gets the value of the confirmationNumber property.- Returns:
- possible object is
String
-
setConfirmationNumber
public void setConfirmationNumber(java.lang.String value)
Sets the value of the confirmationNumber property.- Parameters:
value- allowed object isString
-
getPnrLocator
public java.lang.String getPnrLocator()
Gets the value of the pnrLocator property.- Returns:
- possible object is
String
-
setPnrLocator
public void setPnrLocator(java.lang.String value)
Sets the value of the pnrLocator property.- Parameters:
value- allowed object isString
-
getQuoteExpirationTime
public java.lang.String getQuoteExpirationTime()
Gets the value of the quoteExpirationTime property.- Returns:
- possible object is
String
-
setQuoteExpirationTime
public void setQuoteExpirationTime(java.lang.String value)
Sets the value of the quoteExpirationTime property.- Parameters:
value- allowed object isString
-
getAirDetailOrCarRentalDetailOrHotelDetailOrRailDetail
public java.util.List<java.lang.Object> 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
public java.util.List<PolicyViolation> 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
public Comments getComments()
Gets the value of the comments property.- Returns:
- possible object is
Comments
-
setComments
public void setComments(Comments value)
Sets the value of the comments property.- Parameters:
value- allowed object isComments
-
getTermsAndConditions
public TermsAndConditions getTermsAndConditions()
Gets the value of the termsAndConditions property.- Returns:
- possible object is
TermsAndConditions
-
setTermsAndConditions
public void setTermsAndConditions(TermsAndConditions value)
Sets the value of the termsAndConditions property.- Parameters:
value- allowed object isTermsAndConditions
-
-