Package org.cxml

Class TravelDetail


  • public class TravelDetail
    extends java.lang.Object
    • 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
    • Constructor Detail

      • TravelDetail

        public TravelDetail()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 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 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 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
      • setTermsAndConditions

        public void setTermsAndConditions​(TermsAndConditions value)
        Sets the value of the termsAndConditions property.
        Parameters:
        value - allowed object is TermsAndConditions