uk.ac.ebi.ebinocle.webservice
Class FieldInfo

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

public class FieldInfo
extends Object

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

description

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

id

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

name

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

retrievable

protected Boolean retrievable

searchable

protected Boolean searchable
Constructor Detail

FieldInfo

public FieldInfo()
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>

isRetrievable

public Boolean isRetrievable()
Gets the value of the retrievable property.

Returns:
possible object is Boolean

setRetrievable

public void setRetrievable(Boolean value)
Sets the value of the retrievable property.

Parameters:
value - allowed object is Boolean

isSearchable

public Boolean isSearchable()
Gets the value of the searchable property.

Returns:
possible object is Boolean

setSearchable

public void setSearchable(Boolean value)
Sets the value of the searchable property.

Parameters:
value - allowed object is Boolean


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