Class BugCollection.BugInstance.UserAnnotation

  • Enclosing class:
    BugCollection.BugInstance

    public static class BugCollection.BugInstance.UserAnnotation
    extends 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 Detail

      • UserAnnotation

        public UserAnnotation()
    • Method Detail

      • getValue

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

        public void setValue​(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 String getUser()
        Gets the value of the user property.
        Returns:
        possible object is String
      • setUser

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

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

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

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

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