|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.cdb.webservice.Request
public class Request
Java class for request complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="request"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="queryString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataSet" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="resultType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="profileType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="source" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="offSet" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="database" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="semanticType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="synonym" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
database
|
protected String |
dataSet
|
protected String |
email
|
protected String |
id
|
protected Integer |
offSet
|
protected String |
profileType
|
protected String |
queryString
|
protected String |
resultType
|
protected String |
semanticType
|
protected String |
source
|
protected Boolean |
synonym
|
Constructor Summary | |
---|---|
Request()
|
Method Summary | |
---|---|
String |
getDatabase()
Gets the value of the database property. |
String |
getDataSet()
Gets the value of the dataSet property. |
String |
getEmail()
Gets the value of the email property. |
String |
getId()
Gets the value of the id property. |
Integer |
getOffSet()
Gets the value of the offSet property. |
String |
getProfileType()
Gets the value of the profileType property. |
String |
getQueryString()
Gets the value of the queryString property. |
String |
getResultType()
Gets the value of the resultType property. |
String |
getSemanticType()
Gets the value of the semanticType property. |
String |
getSource()
Gets the value of the source property. |
Boolean |
isSynonym()
Gets the value of the synonym property. |
void |
setDatabase(String value)
Sets the value of the database property. |
void |
setDataSet(String value)
Sets the value of the dataSet property. |
void |
setEmail(String value)
Sets the value of the email property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setOffSet(Integer value)
Sets the value of the offSet property. |
void |
setProfileType(String value)
Sets the value of the profileType property. |
void |
setQueryString(String value)
Sets the value of the queryString property. |
void |
setResultType(String value)
Sets the value of the resultType property. |
void |
setSemanticType(String value)
Sets the value of the semanticType property. |
void |
setSource(String value)
Sets the value of the source property. |
void |
setSynonym(Boolean value)
Sets the value of the synonym property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String queryString
protected String dataSet
protected String resultType
protected String profileType
protected String id
protected String source
protected Integer offSet
protected String database
protected String semanticType
protected Boolean synonym
protected String email
Constructor Detail |
---|
public Request()
Method Detail |
---|
public String getQueryString()
String
public void setQueryString(String value)
value
- allowed object is
String
public String getDataSet()
String
public void setDataSet(String value)
value
- allowed object is
String
public String getResultType()
String
public void setResultType(String value)
value
- allowed object is
String
public String getProfileType()
String
public void setProfileType(String value)
value
- allowed object is
String
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public String getSource()
String
public void setSource(String value)
value
- allowed object is
String
public Integer getOffSet()
Integer
public void setOffSet(Integer value)
value
- allowed object is
Integer
public String getDatabase()
String
public void setDatabase(String value)
value
- allowed object is
String
public String getSemanticType()
String
public void setSemanticType(String value)
value
- allowed object is
String
public Boolean isSynonym()
Boolean
public void setSynonym(Boolean value)
value
- allowed object is
Boolean
public String getEmail()
String
public void setEmail(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |