Uses of Class
com.ibm.wpc.WpcEntityIdentifierType

Packages that use WpcEntityIdentifierType
com.ibm.wpc   
 

Uses of WpcEntityIdentifierType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcEntityIdentifierType
 WpcEntityIdentifierType WpcResponseType.getWpcEntityIdentifier()
          Gets the wpcEntityIdentifier value for this WpcResponseType.
 

Methods in com.ibm.wpc with parameters of type WpcEntityIdentifierType
 void WpcResponseType.setWpcEntityIdentifier(WpcEntityIdentifierType wpcEntityIdentifier)
          Sets the wpcEntityIdentifier value for this WpcResponseType.
 

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