Class ClassType
- java.lang.Object
-
- de.kontext_e.jqassistant.plugin.spotbugs.jaxb.ClassType
-
public class ClassType extends java.lang.Object-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringclassnameprotected SourceLineTypesourceLine
-
Constructor Summary
Constructors Constructor Description ClassType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClassname()Gets the value of the classname property.SourceLineTypegetSourceLine()Gets the value of the sourceLine property.voidsetClassname(java.lang.String value)Sets the value of the classname property.voidsetSourceLine(SourceLineType value)Sets the value of the sourceLine property.
-
-
-
Field Detail
-
sourceLine
protected SourceLineType sourceLine
-
classname
protected java.lang.String classname
-
-
Method Detail
-
getSourceLine
public SourceLineType getSourceLine()
Gets the value of the sourceLine property.- Returns:
- possible object is
SourceLineType
-
setSourceLine
public void setSourceLine(SourceLineType value)
Sets the value of the sourceLine property.- Parameters:
value- allowed object isSourceLineType
-
getClassname
public java.lang.String getClassname()
Gets the value of the classname property.- Returns:
- possible object is
String
-
setClassname
public void setClassname(java.lang.String value)
Sets the value of the classname property.- Parameters:
value- allowed object isString
-
-
-