uk.ac.ebi.ebisearchservice
Class GetEntryResponse
java.lang.Object
uk.ac.ebi.ebisearchservice.GetEntryResponse
public class GetEntryResponse
- extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="entryValues" type="{http://www.ebi.ac.uk/EBISearchService}ArrayOfString"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entryValues
protected ArrayOfString entryValues
GetEntryResponse
public GetEntryResponse()
getEntryValues
public ArrayOfString getEntryValues()
- Gets the value of the entryValues property.
- Returns:
- possible object is
ArrayOfString
setEntryValues
public void setEntryValues(ArrayOfString value)
- Sets the value of the entryValues property.
- Parameters:
value
- allowed object is
ArrayOfString
Copyright © 2005-2012 European Bioinformatics Institute (EBI). All Rights Reserved.