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