Uses of Class
org.cxml.Rate
-
Packages that use Rate Package Description org.cxml -
-
Uses of Rate in org.cxml
Fields in org.cxml declared as Rate Modifier and Type Field Description protected RateAirLeg. rateprotected RateRailLeg. rateFields in org.cxml with type parameters of type Rate Modifier and Type Field Description protected java.util.List<Rate>CarRentalFee. rateprotected java.util.List<Rate>HotelDetail. rateMethods in org.cxml that return Rate Modifier and Type Method Description RateObjectFactory. createRate()Create an instance ofRateRateAirLeg. getRate()Gets the value of the rate property.RateRailLeg. 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 java.util.List<Rate>CarRentalFee. getRate()Gets the value of the rate property.java.util.List<Rate>HotelDetail. getRate()Gets the value of the rate property.Methods in org.cxml with parameters of type Rate Modifier and Type Method Description voidAirLeg. setRate(Rate value)Sets the value of the rate property.voidRailLeg. setRate(Rate value)Sets the value of the rate property.
-