Uses of Class
org.cxml.Rate

Packages that use Rate
Package
Description
 
  • Uses of Rate in org.cxml

    Fields in org.cxml declared as Rate
    Modifier and Type
    Field
    Description
    protected Rate
    AirLeg.rate
     
    protected Rate
    RailLeg.rate
     
    Fields in org.cxml with type parameters of type Rate
    Modifier and Type
    Field
    Description
    protected List<Rate>
    CarRentalFee.rate
     
    protected List<Rate>
    HotelDetail.rate
     
    Methods in org.cxml that return Rate
    Modifier and Type
    Method
    Description
    ObjectFactory.createRate()
    Create an instance of Rate
    AirLeg.getRate()
    Gets the value of the rate property.
    RailLeg.getRate()
    Gets the value of the rate property.
    Methods in org.cxml that return types with arguments of type Rate
    Modifier and Type
    Method
    Description
    CarRentalFee.getRate()
    Gets the value of the rate property.
    HotelDetail.getRate()
    Gets the value of the rate property.
    Methods in org.cxml with parameters of type Rate
    Modifier and Type
    Method
    Description
    void
    AirLeg.setRate(Rate value)
    Sets the value of the rate property.
    void
    RailLeg.setRate(Rate value)
    Sets the value of the rate property.