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

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

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

See Also:
Serialized Form

Nested Class Summary
 class SourceLineTypeImpl.Unmarshaller
           
 
Field Summary
protected  String _Classname
           
protected  int _End
           
protected  int _EndBytecode
           
protected  String _Message
           
protected  String _Opcodes
           
protected  boolean _Primary
           
protected  String _RelSourcepath
           
protected  String _Role
           
protected  String _Sourcefile
           
protected  String _Sourcepath
           
protected  int _Start
           
protected  int _StartBytecode
           
protected  boolean _Synthetic
           
protected  boolean has_End
           
protected  boolean has_EndBytecode
           
protected  boolean has_Primary
           
protected  boolean has_Start
           
protected  boolean has_StartBytecode
           
protected  boolean has_Synthetic
           
static Class version
           
 
Constructor Summary
SourceLineTypeImpl()
           
 
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 getClassname()
          Gets the value of the classname property.
 int getEnd()
          Gets the value of the end property.
 int getEndBytecode()
          Gets the value of the endBytecode property.
 String getMessage()
          Gets the value of the message property.
 String getOpcodes()
          Gets the value of the opcodes property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 String getRelSourcepath()
          Gets the value of the relSourcepath property.
 String getRole()
          Gets the value of the role property.
 String getSourcefile()
          Gets the value of the sourcefile property.
 String getSourcepath()
          Gets the value of the sourcepath property.
 int getStart()
          Gets the value of the start property.
 int getStartBytecode()
          Gets the value of the startBytecode property.
 boolean isPrimary()
          Gets the value of the primary property.
 boolean isSetClassname()
           
 boolean isSetEnd()
           
 boolean isSetEndBytecode()
           
 boolean isSetMessage()
           
 boolean isSetOpcodes()
           
 boolean isSetPrimary()
           
 boolean isSetRelSourcepath()
           
 boolean isSetRole()
           
 boolean isSetSourcefile()
           
 boolean isSetSourcepath()
           
 boolean isSetStart()
           
 boolean isSetStartBytecode()
           
 boolean isSetSynthetic()
           
 boolean isSynthetic()
          Gets the value of the synthetic property.
 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 setClassname(String value)
          Sets the value of the classname property.
 void setEnd(int value)
          Sets the value of the end property.
 void setEndBytecode(int value)
          Sets the value of the endBytecode property.
 void setMessage(String value)
          Sets the value of the message property.
 void setOpcodes(String value)
          Sets the value of the opcodes property.
 void setPrimary(boolean value)
          Sets the value of the primary property.
 void setRelSourcepath(String value)
          Sets the value of the relSourcepath property.
 void setRole(String value)
          Sets the value of the role property.
 void setSourcefile(String value)
          Sets the value of the sourcefile property.
 void setSourcepath(String value)
          Sets the value of the sourcepath property.
 void setStart(int value)
          Sets the value of the start property.
 void setStartBytecode(int value)
          Sets the value of the startBytecode property.
 void setSynthetic(boolean value)
          Sets the value of the synthetic property.
 void unsetClassname()
           
 void unsetEnd()
           
 void unsetEndBytecode()
           
 void unsetMessage()
           
 void unsetOpcodes()
           
 void unsetPrimary()
           
 void unsetRelSourcepath()
           
 void unsetRole()
           
 void unsetSourcefile()
           
 void unsetSourcepath()
           
 void unsetStart()
           
 void unsetStartBytecode()
           
 void unsetSynthetic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

has_Synthetic

protected boolean has_Synthetic

_Synthetic

protected boolean _Synthetic

has_End

protected boolean has_End

_End

protected int _End

_RelSourcepath

protected String _RelSourcepath

has_Start

protected boolean has_Start

_Start

protected int _Start

_Sourcefile

protected String _Sourcefile

_Message

protected String _Message

has_Primary

protected boolean has_Primary

_Primary

protected boolean _Primary

_Classname

protected String _Classname

_Sourcepath

protected String _Sourcepath

_Opcodes

protected String _Opcodes

has_StartBytecode

protected boolean has_StartBytecode

_StartBytecode

protected int _StartBytecode

has_EndBytecode

protected boolean has_EndBytecode

_EndBytecode

protected int _EndBytecode

_Role

protected String _Role

version

public static final Class version
Constructor Detail

SourceLineTypeImpl

public SourceLineTypeImpl()
Method Detail

isSynthetic

public boolean isSynthetic()
Description copied from interface: SourceLineType
Gets the value of the synthetic property.

Specified by:
isSynthetic in interface SourceLineType

setSynthetic

public void setSynthetic(boolean value)
Description copied from interface: SourceLineType
Sets the value of the synthetic property.

Specified by:
setSynthetic in interface SourceLineType

isSetSynthetic

public boolean isSetSynthetic()
Specified by:
isSetSynthetic in interface SourceLineType

unsetSynthetic

public void unsetSynthetic()
Specified by:
unsetSynthetic in interface SourceLineType

getEnd

public int getEnd()
Description copied from interface: SourceLineType
Gets the value of the end property.

Specified by:
getEnd in interface SourceLineType

setEnd

public void setEnd(int value)
Description copied from interface: SourceLineType
Sets the value of the end property.

Specified by:
setEnd in interface SourceLineType

isSetEnd

public boolean isSetEnd()
Specified by:
isSetEnd in interface SourceLineType

unsetEnd

public void unsetEnd()
Specified by:
unsetEnd in interface SourceLineType

getRelSourcepath

public String getRelSourcepath()
Description copied from interface: SourceLineType
Gets the value of the relSourcepath property.

