org.jcoderz.phoenix.findbugs.jaxb.impl
Class FindBugsSummaryTypeImpl.FileStatsTypeImpl

java.lang.Object
  extended by org.jcoderz.phoenix.findbugs.jaxb.impl.FindBugsSummaryTypeImpl.FileStatsTypeImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, Serializable, FindBugsSummaryType.FileStatsType, UnmarshallableObject, ValidatableObject, XMLSerializable
Enclosing class:
FindBugsSummaryTypeImpl

public static class FindBugsSummaryTypeImpl.FileStatsTypeImpl
extends Object
implements FindBugsSummaryType.FileStatsType, Serializable, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject

See Also:
Serialized Form

Nested Class Summary
 class FindBugsSummaryTypeImpl.FileStatsTypeImpl.Unmarshaller
           
 
Field Summary
protected  long _BugCount
           
protected  String _BugHash
           
protected  String _Path
           
protected  long _Size
           
protected  boolean has_BugCount
           
protected  boolean has_Size
           
static Class version
           
 
Constructor Summary
FindBugsSummaryTypeImpl.FileStatsTypeImpl()
           
 
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.
 long getBugCount()
          Gets the value of the bugCount property.
 String getBugHash()
          Gets the value of the bugHash property.
 String getPath()
          Gets the value of the path property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 long getSize()
          Gets the value of the size property.
 boolean isSetBugCount()
           
 boolean isSetBugHash()
           
 boolean isSetPath()
           
 boolean isSetSize()
           
 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 setBugCount(long value)
          Sets the value of the bugCount property.
 void setBugHash(String value)
          Sets the value of the bugHash property.
 void setPath(String value)
          Sets the value of the path property.
 void setSize(long value)
          Sets the value of the size property.
 void unsetBugCount()
           
 void unsetBugHash()
           
 void unsetPath()
           
 void unsetSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_BugHash

protected String _BugHash

has_BugCount

protected boolean has_BugCount

_BugCount

protected long _BugCount

has_Size

protected boolean has_Size

_Size

protected long _Size

_Path

protected String _Path

version

public static final Class version
Constructor Detail

FindBugsSummaryTypeImpl.FileStatsTypeImpl

public FindBugsSummaryTypeImpl.FileStatsTypeImpl()
Method Detail

getBugHash

public String getBugHash()
Description copied from interface: FindBugsSummaryType.FileStatsType
Gets the value of the bugHash property.

Specified by:
getBugHash in interface FindBugsSummaryType.FileStatsType
Returns:
possible object is String

setBugHash

public void setBugHash(String value)
Description copied from interface: FindBugsSummaryType.FileStatsType
Sets the value of the bugHash property.

Specified by:
setBugHash in interface FindBugsSummaryType.FileStatsType
Parameters:
value - allowed object is String

isSetBugHash

public boolean isSetBugHash()
Specified by:
isSetBugHash in interface FindBugsSummaryType.FileStatsType

unsetBugHash

public void unsetBugHash()
Specified by:
unsetBugHash in interface FindBugsSummaryType.FileStatsType

getBugCount

public long getBugCount()
Description copied from interface: FindBugsSummaryType.FileStatsType
Gets the value of the bugCount property.

Specified by:
getBugCount in interface FindBugsSummaryType.FileStatsType

setBugCount

public void setBugCount(long value)
Description copied from interface: FindBugsSummaryType.FileStatsType
Sets the value of the bugCount property.

Specified by:
setBugCount in interface FindBugsSummaryType.FileStatsType

isSetBugCount

public boolean isSetBugCount()
Specified by:
isSetBugCount in interface FindBugsSummaryType.FileStatsType

unsetBugCount

public void unsetBugCount()
Specified by:
unsetBugCount in interface FindBugsSummaryType.FileStatsType

getSize

public long getSize()
Description copied from interface: FindBugsSummaryType.FileStatsType
Gets the value of the size property.

Specified by:
getSize in interface FindBugsSummaryType.FileStatsType

setSize

public void setSize(long value)
Description copied from interface: FindBugsSummaryType.FileStatsType
Sets the value of the size property.

Specified by:
setSize in interface FindBugsSummaryType.FileStatsType

isSetSize

public boolean isSetSize()
Specified by:
isSetSize in interface FindBugsSummaryType.FileStatsType

unsetSize

public void unsetSize()
Specified by:
unsetSize in interface FindBugsSummaryType.FileStatsType

getPath

public String getPath()
Description copied from interface: FindBugsSummaryType.FileStatsType
Gets the value of the path property.

Specified by:
getPath in interface FindBugsSummaryType.FileStatsType
Returns:
possible object is String

setPath

public void setPath(String value)
Description copied from interface: FindBugsSummaryType.FileStatsType
Sets the value of the path property.

Specified by:
setPath in interface FindBugsSummaryType.FileStatsType
Parameters:
value - allowed object is String

isSetPath

public boolean isSetPath()
Specified by:
isSetPath in interface FindBugsSummaryType.FileStatsType

unsetPath

public void unsetPath()
Specified by:
unsetPath in interface FindBugsSummaryType.FileStatsType

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.