|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.phoenix.coverage.jaxb.impl.MethodTypeImpl
public class MethodTypeImpl
| 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 |
|---|
protected String _Name
protected boolean has_BranchRate
protected float _BranchRate
protected LinesType _Lines
protected boolean has_LineRate
protected float _LineRate
protected String _Signature
public static final Class version
| Constructor Detail |
|---|
public MethodTypeImpl()
| Method Detail |
|---|
public String getName()
MethodType
getName in interface MethodTypeStringpublic void setName(String value)
MethodType
setName in interface MethodTypevalue - allowed object is
Stringpublic boolean isSetName()
isSetName in interface MethodTypepublic void unsetName()
unsetName in interface MethodTypepublic float getBranchRate()
MethodType
getBranchRate in interface MethodTypepublic void setBranchRate(float value)
MethodType
setBranchRate in interface MethodTypepublic boolean isSetBranchRate()
isSetBranchRate in interface MethodTypepublic void unsetBranchRate()
unsetBranchRate in interface MethodTypepublic LinesType getLines()
MethodType
getLines in interface MethodTypeLinesType
Linespublic void setLines(LinesType value)
MethodType
setLines in interface MethodTypevalue - allowed object is
LinesType
Linespublic boolean isSetLines()
isSetLines in interface MethodTypepublic void unsetLines()
unsetLines in interface MethodTypepublic float getLineRate()
MethodType
getLineRate in interface MethodTypepublic void setLineRate(float value)
MethodType
setLineRate in interface MethodTypepublic boolean isSetLineRate()
isSetLineRate in interface MethodTypepublic void unsetLineRate()
unsetLineRate in interface MethodTypepublic String getSignature()
MethodType
getSignature in interface MethodTypeStringpublic void setSignature(String value)
MethodType
setSignature in interface MethodTypevalue - allowed object is
Stringpublic boolean isSetSignature()
isSetSignature in interface MethodTypepublic void unsetSignature()
unsetSignature in interface MethodTypepublic 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 | |||||||||