public interface CoverageType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
CoverageType.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getAssertionCoverage()
Gets the "assertionCoverage" element
|
BigInteger |
getCount()
Gets the "count" element
|
BigInteger |
getCoverage()
Gets the "coverage" element
|
void |
setAssertionCoverage(BigInteger assertionCoverage)
Sets the "assertionCoverage" element
|
void |
setCount(BigInteger count)
Sets the "count" element
|
void |
setCoverage(BigInteger coverage)
Sets the "coverage" element
|
org.apache.xmlbeans.XmlInteger |
xgetAssertionCoverage()
Gets (as xml) the "assertionCoverage" element
|
org.apache.xmlbeans.XmlInteger |
xgetCount()
Gets (as xml) the "count" element
|
org.apache.xmlbeans.XmlInteger |
xgetCoverage()
Gets (as xml) the "coverage" element
|
void |
xsetAssertionCoverage(org.apache.xmlbeans.XmlInteger assertionCoverage)
Sets (as xml) the "assertionCoverage" element
|
void |
xsetCount(org.apache.xmlbeans.XmlInteger count)
Sets (as xml) the "count" element
|
void |
xsetCoverage(org.apache.xmlbeans.XmlInteger coverage)
Sets (as xml) the "coverage" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
BigInteger getCoverage()
org.apache.xmlbeans.XmlInteger xgetCoverage()
void setCoverage(BigInteger coverage)
void xsetCoverage(org.apache.xmlbeans.XmlInteger coverage)
BigInteger getAssertionCoverage()
org.apache.xmlbeans.XmlInteger xgetAssertionCoverage()
void setAssertionCoverage(BigInteger assertionCoverage)
void xsetAssertionCoverage(org.apache.xmlbeans.XmlInteger assertionCoverage)
BigInteger getCount()
org.apache.xmlbeans.XmlInteger xgetCount()
void setCount(BigInteger count)
void xsetCount(org.apache.xmlbeans.XmlInteger count)
Copyright © 2019. All Rights Reserved.