org.jcoderz.phoenix.findbugs.jaxb.impl
Class LocalVariableTypeImpl

java.lang.Object
  extended by org.jcoderz.phoenix.findbugs.jaxb.impl.LocalVariableTypeImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, Serializable, LocalVariableType, UnmarshallableObject, ValidatableObject, XMLSerializable
Direct Known Subclasses:
LocalVariableImpl

public class LocalVariableTypeImpl
extends Object
implements LocalVariableType, Serializable, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject

See Also:
Serialized Form

Nested Class Summary
 class LocalVariableTypeImpl.Unmarshaller
           
 
Field Summary
protected  String _Message
           
protected  String _Name
           
protected  int _Pc
           
protected  int _Register
           
protected  String _Role
           
protected  boolean has_Pc
           
protected  boolean has_Register
           
static Class version
           
 
Constructor Summary
LocalVariableTypeImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
          Gets the schema fragment associated with this class.
 UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 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.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 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 serializeAttributes(XMLSerializer context)
          Serializes attributes into the specified target.
 void serializeBody(XMLSerializer context)
          Serializes child elements and texts into the specified target.
 void serializeURIs(XMLSerializer context)
          Declares all the namespace URIs this object is using at its top-level scope into the specified target.
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Name

protected String _Name

_Message

protected String _Message

has_Pc

protected boolean has_Pc

_Pc

protected int _Pc

_Role

protected String _Role

has_Register

protected boolean has_Register

_Register

protected int _Register

version

public static final Class version
Constructor Detail

LocalVariableTypeImpl

public LocalVariableTypeImpl()
Method Detail

getName

public String getName()
Description copied from interface: LocalVariableType
Gets the value of the name property.

Specified by:
getName in interface LocalVariableType
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: LocalVariableType
Sets the value of the name property.

Specified by:
setName in interface LocalVariableType
Parameters:
value - allowed object is String

isSetName

public boolean isSetName()
Specified by:
isSetName in interface LocalVariableType

unsetName

public void unsetName()
Specified by:
unsetName in interface LocalVariableType

getMessage

public String getMessage()
Description copied from interface: LocalVariableType
Gets the value of the message property.

Specified by:
getMessage in interface LocalVariableType
Returns:
possible object is String

setMessage

public void setMessage(String value)
Description copied from interface: LocalVariableType
Sets the value of the message property.

Specified by:
setMessage in interface LocalVariableType
Parameters:
value - allowed object is String

isSetMessage

public boolean isSetMessage()
Specified by:
isSetMessage in interface LocalVariableType

unsetMessage

public void unsetMessage()
Specified by:
unsetMessage in interface LocalVariableType

getPc

public int getPc()
Description copied from interface: LocalVariableType
Gets the value of the pc property.

Specified by:
getPc in interface LocalVariableType

setPc

public void setPc(int value)
Description copied from interface: LocalVariableType
Sets the value of the pc property.

Specified by:
setPc in interface LocalVariableType

isSetPc

public boolean isSetPc()
Specified by:
isSetPc in interface LocalVariableType

unsetPc

public void unsetPc()
Specified by:
unsetPc in interface LocalVariableType

getRole

public String getRole()
Description copied from interface: LocalVariableType
Gets the value of the role property.

Specified by:
getRole in interface LocalVariableType
Returns:
possible object is String

setRole

public void setRole(String value)
Description copied from interface: LocalVariableType
Sets the value of the role property.

Specified by:
setRole in interface LocalVariableType
Parameters:
value - allowed object is String

isSetRole

public boolean isSetRole()
Specified by:
isSetRole in interface LocalVariableType

unsetRole

public void unsetRole()
Specified by:
unsetRole in interface LocalVariableType

getRegister

public int getRegister()
Description copied from interface: LocalVariableType
Gets the value of the register property.

Specified by:
getRegister in interface LocalVariableType

setRegister

public void setRegister(int value)
Description copied from interface: LocalVariableType
Sets the value of the register property.

Specified by:
setRegister in interface LocalVariableType

isSetRegister

public boolean isSetRegister()
Specified by:
isSetRegister in interface LocalVariableType

unsetRegister

public void unsetRegister()
Specified by:
unsetRegister in interface LocalVariableType

createUnmarshaller

public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Description copied from interface: UnmarshallableObject
Creates an unmarshaller that will unmarshall this object.

Specified by:
createUnmarshaller in interface UnmarshallableObject

serializeBody

public void serializeBody(XMLSerializer context)
                   throws SAXException
Description copied from interface: XMLSerializable
Serializes child elements and texts into the specified target.

Specified by:
serializeBody in interface XMLSerializable
Throws:
SAXException

serializeAttributes

public void serializeAttributes(XMLSerializer context)
                         throws SAXException
Description copied from interface: XMLSerializable
Serializes attributes into the specified target.

Specified by:
serializeAttributes in interface XMLSerializable
Throws:
SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws SAXException
Description copied from interface: XMLSerializable
Declares all the namespace URIs this object is using at its top-level scope into the specified target.

Specified by:
serializeURIs in interface XMLSerializable
Throws:
SAXException

getPrimaryInterface

public Class getPrimaryInterface()
Description copied from interface: ValidatableObject
Gets the main interface that this object implements. For example, FooImpl will return Foo from this method.

Specified by:
getPrimaryInterface in interface ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Description copied from interface: ValidatableObject
Gets the schema fragment associated with this class.

Specified by:
createRawValidator in interface ValidatableObject


Copyright 2007 The jCoderZ Project.