Class ActivePattern

  • All Implemented Interfaces:
    java.io.Serializable

    public class ActivePattern
    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="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="document" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ActivePattern()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getDocument()
      Gets the value of the document property.
      java.lang.String getId()
      Gets the value of the id property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.String getRole()
      Gets the value of the role property.
      int hashCode()  
      void setDocument​(java.lang.String value)
      Sets the value of the document property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      void setName​(java.lang.String value)
      Sets the value of the name 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

      • ActivePattern

        public ActivePattern()
    • 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
      • getName

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

        public void setName​(java.lang.String value)
        Sets the value of the name 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
      • getDocument

        public java.lang.String getDocument()
        Gets the value of the document property.
        Returns:
        possible object is String
      • setDocument

        public void setDocument​(java.lang.String value)
        Sets the value of the document property.
        Parameters:
        value - allowed object is String
      • 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
      • toString

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