public class CallReport extends Node
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
designLocation |
protected java.lang.String |
schemaLocation |
protected java.lang.String |
schemaRootName |
Constructor and Description |
---|
CallReport()
Constructor for JAXB
|
CallReport(CallReport other)
Constructor for flat cloning
|
CallReport(java.lang.String name,
java.lang.String schemaLocation,
java.lang.String schemaRootName) |
Modifier and Type | Method and Description |
---|---|
CallReport |
deepClone()
Create a deep copy
|
static CallReport |
fromElement(org.w3c.dom.Element element)
Constructs a CallReport from a "rtl:call-report" element in a 4rp document
|
java.lang.String |
getDesignLocation() |
java.lang.String |
getSchemaRootName() |
org.w3c.dom.Element |
toElement(org.w3c.dom.Document document,
boolean deep) |
java.lang.String |
toString() |
java.lang.String |
toString(boolean deep,
int level)
Returns a
String that represents the value of this
CallReport . |
getDeepestDescendant, getIndex, getLastChild, getLinearlyPreceedingNode, getLinearlySucceedingNode, getName, getNextSibling, getNode, getNumberOfNodes, getParent, getPreviousSibling, isAncestor, setName, setParent
protected java.lang.String schemaLocation
protected java.lang.String schemaRootName
protected java.lang.String designLocation
public CallReport(java.lang.String name, java.lang.String schemaLocation, java.lang.String schemaRootName)
public CallReport()
public CallReport(CallReport other)
public CallReport deepClone()
public static CallReport fromElement(org.w3c.dom.Element element) throws DesignFileException
DesignFileException
public org.w3c.dom.Element toElement(org.w3c.dom.Document document, boolean deep)
public java.lang.String getDesignLocation()
public java.lang.String getSchemaRootName()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(boolean deep, int level)
String
that represents the value of this
CallReport
.