org.apache.locator.types
Class QueryEndpoints

java.lang.Object
  extended by org.apache.locator.types.QueryEndpoints

public class QueryEndpoints
extends java.lang.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 ref="{http://apache.org/locator/query}select"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  QuerySelectType select
           
 
Constructor Summary
QueryEndpoints()
           
 
Method Summary
 QuerySelectType getSelect()
          Gets the value of the select property.
 void setSelect(QuerySelectType value)
          Sets the value of the select property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

select

protected QuerySelectType select
Constructor Detail

QueryEndpoints

public QueryEndpoints()
Method Detail

getSelect

public QuerySelectType getSelect()
Gets the value of the select property.

Returns:
possible object is QuerySelectType

setSelect

public void setSelect(QuerySelectType value)
Sets the value of the select property.

Parameters:
value - allowed object is QuerySelectType


Apache CXF