@Generated(value="com.sun.tools.xjc.Driver", date="2018-07-24T11:05:16+00:00", comments="JAXB RI v2.2.11.redhat-2") public class QueryExpressionType extends Object
Java class for QueryExpressionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryExpressionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax' minOccurs="0"/>
</sequence>
<attribute name="Dialect" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
content |
protected String |
dialect |
| Constructor and Description |
|---|
QueryExpressionType() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getContent()
Gets the value of the content property.
|
String |
getDialect()
Gets the value of the dialect property.
|
void |
setDialect(String value)
Sets the value of the dialect property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2018-07-24T11:05:16+00:00", comments="JAXB RI v2.2.11.redhat-2") protected List<Object> content
@Generated(value="com.sun.tools.xjc.Driver", date="2018-07-24T11:05:16+00:00", comments="JAXB RI v2.2.11.redhat-2") protected String dialect
@Generated(value="com.sun.tools.xjc.Driver", date="2018-07-24T11:05:16+00:00", comments="JAXB RI v2.2.11.redhat-2") public List<Object> getContent()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
Object
String
Element
@Generated(value="com.sun.tools.xjc.Driver", date="2018-07-24T11:05:16+00:00", comments="JAXB RI v2.2.11.redhat-2") public String getDialect()
StringApache CXF