org.jcoderz.phoenix.findbugs.jaxb
Interface LocalVariableType

All Known Subinterfaces:
LocalVariable
All Known Implementing Classes:
LocalVariableImpl, LocalVariableTypeImpl

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

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

boolean isSetName()

unsetName

void unsetName()

getMessage

String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

void setMessage(String value)
Sets the value of the message property.

Parameters:
value - allowed object is String

isSetMessage

boolean isSetMessage()

unsetMessage

void unsetMessage()

getPc

int getPc()
Gets the value of the pc property.


setPc

void setPc(int value)
Sets the value of the pc property.


isSetPc

boolean isSetPc()

unsetPc

void unsetPc()

getRole

String getRole()
Gets the value of the role property.

Returns:
possible object is String

setRole

void setRole(String value)
Sets the value of the role property.

Parameters:
value - allowed object is String

isSetRole

boolean isSetRole()

unsetRole

void unsetRole()

getRegister

int getRegister()
Gets the value of the register property.


setRegister

void setRegister(int value)
Sets the value of the register property.


isSetRegister

boolean isSetRegister()

unsetRegister

void unsetRegister()


Copyright 2007 The jCoderZ Project.