|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.ac.ebi.ebinocle.webservice.Facet
public class Facet
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 |
---|
protected javax.xml.bind.JAXBElement<String> label
protected javax.xml.bind.JAXBElement<ArrayOfFacetValue> facetValues
Constructor Detail |
---|
public Facet()
Method Detail |
---|
public javax.xml.bind.JAXBElement<String> getLabel()
JAXBElement
<
String
>
public void setLabel(javax.xml.bind.JAXBElement<String> value)
value
- allowed object is
JAXBElement
<
String
>
public javax.xml.bind.JAXBElement<ArrayOfFacetValue> getFacetValues()
JAXBElement
<
ArrayOfFacetValue
>
public void setFacetValues(javax.xml.bind.JAXBElement<ArrayOfFacetValue> value)
value
- allowed object is
JAXBElement
<
ArrayOfFacetValue
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |