@Generated(value="com.sun.tools.xjc.Driver", date="2015-05-01T12:46:22-04:00", comments="JAXB RI v2.2.11") public class QueryResourceProperties 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://docs.oasis-open.org/wsrf/rp-2}QueryExpression"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected QueryExpressionType |
queryExpression |
Constructor and Description |
---|
QueryResourceProperties() |
Modifier and Type | Method and Description |
---|---|
QueryExpressionType |
getQueryExpression()
Gets the value of the queryExpression property.
|
void |
setQueryExpression(QueryExpressionType value)
Sets the value of the queryExpression property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2015-05-01T12:46:22-04:00", comments="JAXB RI v2.2.11") protected QueryExpressionType queryExpression
@Generated(value="com.sun.tools.xjc.Driver", date="2015-05-01T12:46:22-04:00", comments="JAXB RI v2.2.11") public QueryExpressionType getQueryExpression()
QueryExpressionType
@Generated(value="com.sun.tools.xjc.Driver", date="2015-05-01T12:46:22-04:00", comments="JAXB RI v2.2.11") public void setQueryExpression(QueryExpressionType value)
value
- allowed object is
QueryExpressionType
Apache CXF