Package org.apache.locator.types
Class QueryEndpoints
- java.lang.Object
-
- org.apache.locator.types.QueryEndpoints
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") public class QueryEndpoints extends ObjectJava 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
Fields Modifier and Type Field Description protected QuerySelectTypeselect
-
Constructor Summary
Constructors Constructor Description QueryEndpoints()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuerySelectTypegetSelect()Gets the value of the select property.voidsetSelect(QuerySelectType value)Sets the value of the select property.
-
-
-
Field Detail
-
select
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") protected QuerySelectType select
-
-
Method Detail
-
getSelect
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") public QuerySelectType getSelect()Gets the value of the select property.- Returns:
- possible object is
QuerySelectType
-
setSelect
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") public void setSelect(QuerySelectType value)Sets the value of the select property.- Parameters:
value- allowed object isQuerySelectType
-
-