uk.ac.ebi.ebinocle.webservice
Class DomainDescription

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

public class DomainDescription
extends Object

Java class for DomainDescription complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DomainDescription">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" form="qualified"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" form="qualified"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" form="qualified"/>
         <element name="properties" type="{http://www.ebi.ac.uk/EBISearchService}anyType2anyType2anyTypeMapMap" minOccurs="0" form="qualified"/>
         <element name="subDomains" type="{http://webservice.ebinocle.ebi.ac.uk}ArrayOfDomainDescription" minOccurs="0" form="qualified"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.bind.JAXBElement<String> description
           
protected  javax.xml.bind.JAXBElement<String> id
           
protected  javax.xml.bind.JAXBElement<String> name
           
protected  javax.xml.bind.JAXBElement<AnyType2AnyType2AnyTypeMapMap> properties
           
protected  javax.xml.bind.JAXBElement<ArrayOfDomainDescription> subDomains
           
 
Constructor Summary
DomainDescription()
           
 
Method Summary
 javax.xml.bind.JAXBElement<String> getDescription()
          Gets the value of the description property.
 javax.xml.bind.JAXBElement<String> getId()
          Gets the value of the id property.
 javax.xml.bind.JAXBElement<String> getName()
          Gets the value of the name property.
 javax.xml.bind.JAXBElement<AnyType2AnyType2AnyTypeMapMap> getProperties()
          Gets the value of the properties property.
 javax.xml.bind.JAXBElement<ArrayOfDomainDescription> getSubDomains()
          Gets the value of the subDomains property.
 void setDescription(javax.xml.bind.JAXBElement<String> value)
          Sets the value of the description property.
 void setId(javax.xml.bind.JAXBElement<String> value)
          Sets the value of the id property.
 void setName(javax.xml.bind.JAXBElement<String> value)
          Sets the value of the name property.
 void setProperties(javax.xml.bind.JAXBElement<AnyType2AnyType2AnyTypeMapMap> value)
          Sets the value of the properties property.
 void setSubDomains(javax.xml.bind.JAXBElement<ArrayOfDomainDescription> value)
          Sets the value of the subDomains property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

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

id

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

name

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

properties

protected javax.xml.bind.JAXBElement<AnyType2AnyType2AnyTypeMapMap> properties

subDomains

protected javax.xml.bind.JAXBElement<ArrayOfDomainDescription> subDomains
Constructor Detail

DomainDescription

public DomainDescription()
Method Detail

getDescription

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

Returns:
possible object is JAXBElement<String>

setDescription

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

Parameters:
value - allowed object is JAXBElement<String>

getId

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

Returns:
possible object is JAXBElement<String>

setId

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

Parameters:
value - allowed object is JAXBElement<String>

getName

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

Returns:
possible object is JAXBElement<String>

setName

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

Parameters:
value - allowed object is JAXBElement<String>

getProperties

public javax.xml.bind.JAXBElement<AnyType2AnyType2AnyTypeMapMap> getProperties()
Gets the value of the properties property.

Returns:
possible object is JAXBElement<AnyType2AnyType2AnyTypeMapMap>

setProperties

public void setProperties(javax.xml.bind.JAXBElement<AnyType2AnyType2AnyTypeMapMap> value)
Sets the value of the properties property.

Parameters:
value - allowed object is JAXBElement<AnyType2AnyType2AnyTypeMapMap>

getSubDomains

public javax.xml.bind.JAXBElement<ArrayOfDomainDescription> getSubDomains()
Gets the value of the subDomains property.

Returns:
possible object is JAXBElement<ArrayOfDomainDescription>

setSubDomains

public void setSubDomains(javax.xml.bind.JAXBElement<ArrayOfDomainDescription> value)
Sets the value of the subDomains property.

Parameters:
value - allowed object is JAXBElement<ArrayOfDomainDescription>


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