|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.phoenix.findbugs.jaxb.impl.ClassStatsTypeImpl
public class ClassStatsTypeImpl
| 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 |
|---|
protected String _Interface
protected boolean has_Priority_3
protected int _Priority_3
protected String _SourceFile
protected String _Clazz
protected boolean has_Priority_1
protected int _Priority_1
protected boolean has_Priority_2
protected int _Priority_2
protected boolean has_Bugs
protected int _Bugs
protected boolean has_Size
protected int _Size
public static final Class version
| Constructor Detail |
|---|
public ClassStatsTypeImpl()
| Method Detail |
|---|
public String getInterface()
ClassStatsType
getInterface in interface ClassStatsTypeStringpublic void setInterface(String value)
ClassStatsType
setInterface in interface ClassStatsTypevalue - allowed object is
Stringpublic boolean isSetInterface()
isSetInterface in interface ClassStatsTypepublic void unsetInterface()
unsetInterface in interface ClassStatsTypepublic int getPriority_3()
ClassStatsType
getPriority_3 in interface ClassStatsTypepublic void setPriority_3(int value)
ClassStatsType
setPriority_3 in interface ClassStatsTypepublic boolean isSetPriority_3()
isSetPriority_3 in interface ClassStatsTypepublic void unsetPriority_3()
unsetPriority_3 in interface ClassStatsTypepublic String getSourceFile()
ClassStatsType
getSourceFile in interface ClassStatsTypeStringpublic void setSourceFile(String value)
ClassStatsType
setSourceFile in interface ClassStatsTypevalue - allowed object is
Stringpublic boolean isSetSourceFile()
isSetSourceFile in interface ClassStatsTypepublic void unsetSourceFile()
unsetSourceFile in interface ClassStatsTypepublic String getClazz()
ClassStatsType
getClazz in interface ClassStatsTypeStringpublic void setClazz(String value)
ClassStatsType
setClazz in interface ClassStatsTypevalue - allowed object is
Stringpublic boolean isSetClazz()
isSetClazz in interface ClassStatsTypepublic void unsetClazz()
unsetClazz in interface ClassStatsTypepublic int getPriority_1()
ClassStatsType
getPriority_1 in interface ClassStatsTypepublic void setPriority_1(int value)
ClassStatsType
setPriority_1 in interface ClassStatsTypepublic boolean isSetPriority_1()
isSetPriority_1 in interface ClassStatsTypepublic void unsetPriority_1()
unsetPriority_1 in interface ClassStatsTypepublic int getPriority_2()
ClassStatsType
getPriority_2 in interface ClassStatsTypepublic void setPriority_2(int value)
ClassStatsType
setPriority_2 in interface ClassStatsTypepublic boolean isSetPriority_2()
isSetPriority_2 in interface ClassStatsTypepublic void unsetPriority_2()
unsetPriority_2 in interface ClassStatsTypepublic int getBugs()
ClassStatsType
getBugs in interface ClassStatsTypepublic void setBugs(int value)
ClassStatsType
setBugs in interface ClassStatsTypepublic boolean isSetBugs()
isSetBugs in interface ClassStatsTypepublic void unsetBugs()
unsetBugs in interface ClassStatsTypepublic int getSize()
ClassStatsType
getSize in interface ClassStatsTypepublic void setSize(int value)
ClassStatsType
setSize in interface ClassStatsTypepublic boolean isSetSize()
isSetSize in interface ClassStatsTypepublic void unsetSize()
unsetSize in interface ClassStatsTypepublic UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller in interface UnmarshallableObject
public void serializeBody(XMLSerializer context)
throws SAXException
XMLSerializable
serializeBody in interface XMLSerializableSAXException
public void serializeAttributes(XMLSerializer context)
throws SAXException
XMLSerializable
serializeAttributes in interface XMLSerializableSAXException
public void serializeURIs(XMLSerializer context)
throws SAXException
XMLSerializable
serializeURIs in interface XMLSerializableSAXExceptionpublic Class getPrimaryInterface()
ValidatableObjectFooImpl will return Foo
from this method.
getPrimaryInterface in interface ValidatableObjectpublic com.sun.msv.verifier.DocumentDeclaration createRawValidator()
ValidatableObject
createRawValidator in interface ValidatableObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||