Class QueryMethod


  • public class QueryMethod
    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://jboss.org}method-name"/>
             <element ref="{http://jboss.org}method-params"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • QueryMethod

        public QueryMethod()
    • Method Detail

      • getMethodName

        public MethodName getMethodName()
        Gets the value of the methodName property.
        Returns:
        possible object is MethodName
      • setMethodName

        public void setMethodName​(MethodName value)
        Sets the value of the methodName property.
        Parameters:
        value - allowed object is MethodName
      • getMethodParams

        public MethodParams getMethodParams()
        Gets the value of the methodParams property.
        Returns:
        possible object is MethodParams
      • setMethodParams

        public void setMethodParams​(MethodParams value)
        Sets the value of the methodParams property.
        Parameters:
        value - allowed object is MethodParams