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

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

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

See Also:
Serialized Form

Nested Class Summary
 class ClassStatsTypeImpl.Unmarshaller
           
 
Field Summary
protected  int _Bugs
           
protected  String _Clazz
           
protected  String _Interface
           
protected  int _Priority_1
           
protected  int _Priority_2
           
protected  int _Priority_3
           
protected  int _Size
           
protected  String _SourceFile
           
protected  boolean has_Bugs
           
protected  boolean has_Priority_1
           
protected  boolean has_Priority_2
           
protected  boolean has_Priority_3
           
protected  boolean has_Size
           
static Class version
           
 
Constructor Summary
ClassStatsTypeImpl()
           
 
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.
 int getBugs()
          Gets the value of the bugs property.
 String getClazz()
          Gets the value of the clazz property.
 String getInterface()
          Gets the value of the interface property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 int getPriority_1()
          Gets the value of the priority1 property.
 int getPriority_2()
          Gets the value of the priority2 property.
 int getPriority_3()
          Gets the value of the priority3 property.
 int getSize()
          Gets the value of the size property.
 String getSourceFile()
          Gets the value of the sourceFile property.
 boolean isSetBugs()
           
 boolean isSetClazz()
           
 boolean isSetInterface()
           
 boolean isSetPriority_1()
           
 boolean isSetPriority_2()
           
 boolean isSetPriority_3()
           
 boolean isSetSize()
           
 boolean isSetSourceFile()
           
 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 setBugs(int value)
          Sets the value of the bugs property.
 void setClazz(String value)
          Sets the value of the clazz property.
 void setInterface(String value)
          Sets the value of the interface property.
 void setPriority_1(int value)
          Sets the value of the priority1 property.
 void setPriority_2(int value)
          Sets the value of the priority2 property.
 void setPriority_3(int value)
          Sets the value of the priority3 property.
 void setSize(int value)
          Sets the value of the size property.
 void setSourceFile(String value)
          Sets the value of the sourceFile property.
 void unsetBugs()
           
 void unsetClazz()
           
 void unsetInterface()
           
 void unsetPriority_1()
           
 void unsetPriority_2()
           
 void unsetPriority_3()
           
 void unsetSize()
           
 void unsetSourceFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Interface

protected String _Interface

has_Priority_3

protected boolean has_Priority_3

_Priority_3

protected int _Priority_3

_SourceFile

protected String _SourceFile

_Clazz

protected String _Clazz

has_Priority_1

protected boolean has_Priority_1

_Priority_1

protected int _Priority_1

has_Priority_2

protected boolean has_Priority_2

_Priority_2

protected int _Priority_2

has_Bugs

protected boolean has_Bugs

_Bugs

protected int _Bugs

has_Size

protected boolean has_Size

_Size

protected int _Size

version

public static final Class version
Constructor Detail

ClassStatsTypeImpl

public ClassStatsTypeImpl()
Method Detail

getInterface

public String getInterface()
Description copied from interface: ClassStatsType
Gets the value of the interface property.

Specified by:
getInterface in interface ClassStatsType
Returns:
possible object is String

setInterface

public void setInterface(String value)
Description copied from interface: ClassStatsType
Sets the value of the interface property.

Specified by:
setInterface in interface ClassStatsType
Parameters:
value - allowed object is String

isSetInterface

public boolean isSetInterface()
Specified by:
isSetInterface in interface ClassStatsType

unsetInterface

public void unsetInterface()
Specified by:
unsetInterface in interface ClassStatsType

getPriority_3

public int getPriority_3()
Description copied from interface: ClassStatsType
Gets the value of the priority3 property.

Specified by:
getPriority_3 in interface ClassStatsType

setPriority_3

public void setPriority_3(int value)
Description copied from interface: ClassStatsType
Sets the value of the priority3 property.

Specified by:
setPriority_3 in interface ClassStatsType

isSetPriority_3

public boolean isSetPriority_3()
Specified by:
isSetPriority_3 in interface ClassStatsType

unsetPriority_3

public void unsetPriority_3()
Specified by:
unsetPriority_3 in interface ClassStatsType

getSourceFile

public String getSourceFile()
Description copied from interface: ClassStatsType
Gets the value of the sourceFile property.

Specified by:
getSourceFile in interface ClassStatsType
Returns:
possible object is String

setSourceFile

public void setSourceFile(String value)
Description copied from interface: ClassStatsType
Sets the value of the sourceFile property.

Specified by:
setSourceFile in interface ClassStatsType
Parameters:
value - allowed object is String

isSetSourceFile

public boolean isSetSourceFile()
Specified by:
isSetSourceFile in interface ClassStatsType

unsetSourceFile

public void unsetSourceFile()
Specified by:
unsetSourceFile in interface ClassStatsType

getClazz

public String getClazz()
Description copied from interface: ClassStatsType
Gets the value of the clazz property.

Specified by:
getClazz in interface ClassStatsType
Returns:
possible object is String

setClazz

public void setClazz(String value)
Description copied from interface: ClassStatsType
Sets the value of the clazz property.

Specified by:
setClazz in interface ClassStatsType
Parameters:
value - allowed object is String

isSetClazz

public boolean isSetClazz()
Specified by:
isSetClazz in interface ClassStatsType

unsetClazz

public void unsetClazz()
Specified by:
unsetClazz in interface ClassStatsType

getPriority_1

public int getPriority_1()
Description copied from interface: ClassStatsType
Gets the value of the priority1 property.

Specified by:
getPriority_1 in interface ClassStatsType

setPriority_1

public void setPriority_1(int value)
Description copied from interface: ClassStatsType
Sets the value of the priority1 property.

Specified by:
setPriority_1 in interface ClassStatsType

isSetPriority_1

public boolean isSetPriority_1()
Specified by:
isSetPriority_1 in interface ClassStatsType

unsetPriority_1

public void unsetPriority_1()
Specified by:
unsetPriority_1 in interface ClassStatsType

getPriority_2

public int getPriority_2()
Description copied from interface: ClassStatsType
Gets the value of the priority2 property.

Specified by:
getPriority_2 in interface ClassStatsType

setPriority_2

public void setPriority_2(int value)
Description copied from interface: ClassStatsType
Sets the value of the priority2 property.

Specified by:
setPriority_2 in interface ClassStatsType

isSetPriority_2

public boolean isSetPriority_2()
Specified by:
isSetPriority_2 in interface ClassStatsType

unsetPriority_2

public void unsetPriority_2()
Specified by:
unsetPriority_2 in interface ClassStatsType

getBugs

public int getBugs()
Description copied from interface: ClassStatsType
Gets the value of the bugs property.

Specified by:
getBugs in interface ClassStatsType

setBugs

public void setBugs(int value)
Description copied from interface: ClassStatsType
Sets the value of the bugs property.

Specified by:
setBugs in interface ClassStatsType

isSetBugs

public boolean isSetBugs()
Specified by:
isSetBugs in interface ClassStatsType

unsetBugs

public void unsetBugs()
Specified by:
unsetBugs in interface ClassStatsType

getSize

public int getSize()
Description copied from interface: ClassStatsType
Gets the value of the size property.

Specified by:
getSize in interface ClassStatsType

setSize

public void setSize(int value)
Description copied from interface: ClassStatsType
Sets the value of the size property.

Specified by:
setSize in interface ClassStatsType

isSetSize

public boolean isSetSize()
Specified by:
isSetSize in interface ClassStatsType

unsetSize

public void unsetSize()
Specified by:
unsetSize in interface ClassStatsType

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.