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

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

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

See Also:
Serialized Form

Nested Class Summary
 class PackageTypeImpl.Unmarshaller
           
 
Field Summary
protected  float _BranchRate
           
protected  ClassesType _Classes
           
protected  float _Complexity
           
protected  float _LineRate
           
protected  String _Name
           
protected  boolean has_BranchRate
           
protected  boolean has_Complexity
           
protected  boolean has_LineRate
           
static Class version
           
 
Constructor Summary
PackageTypeImpl()
           
 
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.
 ClassesType getClasses()
          Gets the value of the classes property.
 float getComplexity()
          Gets the value of the complexity property.
 float getLineRate()
          Gets the value of the lineRate property.
 String getName()
          Gets the value of the name property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 boolean isSetBranchRate()
           
 boolean isSetClasses()
           
 boolean isSetComplexity()
           
 boolean isSetLineRate()
           
 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 setClasses(ClassesType value)
          Sets the value of the classes property.
 void setComplexity(float value)
          Sets the value of the complexity property.
 void setLineRate(float value)
          Sets the value of the lineRate property.
 void setName(String value)
          Sets the value of the name property.
 void unsetBranchRate()
           
 void unsetClasses()
           
 void unsetComplexity()
           
 void unsetLineRate()
           
 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

_Classes

protected ClassesType _Classes

has_LineRate

protected boolean has_LineRate

_LineRate

protected float _LineRate

has_Complexity

protected boolean has_Complexity

_Complexity

protected float _Complexity

version

public static final Class version
Constructor Detail

PackageTypeImpl

public PackageTypeImpl()
Method Detail

getName

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

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

setName

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

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

isSetName

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

unsetName

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

getBranchRate

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

Specified by:
getBranchRate in interface PackageType

setBranchRate

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

Specified by:
setBranchRate in interface PackageType

isSetBranchRate

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

unsetBranchRate

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

getClasses

public ClassesType getClasses()
Description copied from interface: PackageType
Gets the value of the classes property.

Specified by:
getClasses in interface PackageType
Returns:
possible object is ClassesType Classes

setClasses

public void setClasses(ClassesType value)
Description copied from interface: PackageType
Sets the value of the classes property.

Specified by:
setClasses in interface PackageType
Parameters:
value - allowed object is ClassesType Classes

isSetClasses

public boolean isSetClasses()
Specified by:
isSetClasses in interface PackageType

unsetClasses

public void unsetClasses()
Specified by:
unsetClasses in interface PackageType

getLineRate

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

Specified by:
getLineRate in interface PackageType

setLineRate

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

Specified by:
setLineRate in interface PackageType

isSetLineRate

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

unsetLineRate

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

getComplexity

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

Specified by:
getComplexity in interface PackageType

setComplexity

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

Specified by:
setComplexity in interface PackageType

isSetComplexity

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

unsetComplexity

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

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.