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

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

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

See Also:
Serialized Form

Nested Class Summary
 class ClassProfileTypeImpl.Unmarshaller
           
 
Field Summary
protected  long _AvgMicrosecondsPerInvocation
           
protected  long _Invocations
           
protected  long _MaxMicrosecondsPerInvocation
           
protected  String _Name
           
protected  long _StandardDeviationMircosecondsPerInvocation
           
protected  long _TotalMilliseconds
           
protected  boolean has_AvgMicrosecondsPerInvocation
           
protected  boolean has_Invocations
           
protected  boolean has_MaxMicrosecondsPerInvocation
           
protected  boolean has_StandardDeviationMircosecondsPerInvocation
           
protected  boolean has_TotalMilliseconds
           
static Class version
           
 
Constructor Summary
ClassProfileTypeImpl()
           
 
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 getAvgMicrosecondsPerInvocation()
          Gets the value of the avgMicrosecondsPerInvocation property.
 long getInvocations()
          Gets the value of the invocations property.
 long getMaxMicrosecondsPerInvocation()
          Gets the value of the maxMicrosecondsPerInvocation property.
 String getName()
          Gets the value of the name property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 long getStandardDeviationMircosecondsPerInvocation()
          Gets the value of the standardDeviationMircosecondsPerInvocation property.
 long getTotalMilliseconds()
          Gets the value of the totalMilliseconds property.
 boolean isSetAvgMicrosecondsPerInvocation()
           
 boolean isSetInvocations()
           
 boolean isSetMaxMicrosecondsPerInvocation()
           
 boolean isSetName()
           
 boolean isSetStandardDeviationMircosecondsPerInvocation()
           
 boolean isSetTotalMilliseconds()
           
 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 setAvgMicrosecondsPerInvocation(long value)
          Sets the value of the avgMicrosecondsPerInvocation property.
 void setInvocations(long value)
          Sets the value of the invocations property.
 void setMaxMicrosecondsPerInvocation(long value)
          Sets the value of the maxMicrosecondsPerInvocation property.
 void setName(String value)
          Sets the value of the name property.
 void setStandardDeviationMircosecondsPerInvocation(long value)
          Sets the value of the standardDeviationMircosecondsPerInvocation property.
 void setTotalMilliseconds(long value)
          Sets the value of the totalMilliseconds property.
 void unsetAvgMicrosecondsPerInvocation()
           
 void unsetInvocations()
           
 void unsetMaxMicrosecondsPerInvocation()
           
 void unsetName()
           
 void unsetStandardDeviationMircosecondsPerInvocation()
           
 void unsetTotalMilliseconds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Name

protected String _Name

has_Invocations

protected boolean has_Invocations

_Invocations

protected long _Invocations

has_AvgMicrosecondsPerInvocation

protected boolean has_AvgMicrosecondsPerInvocation

_AvgMicrosecondsPerInvocation

protected long _AvgMicrosecondsPerInvocation

has_TotalMilliseconds

protected boolean has_TotalMilliseconds

_TotalMilliseconds

protected long _TotalMilliseconds

has_MaxMicrosecondsPerInvocation

protected boolean has_MaxMicrosecondsPerInvocation

_MaxMicrosecondsPerInvocation

protected long _MaxMicrosecondsPerInvocation

has_StandardDeviationMircosecondsPerInvocation

protected boolean has_StandardDeviationMircosecondsPerInvocation

_StandardDeviationMircosecondsPerInvocation

protected long _StandardDeviationMircosecondsPerInvocation

version

public static final Class version
Constructor Detail

ClassProfileTypeImpl

public ClassProfileTypeImpl()
Method Detail

getName

public String getName()
Description copied from interface: ClassProfileType
Gets the value of the name property.

Specified by:
getName in interface ClassProfileType
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: ClassProfileType
Sets the value of the name property.

Specified by:
setName in interface ClassProfileType
Parameters:
value - allowed object is String

isSetName

public boolean isSetName()
Specified by:
isSetName in interface ClassProfileType

unsetName

public void unsetName()
Specified by:
unsetName in interface ClassProfileType

getInvocations

public long getInvocations()
Description copied from interface: ClassProfileType
Gets the value of the invocations property.

Specified by:
getInvocations in interface ClassProfileType

