Uses of Class
uk.ac.ebi.ebisearchservice.ArrayOfString

Packages that use ArrayOfString
uk.ac.ebi.ebisearchservice   
 

Uses of ArrayOfString in uk.ac.ebi.ebisearchservice
 

Fields in uk.ac.ebi.ebisearchservice declared as ArrayOfString
protected  ArrayOfString ListDomainsResponse.arrayOfDomainNames
           
protected  ArrayOfString GetDomainsReferencedInEntryResponse.arrayOfDomainNames
           
protected  ArrayOfString GetDomainsReferencedInDomainResponse.arrayOfDomainNames
           
protected  ArrayOfString GetReferencedEntriesResponse.arrayOfEntryIds
           
protected  ArrayOfString ListFieldsResponse.arrayOfFieldNames
           
protected  ArrayOfString ListAdditionalReferenceFieldsResponse.arrayOfFieldNames
           
protected  ArrayOfString GetResultsIdsResponse.arrayOfIds
           
protected  ArrayOfString GetAllResultsIdsResponse.arrayOfIds
           
protected  ArrayOfString GetReferencedEntriesSet.entries
           
protected  ArrayOfString GetReferencedEntriesFlatSet.entries
           
protected  ArrayOfString GetEntriesFieldUrls.entries
           
protected  ArrayOfString GetEntries.entries
           
protected  ArrayOfString GetEntryFieldUrlsResponse.entryUrlsValues
           
protected  ArrayOfString GetEntryResponse.entryValues
           
protected  ArrayOfString GetResults.fields
           
protected  ArrayOfString GetReferencedEntriesSet.fields
           
protected  ArrayOfString GetReferencedEntriesFlatSet.fields
           
protected  ArrayOfString GetEntryFieldUrls.fields
           
protected  ArrayOfString GetEntry.fields
           
protected  ArrayOfString GetEntriesFieldUrls.fields
           
protected  ArrayOfString GetEntries.fields
           
 

Fields in uk.ac.ebi.ebisearchservice with type parameters of type ArrayOfString
protected  List<ArrayOfString> ArrayOfArrayOfString.arrayOfString
           
 

Methods in uk.ac.ebi.ebisearchservice that return ArrayOfString
 ArrayOfString ObjectFactory.createArrayOfString()
          Create an instance of ArrayOfString
 ArrayOfString EBISearchService.getAllResultsIds(String domain, String query)
           
 ArrayOfString ListDomainsResponse.getArrayOfDomainNames()
          Gets the value of the arrayOfDomainNames property.
 ArrayOfString GetDomainsReferencedInEntryResponse.getArrayOfDomainNames()
          Gets the value of the arrayOfDomainNames property.
 ArrayOfString GetDomainsReferencedInDomainResponse.getArrayOfDomainNames()
          Gets the value of the arrayOfDomainNames property.
 ArrayOfString GetReferencedEntriesResponse.getArrayOfEntryIds()
          Gets the value of the arrayOfEntryIds property.
 ArrayOfString ListFieldsResponse.getArrayOfFieldNames()
          Gets the value of the arrayOfFieldNames property.
 ArrayOfString ListAdditionalReferenceFieldsResponse.getArrayOfFieldNames()
          Gets the value of the arrayOfFieldNames property.
 ArrayOfString GetResultsIdsResponse.getArrayOfIds()
          Gets the value of the arrayOfIds property.
 ArrayOfString GetAllResultsIdsResponse.getArrayOfIds()
          Gets the value of the arrayOfIds property.
 ArrayOfString EBISearchService.getDomainsReferencedInDomain(String domain)
           
 ArrayOfString EBISearchService.getDomainsReferencedInEntry(String domain, String entry)
           
 ArrayOfString GetReferencedEntriesSet.getEntries()
          Gets the value of the entries property.
 ArrayOfString GetReferencedEntriesFlatSet.getEntries()
          Gets the value of the entries property.
 ArrayOfString GetEntriesFieldUrls.getEntries()
          Gets the value of the entries property.
 ArrayOfString GetEntries.getEntries()
          Gets the value of the entries property.
 ArrayOfString EBISearchService.getEntry(String domain, String entry, ArrayOfString fields)
           
 ArrayOfString EBISearchService.getEntryFieldUrls(String domain, String entry, ArrayOfString fields)
           
 ArrayOfString GetEntryFieldUrlsResponse.getEntryUrlsValues()
          Gets the value of the entryUrlsValues property.
 ArrayOfString GetEntryResponse.getEntryValues()
          Gets the value of the entryValues property.
 ArrayOfString GetResults.getFields()
          Gets the value of the fields property.
 ArrayOfString GetReferencedEntriesSet.getFields()
          Gets the value of the fields property.
 ArrayOfString GetReferencedEntriesFlatSet.getFields()
          Gets the value of the fields property.
 ArrayOfString GetEntryFieldUrls.getFields()
          Gets the value of the fields property.
 ArrayOfString GetEntry.getFields()
          Gets the value of the fields property.
 ArrayOfString GetEntriesFieldUrls.getFields()
          Gets the value of the fields property.
 ArrayOfString GetEntries.getFields()
          Gets the value of the fields property.
 ArrayOfString EBISearchService.getReferencedEntries(String domain, String entry, String referencedDomain)
           
 ArrayOfString EBISearchService.getResultsIds(String domain, String query, int start, int size)
           
 ArrayOfString EBISearchService.listAdditionalReferenceFields(String domain)
           
 ArrayOfString EBISearchService.listDomains()
           
 ArrayOfString EBISearchService.listFields(String domain)
           
 

