|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.ac.ebi.ebinocle.webservice.FieldInfo
public class FieldInfo
Java class for FieldInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FieldInfo"> <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="retrievable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0" form="qualified"/> <element name="searchable" type="{http://www.w3.org/2001/XMLSchema}boolean" 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 Boolean |
retrievable
|
protected Boolean |
searchable
|
Constructor Summary | |
---|---|
FieldInfo()
|
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. |
Boolean |
isRetrievable()
Gets the value of the retrievable property. |
Boolean |
isSearchable()
Gets the value of the searchable 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 |
setRetrievable(Boolean value)
Sets the value of the retrievable property. |
void |
setSearchable(Boolean value)
Sets the value of the searchable 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 Boolean retrievable
protected Boolean searchable
Constructor Detail |
---|
public FieldInfo()
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 Boolean isRetrievable()
Boolean
public void setRetrievable(Boolean value)
value
- allowed object is
Boolean
public Boolean isSearchable()
Boolean
public void setSearchable(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |