|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.ac.ebi.ebisearchservice.GetDetailledNumberOfResults
public class GetDetailledNumberOfResults
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="query" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="flat" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
domain
|
protected boolean |
flat
|
protected String |
query
|
Constructor Summary | |
---|---|
GetDetailledNumberOfResults()
|
Method Summary | |
---|---|
String |
getDomain()
Gets the value of the domain property. |
String |
getQuery()
Gets the value of the query property. |
boolean |
isFlat()
Gets the value of the flat property. |
void |
setDomain(String value)
Sets the value of the domain property. |
void |
setFlat(boolean value)
Sets the value of the flat property. |
void |
setQuery(String value)
Sets the value of the query 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 String query
protected boolean flat
Constructor Detail |
---|
public GetDetailledNumberOfResults()
Method Detail |
---|
public String getDomain()
String
public void setDomain(String value)
value
- allowed object is
String
public String getQuery()
String
public void setQuery(String value)
value
- allowed object is
String
public boolean isFlat()
public void setFlat(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |