org.jcoderz.phoenix.jcoverage.jaxb
Interface ClassType

All Known Subinterfaces:
Clazz
All Known Implementing Classes:
ClassTypeImpl, ClazzImpl

public interface ClassType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/schema/jcoverage.xsd line 51)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}file"/>
         <element ref="{}line"/>
         <element ref="{}branch"/>
         <element ref="{}methods"/>
         <element ref="{}valid" minOccurs="0"/>
         <element ref="{}line" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 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.
 ValidType getValid()
          Gets the value of the valid property.
 boolean isSetBranch()
           
 boolean isSetCoveredLines()
           
 boolean isSetFile()
           
 boolean isSetLine()
           
 boolean isSetMethods()
           
 boolean isSetName()
           
 boolean isSetValid()
           
 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()
           
 

Method Detail

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

boolean isSetName()

unsetName

void unsetName()

getBranch

BranchType getBranch()
Gets the value of the branch property.

Returns:
possible object is Branch BranchType

setBranch

void setBranch(BranchType value)
Sets the value of the branch property.

Parameters:
value - allowed object is Branch BranchType

isSetBranch

boolean isSetBranch()

unsetBranch

void unsetBranch()

getCoveredLines

List getCoveredLines()
Gets the value of the CoveredLines property.

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


isSetCoveredLines

boolean isSetCoveredLines()

unsetCoveredLines

void unsetCoveredLines()

getMethods

MethodsType getMethods()
Gets the value of the methods property.

Returns:
possible object is Methods MethodsType

setMethods

void setMethods(MethodsType value)
Sets the value of the methods property.

Parameters:
value - allowed object is Methods MethodsType

isSetMethods

boolean isSetMethods()

unsetMethods

void unsetMethods()

getFile

FileType getFile()
Gets the value of the file property.

Returns:
possible object is FileType File

setFile

void setFile(FileType value)
Sets the value of the file property.

Parameters:
value - allowed object is FileType File

isSetFile

boolean isSetFile()

unsetFile

void unsetFile()

getValid

ValidType getValid()
Gets the value of the valid property.

Returns:
possible object is ValidType Valid

setValid

void setValid(ValidType value)
Sets the value of the valid property.

Parameters:
value - allowed object is ValidType Valid

isSetValid

boolean isSetValid()

unsetValid

void unsetValid()

getLine

LineType getLine()
Gets the value of the line property.

Returns:
possible object is LineType Line

setLine

void setLine(LineType value)
Sets the value of the line property.

Parameters:
value - allowed object is LineType Line

isSetLine

boolean isSetLine()

unsetLine

void unsetLine()


Copyright 2007 The jCoderZ Project.