Class BugCollection.BugInstance.LocalVariable
- java.lang.Object
-
- io.github.dnalchemist.gitlab.codequality.spotbugs.BugCollection.BugInstance.LocalVariable
-
- Enclosing class:
- BugCollection.BugInstance
public static class BugCollection.BugInstance.LocalVariable extends java.lang.ObjectJava 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 java.lang.StringgetMessage()Gets the value of the message property.java.lang.StringgetName()Gets the value of the name property.intgetPc()Gets the value of the pc property.shortgetRegister()Gets the value of the register property.java.lang.StringgetRole()Gets the value of the role property.voidsetMessage(java.lang.String value)Sets the value of the message property.voidsetName(java.lang.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(java.lang.String value)Sets the value of the role property.
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
public void setMessage(java.lang.String value)
Sets the value of the message 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
-
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 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
-
-