Class BugCollection.BugInstance.UserAnnotation
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected DesignationTypedesignationprotected BooleanneedsSyncprotected BigIntegertimestampprotected Stringuserprotected Stringvalue
-
Constructor Summary
Constructors Constructor Description UserAnnotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DesignationTypegetDesignation()Gets the value of the designation property.BigIntegergetTimestamp()Gets the value of the timestamp property.StringgetUser()Gets the value of the user property.StringgetValue()Gets the value of the value property.BooleanisNeedsSync()Gets the value of the needsSync property.voidsetDesignation(DesignationType value)Sets the value of the designation property.voidsetNeedsSync(Boolean value)Sets the value of the needsSync property.voidsetTimestamp(BigInteger value)Sets the value of the timestamp property.voidsetUser(String value)Sets the value of the user property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected String value
-
designation
protected DesignationType designation
-
user
protected String user
-
needsSync
protected Boolean needsSync
-
timestamp
protected BigInteger timestamp
-
-
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 isString
-
getDesignation
public DesignationType getDesignation()
Gets the value of the designation property.- Returns:
- possible object is
DesignationType
-
setDesignation
public void setDesignation(DesignationType value)
Sets the value of the designation property.- Parameters:
value- allowed object isDesignationType
-
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 isString
-
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 isBoolean
-
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 isBigInteger
-
-