Class ActionExpressionType

    • Constructor Detail

      • ActionExpressionType

        public ActionExpressionType()
        Creates a new {@code ActionExpressionType} instance.
      • ActionExpressionType

        public ActionExpressionType​(ActionExpressionType o)
        Creates a new {@code ActionExpressionType} instance by deeply copying a given {@code ActionExpressionType} instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if {@code o} is {@code null}.
    • Method Detail

      • getType

        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getParameter

        public List<ActionParameterValueType> getParameter()
        Gets the value of the parameter property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the parameter property. <p> For example, to add a new item, do as follows: <pre> getParameter().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list ActionParameterValueType
      • toString

        public String toString()
        Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
        Overrides:
        toString in class ScriptingExpressionType
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
        Overrides:
        hashCode in class ScriptingExpressionType
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals
        Overrides:
        equals in class ScriptingExpressionType