Class ActionDefinition


  • public class ActionDefinition
    extends ComponentDefinition

    Java class for ActionDefinition complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ActionDefinition">
       <complexContent>
         <extension base="{}ComponentDefinition">
           <all>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="author" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element ref="{}keywords" minOccurs="0"/>
             <element ref="{}settings" minOccurs="0"/>
             <element name="iconUri" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="iconDisabledUri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="iconHoverUri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="inputType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="outputType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="actionClassName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="customRendererClassName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element ref="{}sockets" minOccurs="0"/>
           </all>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • name

        protected java.lang.String name
      • description

        protected java.lang.String description
      • author

        protected java.lang.String author
      • version

        protected java.lang.String version
      • iconUri

        protected java.lang.String iconUri
      • iconDisabledUri

        protected java.lang.String iconDisabledUri
      • iconHoverUri

        protected java.lang.String iconHoverUri
      • inputType

        protected java.lang.String inputType
      • outputType

        protected java.lang.String outputType
      • actionClassName

        protected java.lang.String actionClassName
      • customRendererClassName

        protected java.lang.String customRendererClassName
      • sockets

        protected Sockets sockets
    • Constructor Detail

      • ActionDefinition

        public ActionDefinition()
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Specified by:
        getName in class ComponentDefinition
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Specified by:
        setName in class ComponentDefinition
        Parameters:
        value - allowed object is String
      • getDescription

        public java.lang.String getDescription()
        Gets the value of the description property.
        Specified by:
        getDescription in class ComponentDefinition
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(java.lang.String value)
        Sets the value of the description property.
        Specified by:
        setDescription in class ComponentDefinition
        Parameters:
        value - allowed object is String
      • getAuthor

        public java.lang.String getAuthor()
        Gets the value of the author property.
        Specified by:
        getAuthor in class ComponentDefinition
        Returns:
        possible object is String
      • setAuthor

        public void setAuthor​(java.lang.String value)
        Sets the value of the author property.
        Specified by:
        setAuthor in class ComponentDefinition
        Parameters:
        value - allowed object is String
      • getVersion

        public java.lang.String getVersion()
        Gets the value of the version property.
        Specified by:
        getVersion in class ComponentDefinition
        Returns:
        possible object is String
      • setVersion

        public void setVersion​(java.lang.String value)
        Sets the value of the version property.
        Specified by:
        setVersion in class ComponentDefinition
        Parameters:
        value - allowed object is String
      • getIconUri

        public java.lang.String getIconUri()
        Gets the value of the iconUri property.
        Returns:
        possible object is String
      • setIconUri

        public void setIconUri​(java.lang.String value)
        Sets the value of the iconUri property.
        Parameters:
        value - allowed object is String
      • getIconDisabledUri

        public java.lang.String getIconDisabledUri()
        Gets the value of the iconDisabledUri property.
        Returns:
        possible object is String
      • setIconDisabledUri

        public void setIconDisabledUri​(java.lang.String value)
        Sets the value of the iconDisabledUri property.
        Parameters:
        value - allowed object is String
      • getIconHoverUri

        public java.lang.String getIconHoverUri()
        Gets the value of the iconHoverUri property.
        Returns:
        possible object is String
      • setIconHoverUri

        public void setIconHoverUri​(java.lang.String value)
        Sets the value of the iconHoverUri property.
        Parameters:
        value - allowed object is String
      • getInputType

        public java.lang.String getInputType()
        Gets the value of the inputType property.
        Returns:
        possible object is String
      • setInputType

        public void setInputType​(java.lang.String value)
        Sets the value of the inputType property.
        Parameters:
        value - allowed object is String
      • getOutputType

        public java.lang.String getOutputType()
        Gets the value of the outputType property.
        Returns:
        possible object is String
      • setOutputType

        public void setOutputType​(java.lang.String value)
        Sets the value of the outputType property.
        Parameters:
        value - allowed object is String
      • getActionClassName

        public java.lang.String getActionClassName()
        Gets the value of the actionClassName property.
        Returns:
        possible object is String
      • setActionClassName

        public void setActionClassName​(java.lang.String value)
        Sets the value of the actionClassName property.
        Parameters:
        value - allowed object is String
      • getCustomRendererClassName

        public java.lang.String getCustomRendererClassName()
        Gets the value of the customRendererClassName property.
        Returns:
        possible object is String
      • setCustomRendererClassName

        public void setCustomRendererClassName​(java.lang.String value)
        Sets the value of the customRendererClassName property.
        Parameters:
        value - allowed object is String