Methods in uk.ac.ebi.ebisearchservice that return types with arguments of type ArrayOfString
 List<ArrayOfString> ArrayOfArrayOfString.getArrayOfString()
          Gets the value of the arrayOfString property.
 

Methods in uk.ac.ebi.ebisearchservice with parameters of type ArrayOfString
 ArrayOfArrayOfString EBISearchService.getEntries(String domain, ArrayOfString entries, ArrayOfString fields)
           
 ArrayOfArrayOfString EBISearchService.getEntriesFieldUrls(String domain, ArrayOfString entries, ArrayOfString fields)
           
 ArrayOfString EBISearchService.getEntry(String domain, String entry, ArrayOfString fields)
           
 ArrayOfString EBISearchService.getEntryFieldUrls(String domain, String entry, ArrayOfString fields)
           
 ArrayOfArrayOfString EBISearchService.getReferencedEntriesFlatSet(String domain, ArrayOfString entries, String referencedDomain, ArrayOfString fields)
           
 ArrayOfEntryReferences EBISearchService.getReferencedEntriesSet(String domain, ArrayOfString entries, String referencedDomain, ArrayOfString fields)
           
 ArrayOfArrayOfString EBISearchService.getResults(String domain, String query, ArrayOfString fields, int start, int size)
           
 void ListDomainsResponse.setArrayOfDomainNames(ArrayOfString value)
          Sets the value of the arrayOfDomainNames property.
 void GetDomainsReferencedInEntryResponse.setArrayOfDomainNames(ArrayOfString value)
          Sets the value of the arrayOfDomainNames property.
 void GetDomainsReferencedInDomainResponse.setArrayOfDomainNames(ArrayOfString value)
          Sets the value of the arrayOfDomainNames property.
 void GetReferencedEntriesResponse.setArrayOfEntryIds(ArrayOfString value)
          Sets the value of the arrayOfEntryIds property.
 void ListFieldsResponse.setArrayOfFieldNames(ArrayOfString value)
          Sets the value of the arrayOfFieldNames property.
 void ListAdditionalReferenceFieldsResponse.setArrayOfFieldNames(ArrayOfString value)
          Sets the value of the arrayOfFieldNames property.
 void GetResultsIdsResponse.setArrayOfIds(ArrayOfString value)
          Sets the value of the arrayOfIds property.
 void GetAllResultsIdsResponse.setArrayOfIds(ArrayOfString value)
          Sets the value of the arrayOfIds property.
 void GetReferencedEntriesSet.setEntries(ArrayOfString value)
          Sets the value of the entries property.
 void GetReferencedEntriesFlatSet.setEntries(ArrayOfString value)
          Sets the value of the entries property.
 void GetEntriesFieldUrls.setEntries(ArrayOfString value)
          Sets the value of the entries property.
 void GetEntries.setEntries(ArrayOfString value)
          Sets the value of the entries property.
 void GetEntryFieldUrlsResponse.setEntryUrlsValues(ArrayOfString value)
          Sets the value of the entryUrlsValues property.
 void GetEntryResponse.setEntryValues(ArrayOfString value)
          Sets the value of the entryValues property.
 void GetResults.setFields(ArrayOfString value)
          Sets the value of the fields property.
 void GetReferencedEntriesSet.setFields(ArrayOfString value)
          Sets the value of the fields property.
 void GetReferencedEntriesFlatSet.setFields(ArrayOfString value)
          Sets the value of the fields property.
 void GetEntryFieldUrls.setFields(ArrayOfString value)
          Sets the value of the fields property.
 void GetEntry.setFields(ArrayOfString value)
          Sets the value of the fields property.
 void GetEntriesFieldUrls.setFields(ArrayOfString value)
          Sets the value of the fields property.
 void GetEntries.setFields(ArrayOfString value)
          Sets the value of the fields property.
 



Copyright © 2005-2012 European Bioinformatics Institute (EBI). All Rights Reserved.