public interface XmlBombSecurityCheckConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
XmlBombSecurityCheckConfig.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 |
---|---|
org.apache.xmlbeans.XmlString |
addNewXmlBombs()
Appends and returns a new empty value (as xml) as the last "xmlBombs" element
|
void |
addXmlBombs(String xmlBombs)
Appends the value as the last "xmlBombs" element
|
boolean |
getAttachXmlBomb()
Gets the "attachXmlBomb" attribute
|
String |
getXmlAttachmentPrefix()
Gets the "xmlAttachmentPrefix" attribute
|
String[] |
getXmlBombsArray()
Deprecated.
|
String |
getXmlBombsArray(int i)
Gets ith "xmlBombs" element
|
List<String> |
getXmlBombsList()
Gets a List of "xmlBombs" elements
|
org.apache.xmlbeans.XmlString |
insertNewXmlBombs(int i)
Inserts and returns a new empty value (as xml) as the ith "xmlBombs" element
|
void |
insertXmlBombs(int i,
String xmlBombs)
Inserts the value as the ith "xmlBombs" element
|
boolean |
isSetAttachXmlBomb()
True if has "attachXmlBomb" attribute
|
boolean |
isSetXmlAttachmentPrefix()
True if has "xmlAttachmentPrefix" attribute
|
void |
removeXmlBombs(int i)
Removes the ith "xmlBombs" element
|
void |
setAttachXmlBomb(boolean attachXmlBomb)
Sets the "attachXmlBomb" attribute
|
void |
setXmlAttachmentPrefix(String xmlAttachmentPrefix)
Sets the "xmlAttachmentPrefix" attribute
|
void |
setXmlBombsArray(int i,
String xmlBombs)
Sets ith "xmlBombs" element
|
void |
setXmlBombsArray(String[] xmlBombsArray)
Sets array of all "xmlBombs" element
|
int |
sizeOfXmlBombsArray()
Returns number of "xmlBombs" element
|
void |
unsetAttachXmlBomb()
Unsets the "attachXmlBomb" attribute
|
void |
unsetXmlAttachmentPrefix()
Unsets the "xmlAttachmentPrefix" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetAttachXmlBomb()
Gets (as xml) the "attachXmlBomb" attribute
|
org.apache.xmlbeans.XmlString |
xgetXmlAttachmentPrefix()
Gets (as xml) the "xmlAttachmentPrefix" attribute
|
org.apache.xmlbeans.XmlString[] |
xgetXmlBombsArray()
Deprecated.
|
org.apache.xmlbeans.XmlString |
xgetXmlBombsArray(int i)
Gets (as xml) ith "xmlBombs" element
|
List<org.apache.xmlbeans.XmlString> |
xgetXmlBombsList()
Gets (as xml) a List of "xmlBombs" elements
|
void |
xsetAttachXmlBomb(org.apache.xmlbeans.XmlBoolean attachXmlBomb)
Sets (as xml) the "attachXmlBomb" attribute
|
void |
xsetXmlAttachmentPrefix(org.apache.xmlbeans.XmlString xmlAttachmentPrefix)
Sets (as xml) the "xmlAttachmentPrefix" attribute
|
void |
xsetXmlBombsArray(int i,
org.apache.xmlbeans.XmlString xmlBombs)
Sets (as xml) ith "xmlBombs" element
|
void |
xsetXmlBombsArray(org.apache.xmlbeans.XmlString[] xmlBombsArray)
Sets (as xml) array of all "xmlBombs" 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
String[] getXmlBombsArray()
String getXmlBombsArray(int i)
List<org.apache.xmlbeans.XmlString> xgetXmlBombsList()
org.apache.xmlbeans.XmlString[] xgetXmlBombsArray()
org.apache.xmlbeans.XmlString xgetXmlBombsArray(int i)
int sizeOfXmlBombsArray()
void setXmlBombsArray(String[] xmlBombsArray)
void setXmlBombsArray(int i, String xmlBombs)
void xsetXmlBombsArray(org.apache.xmlbeans.XmlString[] xmlBombsArray)
void xsetXmlBombsArray(int i, org.apache.xmlbeans.XmlString xmlBombs)
void insertXmlBombs(int i, String xmlBombs)
void addXmlBombs(String xmlBombs)
org.apache.xmlbeans.XmlString insertNewXmlBombs(int i)
org.apache.xmlbeans.XmlString addNewXmlBombs()
void removeXmlBombs(int i)
boolean getAttachXmlBomb()
org.apache.xmlbeans.XmlBoolean xgetAttachXmlBomb()
boolean isSetAttachXmlBomb()
void setAttachXmlBomb(boolean attachXmlBomb)
void xsetAttachXmlBomb(org.apache.xmlbeans.XmlBoolean attachXmlBomb)
void unsetAttachXmlBomb()
String getXmlAttachmentPrefix()
org.apache.xmlbeans.XmlString xgetXmlAttachmentPrefix()
boolean isSetXmlAttachmentPrefix()
void setXmlAttachmentPrefix(String xmlAttachmentPrefix)
void xsetXmlAttachmentPrefix(org.apache.xmlbeans.XmlString xmlAttachmentPrefix)
void unsetXmlAttachmentPrefix()
Copyright © 2019. All Rights Reserved.