Class ErrorsType
- java.lang.Object
-
- de.kontext_e.jqassistant.plugin.spotbugs.jaxb.ErrorsType
-
public class ErrorsType extends java.lang.Object-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringerrorsprotected java.lang.StringmissingClassesprotected java.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description ErrorsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetErrors()Gets the value of the errors property.java.lang.StringgetMissingClasses()Gets the value of the missingClasses property.java.lang.StringgetValue()Gets the value of the value property.voidsetErrors(java.lang.String value)Sets the value of the errors property.voidsetMissingClasses(java.lang.String value)Sets the value of the missingClasses property.voidsetValue(java.lang.String value)Sets the value of the value property.
-
-
-
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 isString
-
getErrors
public java.lang.String getErrors()
Gets the value of the errors property.- Returns:
- possible object is
String
-
setErrors
public void setErrors(java.lang.String value)
Sets the value of the errors property.- Parameters:
value- allowed object isString
-
getMissingClasses
public java.lang.String getMissingClasses()
Gets the value of the missingClasses property.- Returns:
- possible object is
String
-
setMissingClasses
public void setMissingClasses(java.lang.String value)
Sets the value of the missingClasses property.- Parameters:
value- allowed object isString
-
-
-