org.apache.locator.types
Class QueryEndpoints
java.lang.Object
org.apache.locator.types.QueryEndpoints
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:40+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public class QueryEndpoints- 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 ref="{http://apache.org/locator/query}select"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
select
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:40+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected QuerySelectType select
QueryEndpoints
public QueryEndpoints()
getSelect
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:40+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public QuerySelectType getSelect()
- Gets the value of the select property.
- Returns:
- possible object is
QuerySelectType
setSelect
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:40+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setSelect(QuerySelectType value)
- Sets the value of the select property.
- Parameters:
value - allowed object is
QuerySelectType
Apache CXF