Class BugCollection.BugInstance.UserAnnotation

  • Enclosing class:
    BugCollection.BugInstance

    public static class BugCollection.BugInstance.UserAnnotation
    extends java.lang.Object

    Java class for anonymous complex type

    .

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

    
     <complexType>
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>string">
           <attribute name="designation" type="{}designationType" />
           <attribute name="user" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="needsSync" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="timestamp" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      UserAnnotation()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DesignationType getDesignation()
      Gets the value of the designation property.
      java.math.BigInteger getTimestamp()
      Gets the value of the timestamp property.
      java.lang.String getUser()
      Gets the value of the user property.
      java.lang.String getValue()
      Gets the value of the value property.
      java.lang.Boolean isNeedsSync()
      Gets the value of the needsSync property.
      void setDesignation​(DesignationType value)
      Sets the value of the designation property.
      void setNeedsSync​(java.lang.Boolean value)
      Sets the value of the needsSync property.
      void setTimestamp​(java.math.BigInteger value)
      Sets the value of the timestamp property.
      void setUser​(java.lang.String value)
      Sets the value of the user property.
      void setValue​(java.lang.String value)
      Sets the value of the value property.
      • Methods inherited from class java.lang.Object

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

      • value

        protected java.lang.String value
      • user

        protected java.lang.String user
      • needsSync

        protected java.lang.Boolean needsSync
      • timestamp

        protected java.math.BigInteger timestamp
    • Constructor Detail

      • UserAnnotation

        public UserAnnotation()
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

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

        public void setDesignation​(DesignationType value)
        Sets the value of the designation property.
        Parameters:
        value - allowed object is DesignationType
      • getUser

        public java.lang.String getUser()
        Gets the value of the user property.
        Returns:
        possible object is String
      • setUser

        public void setUser​(java.lang.String value)
        Sets the value of the user property.
        Parameters:
        value - allowed object is String
      • isNeedsSync

        public java.lang.Boolean isNeedsSync()
        Gets the value of the needsSync property.
        Returns:
        possible object is Boolean
      • setNeedsSync

        public void setNeedsSync​(java.lang.Boolean value)
        Sets the value of the needsSync property.
        Parameters:
        value - allowed object is Boolean
      • getTimestamp

        public java.math.BigInteger getTimestamp()
        Gets the value of the timestamp property.
        Returns:
        possible object is BigInteger
      • setTimestamp

        public void setTimestamp​(java.math.BigInteger value)
        Sets the value of the timestamp property.
        Parameters:
        value - allowed object is BigInteger