public static interface DeleteDocument.Delete extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
DeleteDocument.Delete.Factory
A factory class with static methods for creating instances
of this type.
|
TaskType.Output
Modifier and Type | Field and Description |
---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
XmlAnySimpleType |
addNewDeletedFiles()
Appends and returns a new empty "DeletedFiles" attribute
|
XmlAnySimpleType |
addNewFiles()
Appends and returns a new empty "Files" attribute
|
XmlAnySimpleType |
getDeletedFiles()
Gets the "DeletedFiles" attribute
|
XmlAnySimpleType |
getFiles()
Gets the "Files" attribute
|
String |
getTreatErrorsAsWarnings()
Gets the "TreatErrorsAsWarnings" attribute
|
boolean |
isSetDeletedFiles()
True if has "DeletedFiles" attribute
|
boolean |
isSetTreatErrorsAsWarnings()
True if has "TreatErrorsAsWarnings" attribute
|
void |
setDeletedFiles(XmlAnySimpleType deletedFiles)
Sets the "DeletedFiles" attribute
|
void |
setFiles(XmlAnySimpleType files)
Sets the "Files" attribute
|
void |
setTreatErrorsAsWarnings(String treatErrorsAsWarnings)
Sets the "TreatErrorsAsWarnings" attribute
|
void |
unsetDeletedFiles()
Unsets the "DeletedFiles" attribute
|
void |
unsetTreatErrorsAsWarnings()
Unsets the "TreatErrorsAsWarnings" attribute
|
Boolean |
xgetTreatErrorsAsWarnings()
Gets (as xml) the "TreatErrorsAsWarnings" attribute
|
void |
xsetTreatErrorsAsWarnings(Boolean treatErrorsAsWarnings)
Sets (as xml) the "TreatErrorsAsWarnings" attribute
|
addNewOutput, getArchitecture, getCondition, getContinueOnError, getOutputArray, getOutputArray, getOutputList, getRuntime, insertNewOutput, isSetArchitecture, isSetCondition, isSetContinueOnError, isSetRuntime, removeOutput, setArchitecture, setCondition, setContinueOnError, setOutputArray, setOutputArray, setRuntime, sizeOfOutputArray, unsetArchitecture, unsetCondition, unsetContinueOnError, unsetRuntime, xgetArchitecture, xgetCondition, xgetContinueOnError, xgetRuntime, xsetArchitecture, xsetCondition, xsetContinueOnError, xsetRuntime
changeType, compareTo, compareValue, copy, 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
static final SchemaType type
XmlAnySimpleType getDeletedFiles()
boolean isSetDeletedFiles()
void setDeletedFiles(XmlAnySimpleType deletedFiles)
XmlAnySimpleType addNewDeletedFiles()
void unsetDeletedFiles()
XmlAnySimpleType getFiles()
void setFiles(XmlAnySimpleType files)
XmlAnySimpleType addNewFiles()
String getTreatErrorsAsWarnings()
Boolean xgetTreatErrorsAsWarnings()
boolean isSetTreatErrorsAsWarnings()
void setTreatErrorsAsWarnings(String treatErrorsAsWarnings)
void xsetTreatErrorsAsWarnings(Boolean treatErrorsAsWarnings)
void unsetTreatErrorsAsWarnings()