uk.ac.ebi.ebinocle.webservice
Class Facet

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

public class Facet
extends Object

Java class for Facet complex type.

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

 <complexType name="Facet">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" form="qualified"/>
         <element name="facetValues" type="{http://webservice.ebinocle.ebi.ac.uk}ArrayOfFacetValue" minOccurs="0" form="qualified"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.bind.JAXBElement<ArrayOfFacetValue> facetValues
           
protected  javax.xml.bind.JAXBElement<String> label
           
 
Constructor Summary
Facet()
           
 
Method Summary
 javax.xml.bind.JAXBElement<ArrayOfFacetValue> getFacetValues()
          Gets the value of the facetValues property.
 javax.xml.bind.JAXBElement<String> getLabel()
          Gets the value of the label property.
 void setFacetValues(javax.xml.bind.JAXBElement<ArrayOfFacetValue> value)
          Sets the value of the facetValues property.
 void setLabel(javax.xml.bind.JAXBElement<String> value)
          Sets the value of the label property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

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

facetValues

protected javax.xml.bind.JAXBElement<ArrayOfFacetValue> facetValues
Constructor Detail

Facet

public Facet()
Method Detail

getLabel

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

Returns:
possible object is JAXBElement<String>

setLabel

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

Parameters:
value - allowed object is JAXBElement<String>

getFacetValues

public javax.xml.bind.JAXBElement<ArrayOfFacetValue> getFacetValues()
Gets the value of the facetValues property.

Returns:
possible object is JAXBElement<ArrayOfFacetValue>

setFacetValues

public void setFacetValues(javax.xml.bind.JAXBElement<ArrayOfFacetValue> value)
Sets the value of the facetValues property.

Parameters:
value - allowed object is JAXBElement<ArrayOfFacetValue>


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