|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocalVariableType
Java content class for anonymous complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/findbugs/findbugs.xsd line 176)
<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="pc" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="register" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getMessage()
Gets the value of the message property. |
String |
getName()
Gets the value of the name property. |
int |
getPc()
Gets the value of the pc property. |
int |
getRegister()
Gets the value of the register property. |
String |
getRole()
Gets the value of the role property. |
boolean |
isSetMessage()
|
boolean |
isSetName()
|
boolean |
isSetPc()
|
boolean |
isSetRegister()
|
boolean |
isSetRole()
|
void |
setMessage(String value)
Sets the value of the message property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setPc(int value)
Sets the value of the pc property. |
void |
setRegister(int value)
Sets the value of the register property. |
void |
setRole(String value)
Sets the value of the role property. |
void |
unsetMessage()
|
void |
unsetName()
|
void |
unsetPc()
|
void |
unsetRegister()
|
void |
unsetRole()
|
| Method Detail |
|---|
String getName()
Stringvoid setName(String value)
value - allowed object is
Stringboolean isSetName()
void unsetName()
String getMessage()
Stringvoid setMessage(String value)
value - allowed object is
Stringboolean isSetMessage()
void unsetMessage()
int getPc()
void setPc(int value)
boolean isSetPc()
void unsetPc()
String getRole()
Stringvoid setRole(String value)
value - allowed object is
Stringboolean isSetRole()
void unsetRole()
int getRegister()
void setRegister(int value)
boolean isSetRegister()
void unsetRegister()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||