Uses of Class
com.ibm.wpc.WpcCategoryDetailType

Packages that use WpcCategoryDetailType
com.ibm.wpc   
 

Uses of WpcCategoryDetailType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcCategoryDetailType
 WpcCategoryDetailType[] WpcTradeItemType.getWpcCategoryDetailsList()
          Gets the wpcCategoryDetailsList value for this WpcTradeItemType.
 

Methods in com.ibm.wpc with parameters of type WpcCategoryDetailType
 void WpcTradeItemType.setWpcCategoryDetailsList(WpcCategoryDetailType[] wpcCategoryDetailsList)
          Sets the wpcCategoryDetailsList value for this WpcTradeItemType.
 

Constructors in com.ibm.wpc with parameters of type WpcCategoryDetailType
WpcTradeItemType(java.lang.String[] wpcParentCategory, java.lang.String wpcCatalogName, WpcCategoryDetailType[] wpcCategoryDetailsList, WpcAttributeListType[] attributeList, WpcValuesType[] values, java.lang.String ID)