|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.ac.ebi.ebisearchservice.GetEntries
public class GetEntries
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="domain" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="entries" type="{http://www.ebi.ac.uk/EBISearchService}ArrayOfString"/> <element name="fields" type="{http://www.ebi.ac.uk/EBISearchService}ArrayOfString"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
domain
|
protected ArrayOfString |
entries
|
protected ArrayOfString |
fields
|
Constructor Summary | |
---|---|
GetEntries()
|
Method Summary | |
---|---|
String |
getDomain()
Gets the value of the domain property. |
ArrayOfString |
getEntries()
Gets the value of the entries property. |
ArrayOfString |
getFields()
Gets the value of the fields property. |
void |
setDomain(String value)
Sets the value of the domain property. |
void |
setEntries(ArrayOfString value)
Sets the value of the entries property. |
void |
setFields(ArrayOfString value)
Sets the value of the fields property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String domain
protected ArrayOfString entries
protected ArrayOfString fields
Constructor Detail |
---|
public GetEntries()
Method Detail |
---|
public String getDomain()
String
public void setDomain(String value)
value
- allowed object is
String
public ArrayOfString getEntries()
ArrayOfString
public void setEntries(ArrayOfString value)
value
- allowed object is
ArrayOfString
public ArrayOfString getFields()
ArrayOfString
public void setFields(ArrayOfString value)
value
- allowed object is
ArrayOfString
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |