|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.ac.ebi.ebinocle.webservice.FacetValue
public class FacetValue
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 |
---|
protected String label
protected Integer hitCount
Constructor Detail |
---|
public FacetValue()
Method Detail |
---|
public String getLabel()
String
public void setLabel(String value)
value
- allowed object is
String
public Integer getHitCount()
Integer
public void setHitCount(Integer value)
value
- allowed object is
Integer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |