Uses of Class
com.ibm.wpc.WpcAttributeListType

Packages that use WpcAttributeListType
com.ibm.wpc   
 

Uses of WpcAttributeListType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcAttributeListType
 WpcAttributeListType[] WpcTradeItemType.getAttributeList()
          Gets the attributeList value for this WpcTradeItemType.
 WpcAttributeListType[] WpcTradeItemSpecType.getAttributeList()
          Gets the attributeList value for this WpcTradeItemSpecType.
 WpcAttributeListType[] WpcChildType.getAttributeList()
          Gets the attributeList value for this WpcChildType.
 WpcAttributeListType WpcTradeItemType.getAttributeList(int i)
           
 WpcAttributeListType WpcTradeItemSpecType.getAttributeList(int i)
           
 WpcAttributeListType WpcChildType.getAttributeList(int i)
           
 WpcAttributeListType WpcCommandType.getWpcAttributeList()
          Gets the wpcAttributeList value for this WpcCommandType.
 

Methods in com.ibm.wpc with parameters of type WpcAttributeListType
 void WpcTradeItemType.setAttributeList(int i, WpcAttributeListType _value)
           
 void WpcTradeItemSpecType.setAttributeList(int i, WpcAttributeListType _value)
           
 void WpcChildType.setAttributeList(int i, WpcAttributeListType _value)
           
 void WpcTradeItemType.setAttributeList(WpcAttributeListType[] attributeList)
          Sets the attributeList value for this WpcTradeItemType.
 void WpcTradeItemSpecType.setAttributeList(WpcAttributeListType[] attributeList)
          Sets the attributeList value for this WpcTradeItemSpecType.
 void WpcChildType.setAttributeList(WpcAttributeListType[] attributeList)
          Sets the attributeList value for this WpcChildType.
 void WpcCommandType.setWpcAttributeList(WpcAttributeListType wpcAttributeList)
          Sets the wpcAttributeList value for this WpcCommandType.
 

Constructors in com.ibm.wpc with parameters of type WpcAttributeListType
WpcChildType(java.lang.String wpcChildPath, java.lang.String wpcChildDisplayName, WpcChildTypeWpcChildType wpcChildType, WpcAttributeListType[] attributeList)
           
WpcCommandType(java.lang.String wpcRole, java.lang.String wpcParentCategory, java.lang.String wpcCatalogName, java.lang.String wpcCatalogViewName, java.lang.String wpcWorkflowName, java.lang.String wpcWorkflowStepName, WpcHierarchyNameType wpcHierarchyName, java.math.BigInteger wpcResultCount, java.math.BigInteger wpcStartIndex, java.math.BigInteger wpcEndIndex, WpcDataContainerType wpcDataContainer, java.lang.String wpcTransactionIDs, java.lang.String wpcFileDocStorePath, WpcCollabAreaType wpcCollabArea, WpcTradeItemType[] wpcTradeItem, WpcSearchCriteriaType wpcSearchCriteria, WpcAttributeListType wpcAttributeList, WpcAttributeCollectionType[] wpcAttributeCollections, WpcExtensionType extension, WpcCommandTypeType type, WpcCommandTypeMode mode)
           
WpcTradeItemSpecType(java.lang.String wpcCatalogName, java.lang.String[] wpcParentCategory, WpcAttributeListType[] attributeList, java.lang.String name)
           
WpcTradeItemType(java.lang.String[] wpcParentCategory, java.lang.String wpcCatalogName, WpcCategoryDetailType[] wpcCategoryDetailsList, WpcAttributeListType[] attributeList, WpcValuesType[] values, java.lang.String ID)