Uses of Class
org.cxml.Supplier
-
Packages that use Supplier Package Description org.cxml -
-
Uses of Supplier in org.cxml
Fields in org.cxml declared as Supplier Modifier and Type Field Description protected SupplierSupplierDataResponse. supplierFields in org.cxml with type parameters of type Supplier Modifier and Type Field Description protected java.util.List<Supplier>SupplierChangeMessage. supplierprotected java.util.List<Supplier>SupplierList. supplierprotected java.util.List<Supplier>SupplierListResponse. supplierMethods in org.cxml that return Supplier Modifier and Type Method Description SupplierObjectFactory. createSupplier()Create an instance ofSupplierSupplierSupplierDataResponse. getSupplier()Gets the value of the supplier property.Methods in org.cxml that return types with arguments of type Supplier Modifier and Type Method Description java.util.List<Supplier>SupplierChangeMessage. getSupplier()Gets the value of the supplier property.java.util.List<Supplier>SupplierList. getSupplier()Gets the value of the supplier property.java.util.List<Supplier>SupplierListResponse. getSupplier()Gets the value of the supplier property.Methods in org.cxml with parameters of type Supplier Modifier and Type Method Description voidSupplierDataResponse. setSupplier(Supplier value)Sets the value of the supplier property.
-