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

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

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

See Also:
Serialized Form

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

has_Total_types

protected boolean has_Total_types

_Total_types

protected int _Total_types

has_Total_size

protected boolean has_Total_size

_Total_size

protected int _Total_size

has_Priority_3

protected boolean has_Priority_3

_Priority_3

protected int _Priority_3

_ClassStats

protected com.sun.xml.bind.util.ListImpl _ClassStats

has_Total_bugs

protected boolean has_Total_bugs

_Total_bugs

protected int _Total_bugs

has_Priority_1

protected boolean has_Priority_1

_Priority_1

protected int _Priority_1

_Package

protected String _Package

has_Priority_2

protected boolean has_Priority_2

_Priority_2

protected int _Priority_2

version

public static final Class version
Constructor Detail

PackageStatsTypeImpl

public PackageStatsTypeImpl()
Method Detail

getTotal_types

public int getTotal_types()
Description copied from interface: PackageStatsType
Gets the value of the totalTypes property.

Specified by:
getTotal_types in interface PackageStatsType

setTotal_types

public void setTotal_types(int value)
Description copied from interface: PackageStatsType
Sets the value of the totalTypes property.

Specified by:
setTotal_types in interface PackageStatsType

isSetTotal_types

public boolean isSetTotal_types()
Specified by:
isSetTotal_types in interface PackageStatsType

unsetTotal_types

public void unsetTotal_types()
Specified by:
unsetTotal_types in interface PackageStatsType

getTotal_size

public int getTotal_size()
Description copied from interface: PackageStatsType
Gets the value of the totalSize property.

Specified by:
getTotal_size in interface PackageStatsType

setTotal_size

public void setTotal_size(int value)
Description copied from interface: PackageStatsType
Sets the value of the totalSize property.

Specified by:
setTotal_size in interface PackageStatsType

isSetTotal_size

public boolean isSetTotal_size()
Specified by:
isSetTotal_size in interface PackageStatsType

unsetTotal_size

public void unsetTotal_size()
Specified by:
unsetTotal_size in interface PackageStatsType

getPriority_3

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

Specified by:
getPriority_3 in interface PackageStatsType

setPriority_3

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

Specified by:
setPriority_3 in interface PackageStatsType

isSetPriority_3

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

unsetPriority_3

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

_getClassStats

protected com.sun.xml.bind.util.ListImpl _getClassStats()

getClassStats

public List getClassStats()
Description copied from interface: PackageStatsType
Gets the value of the ClassStats property.

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

Specified by:
getClassStats in interface PackageStatsType

isSetClassStats

public boolean isSetClassStats()
Specified by:
isSetClassStats in interface PackageStatsType

unsetClassStats

public void unsetClassStats()
Specified by:
unsetClassStats in interface PackageStatsType

getTotal_bugs

public int getTotal_bugs()
Description copied from interface: PackageStatsType
Gets the value of the totalBugs property.

Specified by:
getTotal_bugs in interface PackageStatsType

setTotal_bugs

public void setTotal_bugs(int value)
Description copied from interface: PackageStatsType
Sets the value of the totalBugs property.

Specified by:
setTotal_bugs in interface PackageStatsType

isSetTotal_bugs

public boolean isSetTotal_bugs()
Specified by:
isSetTotal_bugs in interface PackageStatsType

unsetTotal_bugs

public void unsetTotal_bugs()
Specified by:
unsetTotal_bugs in interface PackageStatsType

getPriority_1

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

Specified by:
getPriority_1 in interface PackageStatsType

setPriority_1

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

Specified by:
setPriority_1 in interface PackageStatsType

isSetPriority_1

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

unsetPriority_1

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

getPackage

public String getPackage()
Description copied from interface: PackageStatsType
Gets the value of the package property.

Specified by:
getPackage in interface PackageStatsType
Returns:
possible object is String

setPackage

public void setPackage(String value)
Description copied from interface: PackageStatsType
Sets the value of the package property.

Specified by:
setPackage in interface PackageStatsType
Parameters:
value - allowed object is String

isSetPackage

public boolean isSetPackage()
Specified by:
isSetPackage in interface PackageStatsType

unsetPackage

public void unsetPackage()
Specified by:
unsetPackage in interface PackageStatsType

getPriority_2

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

Specified by:
getPriority_2 in interface PackageStatsType

setPriority_2

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

Specified by:
setPriority_2 in interface PackageStatsType

isSetPriority_2

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

unsetPriority_2

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

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.