Uses of Class
com.ibm.wpc.WpcUserType

Packages that use WpcUserType
com.ibm.wpc   
 

Uses of WpcUserType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcUserType
 WpcUserType[] WpcResponseType.getWpcUserList()
          Gets the wpcUserList value for this WpcResponseType.
 

Methods in com.ibm.wpc with parameters of type WpcUserType
 void WpcResponseType.setWpcUserList(WpcUserType[] wpcUserList)
          Sets the wpcUserList value for this WpcResponseType.
 

Constructors in com.ibm.wpc with parameters of type WpcUserType
WpcResponseType(WpcEntityIdentifierType wpcEntityIdentifier, WpcNotificationInfoType[] wpcNotification, WpcSearchResultsType wpcSearchResults, WpcTradeItemSpecType wpcTradeItemSpec, WpcTradeItemType wpcTradeItem, java.lang.String wpcTransactionResult, java.lang.String wpcFileDocStorePath, WpcCatalogQueryChildrenResultType wpcQueryCatalogChildrenResult, WpcCatalogType[] wpcCatalogs, WpcContainerViewType[] wpcCatalogView, java.lang.String[] wpcCatalogViewList, WpcUserType[] wpcUserList, WpcCollabAreaType[] wpcCollabAreaList, WpcAttributeCollectionType[] wpcAttributeCollections, WpcExtensionType extension)