Package org.cxml

Class TravelDetail

java.lang.Object
org.cxml.TravelDetail

public class TravelDetail extends Object
  • Field Details

    • confirmationNumber

      protected String confirmationNumber
    • pnrLocator

      protected String pnrLocator
    • quoteExpirationTime

      protected String quoteExpirationTime
    • airDetailOrCarRentalDetailOrHotelDetailOrRailDetail

      protected List<Object> airDetailOrCarRentalDetailOrHotelDetailOrRailDetail
    • policyViolation

      protected List<PolicyViolation> policyViolation
    • comments

      protected Comments comments
    • termsAndConditions

      protected TermsAndConditions termsAndConditions
  • Constructor Details

    • TravelDetail

      public TravelDetail()
  • Method Details

    • getConfirmationNumber

      public String getConfirmationNumber()
      Gets the value of the confirmationNumber property.
      Returns:
      possible object is String
    • setConfirmationNumber

      public void setConfirmationNumber(String value)
      Sets the value of the confirmationNumber property.
      Parameters:
      value - allowed object is String
    • getPnrLocator

      public String getPnrLocator()
      Gets the value of the pnrLocator property.
      Returns:
      possible object is String
    • setPnrLocator

      public void setPnrLocator(String value)
      Sets the value of the pnrLocator property.
      Parameters:
      value - allowed object is String
    • getQuoteExpirationTime

      public String getQuoteExpirationTime()
      Gets the value of the quoteExpirationTime property.
      Returns:
      possible object is String
    • setQuoteExpirationTime

      public void setQuoteExpirationTime(String value)
      Sets the value of the quoteExpirationTime property.
      Parameters:
      value - allowed object is String
    • getAirDetailOrCarRentalDetailOrHotelDetailOrRailDetail

      public List<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 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

    • getPolicyViolation

      public 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 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

    • 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 is Comments
    • 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 is TermsAndConditions