uk.ac.ebi.ebinocle.webservice
Class DomainResult

java.lang.Object
  extended by uk.ac.ebi.ebinocle.webservice.DomainResult

public class DomainResult
extends Object

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

domainId

protected javax.xml.bind.JAXBElement<String> domainId

numberOfResults

protected Integer numberOfResults

subDomainsResults

protected javax.xml.bind.JAXBElement<ArrayOfDomainResult> subDomainsResults
Constructor Detail

DomainResult

public DomainResult()
Method Detail

getDomainId

public javax.xml.bind.JAXBElement<String> getDomainId()
Gets the value of the domainId property.

Returns:
possible object is JAXBElement<String>

setDomainId

public void setDomainId(javax.xml.bind.JAXBElement<String> value)
Sets the value of the domainId property.

Parameters:
value - allowed object is JAXBElement<String>

getNumberOfResults

public Integer getNumberOfResults()
Gets the value of the numberOfResults property.

Returns:
possible object is Integer

setNumberOfResults

public void setNumberOfResults(Integer value)
Sets the value of the numberOfResults property.

Parameters:
value - allowed object is Integer

getSubDomainsResults

public javax.xml.bind.JAXBElement<ArrayOfDomainResult> getSubDomainsResults()
Gets the value of the subDomainsResults property.

Returns:
possible object is JAXBElement<ArrayOfDomainResult>

setSubDomainsResults

public void setSubDomainsResults(javax.xml.bind.JAXBElement<ArrayOfDomainResult> value)
Sets the value of the subDomainsResults property.

Parameters:
value - allowed object is JAXBElement<ArrayOfDomainResult>


Copyright © 2005-2012 European Bioinformatics Institute (EBI). All Rights Reserved.