|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.phoenix.jcoverage.jaxb.impl.ClassTypeImpl
public class ClassTypeImpl
| Nested Class Summary | |
|---|---|
class |
ClassTypeImpl.Unmarshaller
|
| Field Summary | |
|---|---|
protected BranchType |
_Branch
|
protected com.sun.xml.bind.util.ListImpl |
_CoveredLines
|
protected FileType |
_File
|
protected LineType |
_Line
|
protected MethodsType |
_Methods
|
protected String |
_Name
|
protected ValidType |
_Valid
|
static Class |
version
|
| Constructor Summary | |
|---|---|
ClassTypeImpl()
|
|
| Method Summary | |
|---|---|
protected com.sun.xml.bind.util.ListImpl |
_getCoveredLines()
|
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. |
BranchType |
getBranch()
Gets the value of the branch property. |
List |
getCoveredLines()
Gets the value of the CoveredLines property. |
FileType |
getFile()
Gets the value of the file property. |
LineType |
getLine()
Gets the value of the line 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. |
ValidType |
getValid()
Gets the value of the valid property. |
boolean |
isSetBranch()
|
boolean |
isSetCoveredLines()
|
boolean |
isSetFile()
|
boolean |
isSetLine()
|
boolean |
isSetMethods()
|
boolean |
isSetName()
|
boolean |
isSetValid()
|
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 |
setBranch(BranchType value)
Sets the value of the branch property. |
void |
setFile(FileType value)
Sets the value of the file property. |
void |
setLine(LineType value)
Sets the value of the line property. |
void |
setMethods(MethodsType value)
Sets the value of the methods property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setValid(ValidType value)
Sets the value of the valid property. |
void |
unsetBranch()
|
void |
unsetCoveredLines()
|
void |
unsetFile()
|
void |
unsetLine()
|
void |
unsetMethods()
|
void |
unsetName()
|
void |
unsetValid()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String _Name
protected BranchType _Branch
protected com.sun.xml.bind.util.ListImpl _CoveredLines
protected MethodsType _Methods
protected FileType _File
protected ValidType _Valid
protected LineType _Line
public static final Class version
| Constructor Detail |
|---|
public ClassTypeImpl()
| Method Detail |
|---|
public String getName()
ClassType
getName in interface ClassTypeStringpublic void setName(String value)
ClassType
setName in interface ClassTypevalue - allowed object is
Stringpublic boolean isSetName()
isSetName in interface ClassTypepublic void unsetName()
unsetName in interface ClassTypepublic BranchType getBranch()
ClassType
getBranch in interface ClassTypeBranch
BranchTypepublic void setBranch(BranchType value)
ClassType
setBranch in interface ClassTypevalue - allowed object is
Branch
BranchTypepublic boolean isSetBranch()
isSetBranch in interface ClassTypepublic void unsetBranch()
unsetBranch in interface ClassTypeprotected com.sun.xml.bind.util.ListImpl _getCoveredLines()
public List getCoveredLines()
ClassType
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the CoveredLines property.
For example, to add a new item, do as follows:
getCoveredLines().add(newItem);
Objects of the following type(s) are allowed in the list
LineType
Line
getCoveredLines in interface ClassTypepublic boolean isSetCoveredLines()
isSetCoveredLines in interface ClassTypepublic void unsetCoveredLines()
unsetCoveredLines in interface ClassTypepublic MethodsType getMethods()
ClassType
getMethods in interface ClassTypeMethods
MethodsTypepublic void setMethods(MethodsType value)
ClassType
setMethods in interface ClassTypevalue - allowed object is
Methods
MethodsTypepublic boolean isSetMethods()
isSetMethods in interface ClassTypepublic void unsetMethods()
unsetMethods in interface ClassTypepublic FileType getFile()
ClassType
getFile in interface ClassTypeFileType
Filepublic void setFile(FileType value)
ClassType
setFile in interface ClassTypevalue - allowed object is
FileType
Filepublic boolean isSetFile()
isSetFile in interface ClassTypepublic void unsetFile()
unsetFile in interface ClassTypepublic ValidType getValid()
ClassType
getValid in interface ClassTypeValidType
Validpublic void setValid(ValidType value)
ClassType
setValid in interface ClassTypevalue - allowed object is
ValidType
Validpublic boolean isSetValid()
isSetValid in interface ClassTypepublic void unsetValid()
unsetValid in interface ClassTypepublic LineType getLine()
ClassType
getLine in interface ClassTypeLineType
Linepublic void setLine(LineType value)
ClassType
setLine in interface ClassTypevalue - allowed object is
LineType
Linepublic boolean isSetLine()
isSetLine in interface ClassTypepublic void unsetLine()
unsetLine in interface ClassTypepublic 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 | |||||||||