|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.phoenix.findbugs.jaxb.impl.ClassProfileTypeImpl
public class ClassProfileTypeImpl
| 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 |
|---|
protected String _Name
protected boolean has_Invocations
protected long _Invocations
protected boolean has_AvgMicrosecondsPerInvocation
protected long _AvgMicrosecondsPerInvocation
protected boolean has_TotalMilliseconds
protected long _TotalMilliseconds
protected boolean has_MaxMicrosecondsPerInvocation
protected long _MaxMicrosecondsPerInvocation
protected boolean has_StandardDeviationMircosecondsPerInvocation
protected long _StandardDeviationMircosecondsPerInvocation
public static final Class version
| Constructor Detail |
|---|
public ClassProfileTypeImpl()
| Method Detail |
|---|
public String getName()
ClassProfileType
getName in interface ClassProfileTypeStringpublic void setName(String value)
ClassProfileType
setName in interface ClassProfileTypevalue - allowed object is
Stringpublic boolean isSetName()
isSetName in interface ClassProfileTypepublic void unsetName()
unsetName in interface ClassProfileTypepublic long getInvocations()
ClassProfileType
getInvocations in interface ClassProfileTypepublic void setInvocations(long value)
ClassProfileType
setInvocations in interface ClassProfileTypepublic boolean isSetInvocations()
isSetInvocations in interface ClassProfileTypepublic void unsetInvocations()
unsetInvocations in interface ClassProfileTypepublic long getAvgMicrosecondsPerInvocation()
ClassProfileType
getAvgMicrosecondsPerInvocation in interface ClassProfileTypepublic void setAvgMicrosecondsPerInvocation(long value)
ClassProfileType
setAvgMicrosecondsPerInvocation in interface ClassProfileTypepublic boolean isSetAvgMicrosecondsPerInvocation()
isSetAvgMicrosecondsPerInvocation in interface ClassProfileTypepublic void unsetAvgMicrosecondsPerInvocation()
unsetAvgMicrosecondsPerInvocation in interface ClassProfileTypepublic long getTotalMilliseconds()
ClassProfileType
getTotalMilliseconds in interface ClassProfileTypepublic void setTotalMilliseconds(long value)
ClassProfileType
setTotalMilliseconds in interface ClassProfileTypepublic boolean isSetTotalMilliseconds()
isSetTotalMilliseconds in interface ClassProfileTypepublic void unsetTotalMilliseconds()
unsetTotalMilliseconds in interface ClassProfileTypepublic long getMaxMicrosecondsPerInvocation()
ClassProfileType
getMaxMicrosecondsPerInvocation in interface ClassProfileTypepublic void setMaxMicrosecondsPerInvocation(long value)
ClassProfileType
setMaxMicrosecondsPerInvocation in interface ClassProfileTypepublic boolean isSetMaxMicrosecondsPerInvocation()
isSetMaxMicrosecondsPerInvocation in interface ClassProfileTypepublic void unsetMaxMicrosecondsPerInvocation()
unsetMaxMicrosecondsPerInvocation in interface ClassProfileTypepublic long getStandardDeviationMircosecondsPerInvocation()
ClassProfileType
getStandardDeviationMircosecondsPerInvocation in interface ClassProfileTypepublic void setStandardDeviationMircosecondsPerInvocation(long value)
ClassProfileType
setStandardDeviationMircosecondsPerInvocation in interface ClassProfileTypepublic boolean isSetStandardDeviationMircosecondsPerInvocation()
isSetStandardDeviationMircosecondsPerInvocation in interface ClassProfileTypepublic void unsetStandardDeviationMircosecondsPerInvocation()
unsetStandardDeviationMircosecondsPerInvocation in interface ClassProfileTypepublic 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 | |||||||||