Specified by:
getRelSourcepath in interface SourceLineType
Returns:
possible object is String

setRelSourcepath

public void setRelSourcepath(String value)
Description copied from interface: SourceLineType
Sets the value of the relSourcepath property.

Specified by:
setRelSourcepath in interface SourceLineType
Parameters:
value - allowed object is String

isSetRelSourcepath

public boolean isSetRelSourcepath()
Specified by:
isSetRelSourcepath in interface SourceLineType

unsetRelSourcepath

public void unsetRelSourcepath()
Specified by:
unsetRelSourcepath in interface SourceLineType

getStart

public int getStart()
Description copied from interface: SourceLineType
Gets the value of the start property.

Specified by:
getStart in interface SourceLineType

setStart

public void setStart(int value)
Description copied from interface: SourceLineType
Sets the value of the start property.

Specified by:
setStart in interface SourceLineType

isSetStart

public boolean isSetStart()
Specified by:
isSetStart in interface SourceLineType

unsetStart

public void unsetStart()
Specified by:
unsetStart in interface SourceLineType

getSourcefile

public String getSourcefile()
Description copied from interface: SourceLineType
Gets the value of the sourcefile property.

Specified by:
getSourcefile in interface SourceLineType
Returns:
possible object is String

setSourcefile

public void setSourcefile(String value)
Description copied from interface: SourceLineType
Sets the value of the sourcefile property.

Specified by:
setSourcefile in interface SourceLineType
Parameters:
value - allowed object is String

isSetSourcefile

public boolean isSetSourcefile()
Specified by:
isSetSourcefile in interface SourceLineType

unsetSourcefile

public void unsetSourcefile()
Specified by:
unsetSourcefile in interface SourceLineType

getMessage

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

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

setMessage

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

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

isSetMessage

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

unsetMessage

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

isPrimary

public boolean isPrimary()
Description copied from interface: SourceLineType
Gets the value of the primary property.

Specified by:
isPrimary in interface SourceLineType

setPrimary

public void setPrimary(boolean value)
Description copied from interface: SourceLineType
Sets the value of the primary property.

Specified by:
setPrimary in interface SourceLineType

isSetPrimary

public boolean isSetPrimary()
Specified by:
isSetPrimary in interface SourceLineType

unsetPrimary

public void unsetPrimary()
Specified by:
unsetPrimary in interface SourceLineType

getClassname

public String getClassname()
Description copied from interface: SourceLineType
Gets the value of the classname property.

Specified by:
getClassname in interface SourceLineType
Returns:
possible object is String

setClassname

public void setClassname(String value)
Description copied from interface: SourceLineType
Sets the value of the classname property.

Specified by:
setClassname in interface SourceLineType
Parameters:
value - allowed object is String

isSetClassname

public boolean isSetClassname()
Specified by:
isSetClassname in interface SourceLineType

unsetClassname

public void unsetClassname()
Specified by:
unsetClassname in interface SourceLineType

getSourcepath

public String getSourcepath()
Description copied from interface: SourceLineType
Gets the value of the sourcepath property.

Specified by:
getSourcepath in interface SourceLineType
Returns:
possible object is String

setSourcepath

public void setSourcepath(String value)
Description copied from interface: SourceLineType
Sets the value of the sourcepath property.

Specified by:
setSourcepath in interface SourceLineType
Parameters:
value - allowed object is String

isSetSourcepath

public boolean isSetSourcepath()
Specified by:
isSetSourcepath in interface SourceLineType

unsetSourcepath

public void unsetSourcepath()
Specified by:
unsetSourcepath in interface SourceLineType

getOpcodes

public String getOpcodes()
Description copied from interface: SourceLineType
Gets the value of the opcodes property.

Specified by:
getOpcodes in interface SourceLineType
Returns:
possible object is String

setOpcodes

public void setOpcodes(String value)
Description copied from interface: SourceLineType
Sets the value of the opcodes property.

Specified by:
setOpcodes in interface SourceLineType
Parameters:
value - allowed object is String

isSetOpcodes

public boolean isSetOpcodes()
Specified by:
isSetOpcodes in interface SourceLineType

unsetOpcodes

public void unsetOpcodes()
Specified by:
unsetOpcodes in interface SourceLineType

getStartBytecode

public int getStartBytecode()
Description copied from interface: SourceLineType
Gets the value of the startBytecode property.

Specified by:
getStartBytecode in interface SourceLineType

setStartBytecode

public void setStartBytecode(int value)
Description copied from interface: SourceLineType
Sets the value of the startBytecode property.

Specified by:
setStartBytecode in interface SourceLineType

isSetStartBytecode

public boolean isSetStartBytecode()
Specified by:
isSetStartBytecode in interface SourceLineType

unsetStartBytecode

public void unsetStartBytecode()
Specified by:
unsetStartBytecode in interface SourceLineType

getEndBytecode

public int getEndBytecode()
Description copied from interface: SourceLineType
Gets the value of the endBytecode property.

Specified by:
getEndBytecode in interface SourceLineType

setEndBytecode

public void setEndBytecode(int value)
Description copied from interface: SourceLineType
Sets the value of the endBytecode property.

Specified by:
setEndBytecode in interface SourceLineType

isSetEndBytecode

public boolean isSetEndBytecode()
Specified by:
isSetEndBytecode in interface SourceLineType

unsetEndBytecode

public void unsetEndBytecode()
Specified by:
unsetEndBytecode in interface SourceLineType

getRole

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

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

setRole

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

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

isSetRole

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

unsetRole

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

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.