Class MethodType
- java.lang.Object
-
- de.kontext_e.jqassistant.plugin.spotbugs.jaxb.MethodType
-
public class MethodType extends java.lang.Object-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringclassnameprotected java.lang.StringisStaticprotected java.lang.Stringnameprotected java.lang.Stringroleprotected java.lang.Stringsignatureprotected SourceLineTypesourceLine
-
Constructor Summary
Constructors Constructor Description MethodType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClassname()Gets the value of the classname property.java.lang.StringgetIsStatic()Gets the value of the isStatic property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetRole()Gets the value of the role property.java.lang.StringgetSignature()Gets the value of the signature property.SourceLineTypegetSourceLine()Gets the value of the sourceLine property.voidsetClassname(java.lang.String value)Sets the value of the classname property.voidsetIsStatic(java.lang.String value)Sets the value of the isStatic property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetRole(java.lang.String value)Sets the value of the role property.voidsetSignature(java.lang.String value)Sets the value of the signature property.voidsetSourceLine(SourceLineType value)Sets the value of the sourceLine property.
-
-
-
Field Detail
-
sourceLine
protected SourceLineType sourceLine
-
classname
protected java.lang.String classname
-
name
protected java.lang.String name
-
signature
protected java.lang.String signature
-
isStatic
protected java.lang.String isStatic
-
role
protected java.lang.String role
-
-
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
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getSignature
public java.lang.String getSignature()
Gets the value of the signature property.- Returns:
- possible object is
String
-
setSignature
public void setSignature(java.lang.String value)
Sets the value of the signature property.- Parameters:
value- allowed object isString
-
getIsStatic
public java.lang.String getIsStatic()
Gets the value of the isStatic property.- Returns:
- possible object is
String
-
setIsStatic
public void setIsStatic(java.lang.String value)
Sets the value of the isStatic property.- Parameters:
value- allowed object isString
-
getRole
public java.lang.String getRole()
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
public void setRole(java.lang.String value)
Sets the value of the role property.- Parameters:
value- allowed object isString
-
-
-