|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
String getName()
Stringvoid setName(String value)
value - allowed object is
Stringboolean isSetName()
void unsetName()
BranchType getBranch()
Branch
BranchTypevoid setBranch(BranchType value)
value - allowed object is
Branch
BranchTypeboolean isSetBranch()
void unsetBranch()
List getCoveredLines()
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
boolean isSetCoveredLines()
void unsetCoveredLines()
MethodsType getMethods()
Methods
MethodsTypevoid setMethods(MethodsType value)
value - allowed object is
Methods
MethodsTypeboolean isSetMethods()
void unsetMethods()
FileType getFile()
FileType
Filevoid setFile(FileType value)
value - allowed object is
FileType
Fileboolean isSetFile()
void unsetFile()
ValidType getValid()
ValidType
Validvoid setValid(ValidType value)
value - allowed object is
ValidType
Validboolean isSetValid()
void unsetValid()
LineType getLine()
LineType
Linevoid setLine(LineType value)
value - allowed object is
LineType
Lineboolean isSetLine()
void unsetLine()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||