|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.ac.ebi.ebinocle.webservice.DomainResult
public class DomainResult
Java class for DomainResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DomainResult"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="domainId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" form="qualified"/> <element name="numberOfResults" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0" form="qualified"/> <element name="subDomainsResults" type="{http://webservice.ebinocle.ebi.ac.uk}ArrayOfDomainResult" minOccurs="0" form="qualified"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected javax.xml.bind.JAXBElement<String> |
domainId
|
protected Integer |
numberOfResults
|
protected javax.xml.bind.JAXBElement<ArrayOfDomainResult> |
subDomainsResults
|
Constructor Summary | |
---|---|
DomainResult()
|
Method Summary | |
---|---|
javax.xml.bind.JAXBElement<String> |
getDomainId()
Gets the value of the domainId property. |
Integer |
getNumberOfResults()
Gets the value of the numberOfResults property. |
javax.xml.bind.JAXBElement<ArrayOfDomainResult> |
getSubDomainsResults()
Gets the value of the subDomainsResults property. |
void |
setDomainId(javax.xml.bind.JAXBElement<String> value)
Sets the value of the domainId property. |
void |
setNumberOfResults(Integer value)
Sets the value of the numberOfResults property. |
void |
setSubDomainsResults(javax.xml.bind.JAXBElement<ArrayOfDomainResult> value)
Sets the value of the subDomainsResults property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected javax.xml.bind.JAXBElement<String> domainId
protected Integer numberOfResults
protected javax.xml.bind.JAXBElement<ArrayOfDomainResult> subDomainsResults
Constructor Detail |
---|
public DomainResult()
Method Detail |
---|
public javax.xml.bind.JAXBElement<String> getDomainId()
JAXBElement
<
String
>
public void setDomainId(javax.xml.bind.JAXBElement<String> value)
value
- allowed object is
JAXBElement
<
String
>
public Integer getNumberOfResults()
Integer
public void setNumberOfResults(Integer value)
value
- allowed object is
Integer
public javax.xml.bind.JAXBElement<ArrayOfDomainResult> getSubDomainsResults()
JAXBElement
<
ArrayOfDomainResult
>
public void setSubDomainsResults(javax.xml.bind.JAXBElement<ArrayOfDomainResult> value)
value
- allowed object is
JAXBElement
<
ArrayOfDomainResult
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |