Uses of Class
org.cxml.AvailablePrice
-
Packages that use AvailablePrice Package Description org.cxml -
-
Uses of AvailablePrice in org.cxml
Fields in org.cxml with type parameters of type AvailablePrice Modifier and Type Field Description protected java.util.List<AvailablePrice>AirDetail. availablePriceprotected java.util.List<AvailablePrice>CarRentalDetail. availablePriceprotected java.util.List<AvailablePrice>HotelDetail. availablePriceprotected java.util.List<AvailablePrice>RailDetail. availablePriceMethods in org.cxml that return AvailablePrice Modifier and Type Method Description AvailablePriceObjectFactory. createAvailablePrice()Create an instance ofAvailablePriceMethods in org.cxml that return types with arguments of type AvailablePrice Modifier and Type Method Description java.util.List<AvailablePrice>AirDetail. getAvailablePrice()Gets the value of the availablePrice property.java.util.List<AvailablePrice>CarRentalDetail. getAvailablePrice()Gets the value of the availablePrice property.java.util.List<AvailablePrice>HotelDetail. getAvailablePrice()Gets the value of the availablePrice property.java.util.List<AvailablePrice>RailDetail. getAvailablePrice()Gets the value of the availablePrice property.
-