Uses of Class
org.cxml.Classification
Packages that use Classification
-
Uses of Classification in org.cxml
Fields in org.cxml declared as ClassificationModifier and TypeFieldDescriptionprotected ClassificationCommodity.classificationprotected ClassificationIndustry.classificationprotected ClassificationTerritory.classificationFields in org.cxml with type parameters of type ClassificationModifier and TypeFieldDescriptionprotected List<Classification>BlanketItemDetail.classificationprotected List<Classification>ItemDetail.classificationprotected List<Classification>ItemInfo.classificationprotected List<Classification>ProductActivityDetails.classificationprotected List<Classification>PunchoutDetail.classificationMethods in org.cxml that return ClassificationModifier and TypeMethodDescriptionObjectFactory.createClassification()Create an instance ofClassificationCommodity.getClassification()Gets the value of the classification property.Industry.getClassification()Gets the value of the classification property.Territory.getClassification()Gets the value of the classification property.Methods in org.cxml that return types with arguments of type ClassificationModifier and TypeMethodDescriptionBlanketItemDetail.getClassification()Gets the value of the classification property.ItemDetail.getClassification()Gets the value of the classification property.ItemInfo.getClassification()Gets the value of the classification property.ProductActivityDetails.getClassification()Gets the value of the classification property.PunchoutDetail.getClassification()Gets the value of the classification property.Methods in org.cxml with parameters of type ClassificationModifier and TypeMethodDescriptionvoidCommodity.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.