Uses of Class
org.cxml.Vendor
-
Packages that use Vendor Package Description org.cxml -
-
Uses of Vendor in org.cxml
Fields in org.cxml declared as Vendor Modifier and Type Field Description protected VendorAirLeg. vendorprotected VendorCarRentalDetail. vendorprotected VendorHotelDetail. vendorprotected VendorRailLeg. vendorMethods in org.cxml that return Vendor Modifier and Type Method Description VendorObjectFactory. createVendor()Create an instance ofVendorVendorAirLeg. getVendor()Gets the value of the vendor property.VendorCarRentalDetail. getVendor()Gets the value of the vendor property.VendorHotelDetail. getVendor()Gets the value of the vendor property.VendorRailLeg. getVendor()Gets the value of the vendor property.Methods in org.cxml with parameters of type Vendor Modifier and Type Method Description voidAirLeg. setVendor(Vendor value)Sets the value of the vendor property.voidCarRentalDetail. setVendor(Vendor value)Sets the value of the vendor property.voidHotelDetail. setVendor(Vendor value)Sets the value of the vendor property.voidRailLeg. setVendor(Vendor value)Sets the value of the vendor property.
-