public class TravelDetail
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
airDetailOrCarRentalDetailOrHotelDetailOrRailDetail |
protected Comments |
comments |
protected java.lang.String |
confirmationNumber |
protected java.lang.String |
pnrLocator |
protected java.util.List<PolicyViolation> |
policyViolation |
protected java.lang.String |
quoteExpirationTime |
protected TermsAndConditions |
termsAndConditions |
| Constructor and Description |
|---|
TravelDetail() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getAirDetailOrCarRentalDetailOrHotelDetailOrRailDetail()
Gets the value of the airDetailOrCarRentalDetailOrHotelDetailOrRailDetail property.
|
Comments |
getComments()
Gets the value of the comments property.
|
java.lang.String |
getConfirmationNumber()
Gets the value of the confirmationNumber property.
|
java.lang.String |
getPnrLocator()
Gets the value of the pnrLocator property.
|
java.util.List<PolicyViolation> |
getPolicyViolation()
Gets the value of the policyViolation property.
|
java.lang.String |
getQuoteExpirationTime()
Gets the value of the quoteExpirationTime property.
|
TermsAndConditions |
getTermsAndConditions()
Gets the value of the termsAndConditions property.
|
void |
setComments(Comments value)
Sets the value of the comments property.
|
void |
setConfirmationNumber(java.lang.String value)
Sets the value of the confirmationNumber property.
|
void |
setPnrLocator(java.lang.String value)
Sets the value of the pnrLocator property.
|
void |
setQuoteExpirationTime(java.lang.String value)
Sets the value of the quoteExpirationTime property.
|
void |
setTermsAndConditions(TermsAndConditions value)
Sets the value of the termsAndConditions property.
|
protected java.lang.String confirmationNumber
protected java.lang.String pnrLocator
protected java.lang.String quoteExpirationTime
protected java.util.List<java.lang.Object> airDetailOrCarRentalDetailOrHotelDetailOrRailDetail
protected java.util.List<PolicyViolation> policyViolation
protected Comments comments
protected TermsAndConditions termsAndConditions
public java.lang.String getConfirmationNumber()
Stringpublic void setConfirmationNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPnrLocator()
Stringpublic void setPnrLocator(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getQuoteExpirationTime()
Stringpublic void setQuoteExpirationTime(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Object> getAirDetailOrCarRentalDetailOrHotelDetailOrRailDetail()
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 set method 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
AirDetail
CarRentalDetail
HotelDetail
RailDetail
public java.util.List<PolicyViolation> getPolicyViolation()
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 set method 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
public Comments getComments()
Commentspublic void setComments(Comments value)
value - allowed object is
Commentspublic TermsAndConditions getTermsAndConditions()
TermsAndConditionspublic void setTermsAndConditions(TermsAndConditions value)
value - allowed object is
TermsAndConditionsCopyright © 2018 SAP SE. All Rights Reserved.