org.apache.locator.types
Class QueryEndpoints
java.lang.Object
org.apache.locator.types.QueryEndpoints
public class QueryEndpoints
- extends java.lang.Object
Input message element for "queryEndpoints" operation.
Java class for queryEndpoints element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="queryEndpoints">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://apache.org/locator/query}select"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
select
protected QuerySelectType select
QueryEndpoints
public QueryEndpoints()
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