Class XmlCScriptMethodCall

  • All Implemented Interfaces:
    java.io.Serializable

    public class XmlCScriptMethodCall
    extends java.lang.Object
    implements java.io.Serializable
    The type Xml c script method call.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMethodName()
      Gets method name.
      java.util.List<java.lang.Object> getParameters()
      Gets parameters.
      java.lang.String getPluginName()
      Gets plugin name.
      java.lang.String getReturnType()
      Gets return type.
      void setMethodName​(java.lang.String methodName)
      Sets method name.
      void setParameters​(java.util.List<java.lang.Object> parameters)
      Sets parameters.
      void setPluginName​(java.lang.String pluginName)
      Sets plugin name.
      void setReturnType​(java.lang.String returnType)
      Sets return type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XmlCScriptMethodCall

        public XmlCScriptMethodCall()
    • Method Detail

      • getPluginName

        public java.lang.String getPluginName()
        Gets plugin name.
        Returns:
        the plugin name
      • setPluginName

        public void setPluginName​(java.lang.String pluginName)
        Sets plugin name.
        Parameters:
        pluginName - the plugin name
      • getMethodName

        public java.lang.String getMethodName()
        Gets method name.
        Returns:
        the method name
      • setMethodName

        public void setMethodName​(java.lang.String methodName)
        Sets method name.
        Parameters:
        methodName - the method name
      • getReturnType

        public java.lang.String getReturnType()
        Gets return type.
        Returns:
        the return type
      • setReturnType

        public void setReturnType​(java.lang.String returnType)
        Sets return type.
        Parameters:
        returnType - the return type
      • getParameters

        public java.util.List<java.lang.Object> getParameters()
        Gets parameters.
        Returns:
        the parameters
      • setParameters

        public void setParameters​(java.util.List<java.lang.Object> parameters)
        Sets parameters.
        Parameters:
        parameters - the parameters