Package org.cxml

Class AirDetail

java.lang.Object
org.cxml.AirDetail

public class AirDetail extends Object
  • Field Details

  • Constructor Details

    • AirDetail

      public AirDetail()
  • Method Details

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