Uses of Class
org.oasis.ebxml.registry.bindings.query.ServiceQueryResultItem

Packages that use ServiceQueryResultItem
org.oasis.ebxml.registry.bindings.query   
 

Uses of ServiceQueryResultItem in org.oasis.ebxml.registry.bindings.query
 

Methods in org.oasis.ebxml.registry.bindings.query that return ServiceQueryResultItem
 ServiceQueryResultItem ServiceQueryResult.getServiceQueryResultItem(int index)
           
 ServiceQueryResultItem[] ServiceQueryResult.getServiceQueryResultItem()
           
 

Methods in org.oasis.ebxml.registry.bindings.query with parameters of type ServiceQueryResultItem
 void ServiceQueryResult.addServiceQueryResultItem(ServiceQueryResultItem vServiceQueryResultItem)
           
 void ServiceQueryResult.addServiceQueryResultItem(int index, ServiceQueryResultItem vServiceQueryResultItem)
           
 boolean ServiceQueryResult.removeServiceQueryResultItem(ServiceQueryResultItem vServiceQueryResultItem)
           
 void ServiceQueryResult.setServiceQueryResultItem(int index, ServiceQueryResultItem vServiceQueryResultItem)
           
 void ServiceQueryResult.setServiceQueryResultItem(ServiceQueryResultItem[] serviceQueryResultItemArray)