Class FiredRule

  • All Implemented Interfaces:
    java.io.Serializable

    public class FiredRule
    extends java.lang.Object
    implements java.io.Serializable

    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">
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}NCName" />
           <attribute name="context" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="flag" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FiredRule()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getContext()
      Gets the value of the context property.
      java.lang.String getFlag()
      Gets the value of the flag property.
      java.lang.String getId()
      Gets the value of the id property.
      java.lang.String getRole()
      Gets the value of the role property.
      int hashCode()  
      void setContext​(java.lang.String value)
      Sets the value of the context property.
      void setFlag​(java.lang.String value)
      Sets the value of the flag property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      void setRole​(java.lang.String value)
      Sets the value of the role property.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FiredRule

        public FiredRule()
    • Method Detail

      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getContext

        public java.lang.String getContext()
        Gets the value of the context property.
        Returns:
        possible object is String
      • setContext

        public void setContext​(java.lang.String value)
        Sets the value of the context property.
        Parameters:
        value - allowed object is String
      • getRole

        public java.lang.String getRole()
        Gets the value of the role property.
        Returns:
        possible object is String
      • setRole

        public void setRole​(java.lang.String value)
        Sets the value of the role property.
        Parameters:
        value - allowed object is String
      • getFlag

        public java.lang.String getFlag()
        Gets the value of the flag property.
        Returns:
        possible object is String
      • setFlag

        public void setFlag​(java.lang.String value)
        Sets the value of the flag property.
        Parameters:
        value - allowed object is String
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object