Uses of Class
org.cxml.Classification
-
Packages that use Classification Package Description org.cxml -
-
Uses of Classification in org.cxml
Fields in org.cxml declared as Classification Modifier and Type Field Description protected ClassificationCommodity. classificationprotected ClassificationIndustry. classificationprotected ClassificationTerritory. classificationFields in org.cxml with type parameters of type Classification Modifier and Type Field Description protected java.util.List<Classification>BlanketItemDetail. classificationprotected java.util.List<Classification>ItemDetail. classificationprotected java.util.List<Classification>PunchoutDetail. classificationMethods in org.cxml that return Classification Modifier and Type Method Description ClassificationObjectFactory. createClassification()Create an instance ofClassificationClassificationCommodity. getClassification()Gets the value of the classification property.ClassificationIndustry. getClassification()Gets the value of the classification property.ClassificationTerritory. getClassification()Gets the value of the classification property.Methods in org.cxml that return types with arguments of type Classification Modifier and Type Method Description java.util.List<Classification>BlanketItemDetail. getClassification()Gets the value of the classification property.java.util.List<Classification>ItemDetail. getClassification()Gets the value of the classification property.java.util.List<Classification>PunchoutDetail. getClassification()Gets the value of the classification property.Methods in org.cxml with parameters of type Classification Modifier and Type Method Description voidCommodity. setClassification(Classification value)Sets the value of the classification property.voidIndustry. setClassification(Classification value)Sets the value of the classification property.voidTerritory. setClassification(Classification value)Sets the value of the classification property.
-