public interface MessageType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
MessageType.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 |
|---|---|
CoverageType |
addNewContractCoverage()
Appends and returns a new empty "contractCoverage" element
|
LineType |
addNewLine()
Appends and returns a new empty value (as xml) as the last "line" element
|
CoverageType |
getContractCoverage()
Gets the "contractCoverage" element
|
LineType[] |
getLineArray()
Deprecated.
|
LineType |
getLineArray(int i)
Gets ith "line" element
|
List<LineType> |
getLineList()
Gets a List of "line" elements
|
String |
getType()
Gets the "type" attribute
|
LineType |
insertNewLine(int i)
Inserts and returns a new empty value (as xml) as the ith "line" element
|
boolean |
isSetType()
True if has "type" attribute
|
void |
removeLine(int i)
Removes the ith "line" element
|
void |
setContractCoverage(CoverageType contractCoverage)
Sets the "contractCoverage" element
|
void |
setLineArray(int i,
LineType line)
Sets ith "line" element
|
void |
setLineArray(LineType[] lineArray)
Sets array of all "line" element
|
void |
setType(String type)
Sets the "type" attribute
|
int |
sizeOfLineArray()
Returns number of "line" element
|
void |
unsetType()
Unsets the "type" attribute
|
org.apache.xmlbeans.XmlString |
xgetType()
Gets (as xml) the "type" attribute
|
void |
xsetType(org.apache.xmlbeans.XmlString type)
Sets (as xml) the "type" attribute
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextCoverageType getContractCoverage()
void setContractCoverage(CoverageType contractCoverage)
CoverageType addNewContractCoverage()
LineType[] getLineArray()
LineType getLineArray(int i)
int sizeOfLineArray()
void setLineArray(LineType[] lineArray)
void setLineArray(int i,
LineType line)
LineType insertNewLine(int i)
LineType addNewLine()
void removeLine(int i)
String getType()
org.apache.xmlbeans.XmlString xgetType()
boolean isSetType()
void setType(String type)
void xsetType(org.apache.xmlbeans.XmlString type)
void unsetType()
Copyright © 2019. All Rights Reserved.