uk.ac.ebi.ebinocle.webservice
Class FacetValue

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

public class FacetValue
extends Object

Java class for FacetValue complex type.

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

 <complexType name="FacetValue">
   <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="hitCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0" form="qualified"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Integer hitCount
           
protected  String label
           
 
Constructor Summary
FacetValue()
           
 
Method Summary
 Integer getHitCount()
          Gets the value of the hitCount property.
 String getLabel()
          Gets the value of the label property.
 void setHitCount(Integer value)
          Sets the value of the hitCount property.
 void setLabel(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 String label

hitCount

protected Integer hitCount
Constructor Detail

FacetValue

public FacetValue()
Method Detail

getLabel

public String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getHitCount

public Integer getHitCount()
Gets the value of the hitCount property.

Returns:
possible object is Integer

setHitCount

public void setHitCount(Integer value)
Sets the value of the hitCount property.

Parameters:
value - allowed object is Integer


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