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

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

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

See Also:
Serialized Form

Nested Class Summary
 class MethodTypeImpl.Unmarshaller
           
 
Field Summary
protected  float _BranchRate
           
protected  float _LineRate
           
protected  LinesType _Lines
           
protected  String _Name
           
protected  String _Signature
           
protected  boolean has_BranchRate
           
protected  boolean has_LineRate
           
static Class version
           
 
Constructor Summary
MethodTypeImpl()
           
 
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 getLineRate()
          Gets the value of the lineRate property.
 LinesType getLines()
          Gets the value of the lines property.
 String getName()
          Gets the value of the name property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 String getSignature()
          Gets the value of the signature property.
 boolean isSetBranchRate()
           
 boolean isSetLineRate()
           
 boolean isSetLines()
           
 boolean isSetName()
           
 boolean isSetSignature()
           
 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 setLineRate(float value)
          Sets the value of the lineRate property.
 void setLines(LinesType value)
          Sets the value of the lines property.
 void setName(String value)
          Sets the value of the name property.
 void setSignature(String value)
          Sets the value of the signature property.
 void unsetBranchRate()
           
 void unsetLineRate()
           
 void unsetLines()
           
 void unsetName()
           
 void unsetSignature()
           
 
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

_Signature

protected String _Signature

version

public static final Class version
Constructor Detail

MethodTypeImpl

public MethodTypeImpl()
Method Detail

getName

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

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

setName

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

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

isSetName

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

unsetName

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

getBranchRate

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

Specified by:
getBranchRate in interface MethodType

setBranchRate

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

Specified by:
setBranchRate in interface MethodType

isSetBranchRate

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

unsetBranchRate

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

getLines

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

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

setLines

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

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

isSetLines

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

unsetLines

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

getLineRate

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

Specified by:
getLineRate in interface MethodType

setLineRate

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

Specified by:
setLineRate in interface MethodType

isSetLineRate

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

unsetLineRate

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

getSignature

public String getSignature()
Description copied from interface: MethodType
Gets the value of the signature property.

Specified by:
getSignature in interface MethodType
Returns:
possible object is String

setSignature

public void setSignature(String value)
Description copied from interface: MethodType
Sets the value of the signature property.

Specified by:
setSignature in interface MethodType
Parameters:
value - allowed object is String

isSetSignature

public boolean isSetSignature()
Specified by:
isSetSignature in interface MethodType

unsetSignature

public void unsetSignature()
Specified by:
unsetSignature in interface MethodType

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.