Uses of Class
org.cxml.ManufacturerName
Packages that use ManufacturerName
-
Uses of ManufacturerName in org.cxml
Fields in org.cxml declared as ManufacturerNameModifier and TypeFieldDescriptionprotected ManufacturerNameItemDetail.manufacturerNameprotected ManufacturerNameItemInfo.manufacturerNameprotected ManufacturerNameProductActivityDetails.manufacturerNameprotected ManufacturerNamePunchoutDetail.manufacturerNameMethods in org.cxml that return ManufacturerNameModifier and TypeMethodDescriptionObjectFactory.createManufacturerName()Create an instance ofManufacturerNameItemDetail.getManufacturerName()Gets the value of the manufacturerName property.ItemInfo.getManufacturerName()Gets the value of the manufacturerName property.ProductActivityDetails.getManufacturerName()Gets the value of the manufacturerName property.PunchoutDetail.getManufacturerName()Gets the value of the manufacturerName property.Methods in org.cxml with parameters of type ManufacturerNameModifier and TypeMethodDescriptionvoidItemDetail.setManufacturerName(ManufacturerName value) Sets the value of the manufacturerName property.voidItemInfo.setManufacturerName(ManufacturerName value) Sets the value of the manufacturerName property.voidProductActivityDetails.setManufacturerName(ManufacturerName value) Sets the value of the manufacturerName property.voidPunchoutDetail.setManufacturerName(ManufacturerName value) Sets the value of the manufacturerName property.