org.jcoderz.phoenix.coverage.jaxb.impl
Class ClassTypeImpl

java.lang.Object
  extended by org.jcoderz.phoenix.coverage.jaxb.impl.ClassTypeImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, Serializable, ClassType, UnmarshallableObject, ValidatableObject, XMLSerializable
Direct Known Subclasses:
ClazzImpl

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

See Also:
Serialized Form

Nested Class Summary
 class ClassTypeImpl.Unmarshaller
           
 
Field Summary
protected  float _BranchRate
           
protected  float _Complexity
           
protected  String _Filename
           
protected  float _LineRate
           
protected  LinesType _Lines
           
protected  MethodsType _Methods
           
protected  String _Name
           
protected  boolean has_BranchRate
           
protected  boolean has_Complexity
           
protected  boolean has_LineRate
           
static Class version
           
 
Constructor Summary
ClassTypeImpl()
           
 
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.
 float getBranchRate()
          Gets the value of the branchRate property.
 float getComplexity()
          Gets the value of the complexity property.
 String getFilename()
          Gets the value of the filename property.
 float getLineRate()
          Gets the value of the lineRate property.
 LinesType getLines()
          Gets the value of the lines property.
 MethodsType getMethods()
          Gets the value of the methods property.
 String getName()
          Gets the value of the name property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 boolean isSetBranchRate()
           
 boolean isSetComplexity()
           
 boolean isSetFilename()
           
 boolean isSetLineRate()
           
 boolean isSetLines()
           
 boolean isSetMethods()
           
 boolean isSetName()
           
 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 setBranchRate(float value)
          Sets the value of the branchRate property.
 void setComplexity(float value)
          Sets the value of the complexity property.
 void setFilename(String value)
          Sets the value of the filename property.
 void setLineRate(float value)
          Sets the value of the lineRate property.
 void setLines(LinesType value)
          Sets the value of the lines property.
 void setMethods(MethodsType value)
          Sets the value of the methods property.
 void setName(String value)
          Sets the value of the name property.
 void unsetBranchRate()
           
 void unsetComplexity()
           
 void unsetFilename()
           
 void unsetLineRate()
           
 void unsetLines()
           
 void unsetMethods()
           
 void unsetName()
           
 
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_BranchRate

protected boolean has_BranchRate

_BranchRate

protected float _BranchRate

_Lines

protected LinesType _Lines

has_LineRate

protected boolean has_LineRate

_LineRate

protected float _LineRate

has_Complexity

protected boolean has_Complexity

_Complexity

protected float _Complexity

_Methods

protected MethodsType _Methods

_Filename

protected String _Filename

version

public static final Class version
Constructor Detail

ClassTypeImpl

public ClassTypeImpl()
Method Detail

getName

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

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

setName

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

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

isSetName

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

unsetName

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

getBranchRate

public float getBranchRate()
Description copied from interface: ClassType
Gets the value of the branchRate property.

Specified by:
getBranchRate in interface ClassType

setBranchRate

public void setBranchRate(float value)
Description copied from interface: ClassType
Sets the value of the branchRate property.

Specified by:
setBranchRate in interface ClassType

isSetBranchRate

public boolean isSetBranchRate()
Specified by:
isSetBranchRate in interface ClassType

unsetBranchRate

public void unsetBranchRate()
Specified by:
unsetBranchRate in interface ClassType

getLines

public LinesType getLines()
Description copied from interface: ClassType
Gets the value of the lines property.

Specified by:
getLines in interface ClassType
Returns:
possible object is LinesType Lines

setLines

public void setLines(LinesType value)
Description copied from interface: ClassType
Sets the value of the lines property.

Specified by:
setLines in interface ClassType
Parameters:
value - allowed object is LinesType Lines

isSetLines

public boolean isSetLines()
Specified by:
isSetLines in interface ClassType

unsetLines

public void unsetLines()
Specified by:
unsetLines in interface ClassType

getLineRate

public float getLineRate()
Description copied from interface: ClassType
Gets the value of the lineRate property.

Specified by:
getLineRate in interface ClassType

setLineRate

public void setLineRate(float value)
Description copied from interface: ClassType
Sets the value of the lineRate property.

Specified by:
setLineRate in interface ClassType

isSetLineRate

public boolean isSetLineRate()
Specified by:
isSetLineRate in interface ClassType

unsetLineRate

public void unsetLineRate()
Specified by:
unsetLineRate in interface ClassType

getComplexity

public float getComplexity()
Description copied from interface: ClassType
Gets the value of the complexity property.

Specified by:
getComplexity in interface ClassType

setComplexity

public void setComplexity(float value)
Description copied from interface: ClassType
Sets the value of the complexity property.

Specified by:
setComplexity in interface ClassType

isSetComplexity

public boolean isSetComplexity()
Specified by:
isSetComplexity in interface ClassType

unsetComplexity

public void unsetComplexity()
Specified by:
unsetComplexity in interface ClassType

getMethods

public MethodsType getMethods()
Description copied from interface: ClassType
Gets the value of the methods property.

Specified by:
getMethods in interface ClassType
Returns:
possible object is Methods MethodsType

setMethods

public void setMethods(MethodsType value)
Description copied from interface: ClassType
Sets the value of the methods property.

Specified by:
setMethods in interface ClassType
Parameters:
value - allowed object is Methods MethodsType

isSetMethods

public boolean isSetMethods()
Specified by:
isSetMethods in interface ClassType

unsetMethods

public void unsetMethods()
Specified by:
unsetMethods in interface ClassType

getFilename

public String getFilename()
Description copied from interface: ClassType
Gets the value of the filename property.

Specified by:
getFilename in interface ClassType
Returns:
possible object is String

setFilename

public void setFilename(String value)
Description copied from interface: ClassType
Sets the value of the filename property.

Specified by:
setFilename in interface ClassType
Parameters:
value - allowed object is String

isSetFilename

public boolean isSetFilename()
Specified by:
isSetFilename in interface ClassType

unsetFilename

public void unsetFilename()
Specified by:
unsetFilename in interface ClassType

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.