uk.ac.ebi.ebisearchservice
Class GetDomainsHierarchyResponse
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rootDomain
protected DomainDescription rootDomain
GetDomainsHierarchyResponse
public GetDomainsHierarchyResponse()
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.