Class XmNamedQuery
- java.lang.Object
-
- io.ebeaninternal.xmlmapping.model.XmNamedQuery
-
public class XmNamedQuery 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://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>
-
-
Constructor Summary
Constructors Constructor Description XmNamedQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the value of the name property.XmQuerygetQuery()Gets the value of the query property.voidsetName(String value)Sets the value of the name property.voidsetQuery(XmQuery value)Sets the value of the query property.
-
-
-
Constructor Detail
-
XmNamedQuery
public XmNamedQuery()
-
-
Method Detail
-
getQuery
public XmQuery getQuery()
Gets the value of the query property.- Returns:
- possible object is
XmQuery
-
setQuery
public void setQuery(XmQuery value)
Sets the value of the query property.- Parameters:
value- allowed object isXmQuery
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
-