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>
 
  • Field Details

  • Constructor Details

    • XmNamedQuery

      public XmNamedQuery()
  • Method Details

    • 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 is XmQuery
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String