Class BugCollection.BugInstance.LocalVariable
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.BugCollection.BugInstance.LocalVariable
-
- Enclosing class:
- BugCollection.BugInstance
public static class BugCollection.BugInstance.LocalVariable extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}Message" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="register" use="required" type="{http://www.w3.org/2001/XMLSchema}short" /> <attribute name="pc" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="role" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description LocalVariable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()Gets the value of the message property.StringgetName()Gets the value of the name property.intgetPc()Gets the value of the pc property.shortgetRegister()Gets the value of the register property.StringgetRole()Gets the value of the role property.voidsetMessage(String value)Sets the value of the message property.voidsetName(String value)Sets the value of the name property.voidsetPc(int value)Sets the value of the pc property.voidsetRegister(short value)Sets the value of the register property.voidsetRole(String value)Sets the value of the role property.
-
-
-
Method Detail
-
getMessage
public String getMessage()
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
public void setMessage(String value)
Sets the value of the message property.- Parameters:
value- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getRegister
public short getRegister()
Gets the value of the register property.
-
setRegister
public void setRegister(short value)
Sets the value of the register property.
-
getPc
public int getPc()
Gets the value of the pc property.
-
setPc
public void setPc(int value)
Sets the value of the pc property.
-
getRole
public String getRole()
Gets the value of the role property.- Returns:
- possible object is
String
-
-