Package org.oasis_open.docs.wsrf.rp_2
Class QueryResourceProperties
java.lang.Object
org.oasis_open.docs.wsrf.rp_2.QueryResourceProperties
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2023-09-13T13:28:20-04:00")
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the queryExpression property.voidSets the value of the queryExpression property.
-
Field Details
-
queryExpression
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") protected QueryExpressionType queryExpression
-
-
Constructor Details
-
QueryResourceProperties
public QueryResourceProperties()
-
-
Method Details
-
getQueryExpression
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public QueryExpressionType getQueryExpression()Gets the value of the queryExpression property.- Returns:
- possible object is
QueryExpressionType
-
setQueryExpression
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public void setQueryExpression(QueryExpressionType value) Sets the value of the queryExpression property.- Parameters:
value- allowed object isQueryExpressionType
-