Uses of Class
com.ibm.wpc.WpcNotificationInfoType

Packages that use WpcNotificationInfoType
com.ibm.wpc   
 

Uses of WpcNotificationInfoType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcNotificationInfoType
 WpcNotificationInfoType[] WpcResponseType.getWpcNotification()
          Gets the wpcNotification value for this WpcResponseType.
 

Methods in com.ibm.wpc with parameters of type WpcNotificationInfoType
 void WpcResponseType.setWpcNotification(WpcNotificationInfoType[] wpcNotification)
          Sets the wpcNotification value for this WpcResponseType.
 

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