@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:46-02:30",
comments="JAXB RI v2.2.5")
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>
| Modifier and Type | Field and Description |
|---|---|
protected QuerySelectType |
select |
| Constructor and Description |
|---|
QueryEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
QuerySelectType |
getSelect()
Gets the value of the select property.
|
void |
setSelect(QuerySelectType value)
Sets the value of the select property.
|
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:46-02:30",
comments="JAXB RI v2.2.5")
protected QuerySelectType select
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:46-02:30",
comments="JAXB RI v2.2.5")
public QuerySelectType getSelect()
QuerySelectType@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:46-02:30",
comments="JAXB RI v2.2.5")
public void setSelect(QuerySelectType value)
value - allowed object is
QuerySelectTypeApache CXF