uk.ac.ebi.ebisearchservice
Class GetFacetsResponse

java.lang.Object
  extended by uk.ac.ebi.ebisearchservice.GetFacetsResponse

public class GetFacetsResponse
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="arrayOfFacets" type="{http://webservice.ebinocle.ebi.ac.uk}ArrayOfFacet"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ArrayOfFacet arrayOfFacets
           
 
Constructor Summary
GetFacetsResponse()
           
 
Method Summary
 ArrayOfFacet getArrayOfFacets()
          Gets the value of the arrayOfFacets property.
 void setArrayOfFacets(ArrayOfFacet value)
          Sets the value of the arrayOfFacets property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

arrayOfFacets

protected ArrayOfFacet arrayOfFacets
Constructor Detail

GetFacetsResponse

public GetFacetsResponse()
Method Detail

getArrayOfFacets

public ArrayOfFacet getArrayOfFacets()
Gets the value of the arrayOfFacets property.

Returns:
possible object is ArrayOfFacet

setArrayOfFacets

public void setArrayOfFacets(ArrayOfFacet value)
Sets the value of the arrayOfFacets property.

Parameters:
value - allowed object is ArrayOfFacet


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