Package org.cxml

Class AirDetail


  • public class AirDetail
    extends java.lang.Object
    • Field Detail

      • airLeg

        protected java.util.List<AirLeg> airLeg
      • availablePrice

        protected java.util.List<AvailablePrice> availablePrice
      • penalty

        protected Penalty penalty
    • Constructor Detail

      • AirDetail

        public AirDetail()
    • Method Detail

      • getTripType

        public TripType getTripType()
        Gets the value of the tripType property.
        Returns:
        possible object is TripType
      • setTripType

        public void setTripType​(TripType value)
        Sets the value of the tripType property.
        Parameters:
        value - allowed object is TripType
      • getAirLeg

        public java.util.List<AirLeg> getAirLeg()
        Gets the value of the airLeg 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 airLeg property.

        For example, to add a new item, do as follows:

            getAirLeg().add(newItem);
         

        Objects of the following type(s) are allowed in the list AirLeg

      • getAvailablePrice

        public java.util.List<AvailablePrice> getAvailablePrice()
        Gets the value of the availablePrice 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 availablePrice property.

        For example, to add a new item, do as follows:

            getAvailablePrice().add(newItem);
         

        Objects of the following type(s) are allowed in the list AvailablePrice

      • getPenalty

        public Penalty getPenalty()
        Gets the value of the penalty property.
        Returns:
        possible object is Penalty
      • setPenalty

        public void setPenalty​(Penalty value)
        Sets the value of the penalty property.
        Parameters:
        value - allowed object is Penalty