setInvocations

public void setInvocations(long value)
Description copied from interface: ClassProfileType
Sets the value of the invocations property.

Specified by:
setInvocations in interface ClassProfileType

isSetInvocations

public boolean isSetInvocations()
Specified by:
isSetInvocations in interface ClassProfileType

unsetInvocations

public void unsetInvocations()
Specified by:
unsetInvocations in interface ClassProfileType

getAvgMicrosecondsPerInvocation

public long getAvgMicrosecondsPerInvocation()
Description copied from interface: ClassProfileType
Gets the value of the avgMicrosecondsPerInvocation property.

Specified by:
getAvgMicrosecondsPerInvocation in interface ClassProfileType

setAvgMicrosecondsPerInvocation

public void setAvgMicrosecondsPerInvocation(long value)
Description copied from interface: ClassProfileType
Sets the value of the avgMicrosecondsPerInvocation property.

Specified by:
setAvgMicrosecondsPerInvocation in interface ClassProfileType

isSetAvgMicrosecondsPerInvocation

public boolean isSetAvgMicrosecondsPerInvocation()
Specified by:
isSetAvgMicrosecondsPerInvocation in interface ClassProfileType

unsetAvgMicrosecondsPerInvocation

public void unsetAvgMicrosecondsPerInvocation()
Specified by:
unsetAvgMicrosecondsPerInvocation in interface ClassProfileType

getTotalMilliseconds

public long getTotalMilliseconds()
Description copied from interface: ClassProfileType
Gets the value of the totalMilliseconds property.

Specified by:
getTotalMilliseconds in interface ClassProfileType

setTotalMilliseconds

public void setTotalMilliseconds(long value)
Description copied from interface: ClassProfileType
Sets the value of the totalMilliseconds property.

Specified by:
setTotalMilliseconds in interface ClassProfileType

isSetTotalMilliseconds

public boolean isSetTotalMilliseconds()
Specified by:
isSetTotalMilliseconds in interface ClassProfileType

unsetTotalMilliseconds

public void unsetTotalMilliseconds()
Specified by:
unsetTotalMilliseconds in interface ClassProfileType

getMaxMicrosecondsPerInvocation

public long getMaxMicrosecondsPerInvocation()
Description copied from interface: ClassProfileType
Gets the value of the maxMicrosecondsPerInvocation property.

Specified by:
getMaxMicrosecondsPerInvocation in interface ClassProfileType

setMaxMicrosecondsPerInvocation

public void setMaxMicrosecondsPerInvocation(long value)
Description copied from interface: ClassProfileType
Sets the value of the maxMicrosecondsPerInvocation property.

Specified by:
setMaxMicrosecondsPerInvocation in interface ClassProfileType

isSetMaxMicrosecondsPerInvocation

public boolean isSetMaxMicrosecondsPerInvocation()
Specified by:
isSetMaxMicrosecondsPerInvocation in interface ClassProfileType

unsetMaxMicrosecondsPerInvocation

public void unsetMaxMicrosecondsPerInvocation()
Specified by:
unsetMaxMicrosecondsPerInvocation in interface ClassProfileType

getStandardDeviationMircosecondsPerInvocation

public long getStandardDeviationMircosecondsPerInvocation()
Description copied from interface: ClassProfileType
Gets the value of the standardDeviationMircosecondsPerInvocation property.

Specified by:
getStandardDeviationMircosecondsPerInvocation in interface ClassProfileType

setStandardDeviationMircosecondsPerInvocation

public void setStandardDeviationMircosecondsPerInvocation(long value)
Description copied from interface: ClassProfileType
Sets the value of the standardDeviationMircosecondsPerInvocation property.

Specified by:
setStandardDeviationMircosecondsPerInvocation in interface ClassProfileType

isSetStandardDeviationMircosecondsPerInvocation

public boolean isSetStandardDeviationMircosecondsPerInvocation()
Specified by:
isSetStandardDeviationMircosecondsPerInvocation in interface ClassProfileType

unsetStandardDeviationMircosecondsPerInvocation

public void unsetStandardDeviationMircosecondsPerInvocation()
Specified by:
unsetStandardDeviationMircosecondsPerInvocation in interface ClassProfileType

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.