public interface ReportFile
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
ReportFile.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 |
---|---|
AddStyleSheet |
addNewAddStyleSheet()
Appends and returns a new empty "addStyleSheet" element
|
AddStyleSheet |
getAddStyleSheet()
Gets the "addStyleSheet" element
|
String |
getLocation()
Gets the "location" attribute
|
boolean |
getReplace()
Gets the "replace" attribute
|
boolean |
isSetAddStyleSheet()
True if has "addStyleSheet" element
|
boolean |
isSetLocation()
True if has "location" attribute
|
boolean |
isSetReplace()
True if has "replace" attribute
|
void |
setAddStyleSheet(AddStyleSheet addStyleSheet)
Sets the "addStyleSheet" element
|
void |
setLocation(String location)
Sets the "location" attribute
|
void |
setReplace(boolean replace)
Sets the "replace" attribute
|
void |
unsetAddStyleSheet()
Unsets the "addStyleSheet" element
|
void |
unsetLocation()
Unsets the "location" attribute
|
void |
unsetReplace()
Unsets the "replace" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetLocation()
Gets (as xml) the "location" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetReplace()
Gets (as xml) the "replace" attribute
|
void |
xsetLocation(org.apache.xmlbeans.XmlAnyURI location)
Sets (as xml) the "location" attribute
|
void |
xsetReplace(org.apache.xmlbeans.XmlBoolean replace)
Sets (as xml) the "replace" 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, 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
AddStyleSheet getAddStyleSheet()
boolean isSetAddStyleSheet()
void setAddStyleSheet(AddStyleSheet addStyleSheet)
AddStyleSheet addNewAddStyleSheet()
void unsetAddStyleSheet()
String getLocation()
org.apache.xmlbeans.XmlAnyURI xgetLocation()
boolean isSetLocation()
void setLocation(String location)
void xsetLocation(org.apache.xmlbeans.XmlAnyURI location)
void unsetLocation()
boolean getReplace()
org.apache.xmlbeans.XmlBoolean xgetReplace()
boolean isSetReplace()
void setReplace(boolean replace)
void xsetReplace(org.apache.xmlbeans.XmlBoolean replace)
void unsetReplace()
Copyright © 2019. All Rights Reserved.