Uses of Class
com.ibm.wpc.WpcCatalogQueryChildrenResultType

Packages that use WpcCatalogQueryChildrenResultType
com.ibm.wpc   
 

Uses of WpcCatalogQueryChildrenResultType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcCatalogQueryChildrenResultType
 WpcCatalogQueryChildrenResultType WpcResponseType.getWpcQueryCatalogChildrenResult()
          Gets the wpcQueryCatalogChildrenResult value for this WpcResponseType.
 

Methods in com.ibm.wpc with parameters of type WpcCatalogQueryChildrenResultType
 void WpcResponseType.setWpcQueryCatalogChildrenResult(WpcCatalogQueryChildrenResultType wpcQueryCatalogChildrenResult)
          Sets the wpcQueryCatalogChildrenResult value for this WpcResponseType.
 

Constructors in com.ibm.wpc with parameters of type WpcCatalogQueryChildrenResultType
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)