|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.ac.ebi.ebinocle.webservice.DomainDescription
public class DomainDescription
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 |
---|
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 Detail |
---|
public DomainDescription()
Method Detail |
---|
public javax.xml.bind.JAXBElement<String> getDescription()
JAXBElement
<
String
>
public void setDescription(javax.xml.bind.JAXBElement<String> value)
value
- allowed object is
JAXBElement
<
String
>
public javax.xml.bind.JAXBElement<String> getId()
JAXBElement
<
String
>
public void setId(javax.xml.bind.JAXBElement<String> value)
value
- allowed object is
JAXBElement
<
String
>
public javax.xml.bind.JAXBElement<String> getName()
JAXBElement
<
String
>
public void setName(javax.xml.bind.JAXBElement<String> value)
value
- allowed object is
JAXBElement
<
String
>
public javax.xml.bind.JAXBElement<AnyType2AnyType2AnyTypeMapMap> getProperties()
JAXBElement
<
AnyType2AnyType2AnyTypeMapMap
>
public void setProperties(javax.xml.bind.JAXBElement<AnyType2AnyType2AnyTypeMapMap> value)
value
- allowed object is
JAXBElement
<
AnyType2AnyType2AnyTypeMapMap
>
public javax.xml.bind.JAXBElement<ArrayOfDomainDescription> getSubDomains()
JAXBElement
<
ArrayOfDomainDescription
>
public void setSubDomains(javax.xml.bind.JAXBElement<ArrayOfDomainDescription> value)
value
- allowed object is
JAXBElement
<
ArrayOfDomainDescription
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |