|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.phoenix.findbugs.jaxb.impl.PackageStatsTypeImpl
public class PackageStatsTypeImpl
| Nested Class Summary | |
|---|---|
class |
PackageStatsTypeImpl.Unmarshaller
|
| Field Summary | |
|---|---|
protected com.sun.xml.bind.util.ListImpl |
_ClassStats
|
protected String |
_Package
|
protected int |
_Priority_1
|
protected int |
_Priority_2
|
protected int |
_Priority_3
|
protected int |
_Total_bugs
|
protected int |
_Total_size
|
protected int |
_Total_types
|
protected boolean |
has_Priority_1
|
protected boolean |
has_Priority_2
|
protected boolean |
has_Priority_3
|
protected boolean |
has_Total_bugs
|
protected boolean |
has_Total_size
|
protected boolean |
has_Total_types
|
static Class |
version
|
| Constructor Summary | |
|---|---|
PackageStatsTypeImpl()
|
|
| Method Summary | |
|---|---|
protected com.sun.xml.bind.util.ListImpl |
_getClassStats()
|
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. |
List |
getClassStats()
Gets the value of the ClassStats property. |
String |
getPackage()
Gets the value of the package 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 |
getTotal_bugs()
Gets the value of the totalBugs property. |
int |
getTotal_size()
Gets the value of the totalSize property. |
int |
getTotal_types()
Gets the value of the totalTypes property. |
boolean |
isSetClassStats()
|
boolean |
isSetPackage()
|
boolean |
isSetPriority_1()
|
boolean |
isSetPriority_2()
|
boolean |
isSetPriority_3()
|
boolean |
isSetTotal_bugs()
|
boolean |
isSetTotal_size()
|
boolean |
isSetTotal_types()
|
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 |
setPackage(String value)
Sets the value of the package 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 |
setTotal_bugs(int value)
Sets the value of the totalBugs property. |
void |
setTotal_size(int value)
Sets the value of the totalSize property. |
void |
setTotal_types(int value)
Sets the value of the totalTypes property. |
void |
unsetClassStats()
|
void |
unsetPackage()
|
void |
unsetPriority_1()
|
void |
unsetPriority_2()
|
void |
unsetPriority_3()
|
void |
unsetTotal_bugs()
|
void |
unsetTotal_size()
|
void |
unsetTotal_types()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean has_Total_types
protected int _Total_types
protected boolean has_Total_size
protected int _Total_size
protected boolean has_Priority_3
protected int _Priority_3
protected com.sun.xml.bind.util.ListImpl _ClassStats
protected boolean has_Total_bugs
protected int _Total_bugs
protected boolean has_Priority_1
protected int _Priority_1
protected String _Package
protected boolean has_Priority_2
protected int _Priority_2
public static final Class version
| Constructor Detail |
|---|
public PackageStatsTypeImpl()
| Method Detail |
|---|
public int getTotal_types()
PackageStatsType
getTotal_types in interface PackageStatsTypepublic void setTotal_types(int value)
PackageStatsType
setTotal_types in interface PackageStatsTypepublic boolean isSetTotal_types()
isSetTotal_types in interface PackageStatsTypepublic void unsetTotal_types()
unsetTotal_types in interface PackageStatsTypepublic int getTotal_size()
PackageStatsType
getTotal_size in interface PackageStatsTypepublic void setTotal_size(int value)
PackageStatsType
setTotal_size in interface PackageStatsTypepublic boolean isSetTotal_size()
isSetTotal_size in interface PackageStatsTypepublic void unsetTotal_size()
unsetTotal_size in interface PackageStatsTypepublic int getPriority_3()
PackageStatsType
getPriority_3 in interface PackageStatsTypepublic void setPriority_3(int value)
PackageStatsType
setPriority_3 in interface PackageStatsTypepublic boolean isSetPriority_3()
isSetPriority_3 in interface PackageStatsTypepublic void unsetPriority_3()
unsetPriority_3 in interface PackageStatsTypeprotected com.sun.xml.bind.util.ListImpl _getClassStats()
public List getClassStats()
PackageStatsType
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ClassStats property.
For example, to add a new item, do as follows:
getClassStats().add(newItem);
Objects of the following type(s) are allowed in the list
ClassStats
ClassStatsType
getClassStats in interface PackageStatsTypepublic boolean isSetClassStats()
isSetClassStats in interface PackageStatsTypepublic void unsetClassStats()
unsetClassStats in interface PackageStatsTypepublic int getTotal_bugs()
PackageStatsType
getTotal_bugs in interface PackageStatsTypepublic void setTotal_bugs(int value)
PackageStatsType
setTotal_bugs in interface PackageStatsTypepublic boolean isSetTotal_bugs()
isSetTotal_bugs in interface PackageStatsTypepublic void unsetTotal_bugs()
unsetTotal_bugs in interface PackageStatsTypepublic int getPriority_1()
PackageStatsType
getPriority_1 in interface PackageStatsTypepublic void setPriority_1(int value)
PackageStatsType
setPriority_1 in interface PackageStatsTypepublic boolean isSetPriority_1()
isSetPriority_1 in interface PackageStatsTypepublic void unsetPriority_1()
unsetPriority_1 in interface PackageStatsTypepublic String getPackage()
PackageStatsType
getPackage in interface PackageStatsTypeStringpublic void setPackage(String value)
PackageStatsType
setPackage in interface PackageStatsTypevalue - allowed object is
Stringpublic boolean isSetPackage()
isSetPackage in interface PackageStatsTypepublic void unsetPackage()
unsetPackage in interface PackageStatsTypepublic int getPriority_2()
PackageStatsType
getPriority_2 in interface PackageStatsTypepublic void setPriority_2(int value)
PackageStatsType
setPriority_2 in interface PackageStatsTypepublic boolean isSetPriority_2()
isSetPriority_2 in interface PackageStatsTypepublic void unsetPriority_2()
unsetPriority_2 in interface PackageStatsTypepublic 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 | |||||||||