uk.ac.ebi.ebisearchservice
Class GetDomainsHierarchyResponse

java.lang.Object
  extended by uk.ac.ebi.ebisearchservice.GetDomainsHierarchyResponse

public class GetDomainsHierarchyResponse
extends Object

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="rootDomain" type="{http://webservice.ebinocle.ebi.ac.uk}DomainDescription"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DomainDescription rootDomain
           
 
Constructor Summary
GetDomainsHierarchyResponse()
           
 
Method Summary
 DomainDescription getRootDomain()
          Gets the value of the rootDomain property.
 void setRootDomain(DomainDescription value)
          Sets the value of the rootDomain property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rootDomain

protected DomainDescription rootDomain
Constructor Detail

GetDomainsHierarchyResponse

public GetDomainsHierarchyResponse()
Method Detail

getRootDomain

public DomainDescription getRootDomain()
Gets the value of the rootDomain property.

Returns:
possible object is DomainDescription

setRootDomain

public void setRootDomain(DomainDescription value)
Sets the value of the rootDomain property.

Parameters:
value - allowed object is DomainDescription


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