java.lang.Object
io.ebeaninternal.xmlmapping.model.XmNamedQuery
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://ebean-orm.github.io/xml/ns/ebean}query"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
query
-
name
-
-
Constructor Details
-
XmNamedQuery
public XmNamedQuery()
-
-
Method Details
-
getQuery
Gets the value of the query property.- Returns:
- possible object is
XmQuery
-
setQuery
Sets the value of the query property.- Parameters:
value- allowed object isXmQuery
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-