public interface MaliciousAttachmentElementConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
MaliciousAttachmentElementConfig.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 |
---|---|
MaliciousAttachmentConfig |
addNewGenerateAttachment()
Appends and returns a new empty value (as xml) as the last "generateAttachment" element
|
MaliciousAttachmentConfig |
addNewReplaceAttachment()
Appends and returns a new empty value (as xml) as the last "replaceAttachment" element
|
MaliciousAttachmentConfig[] |
getGenerateAttachmentArray()
Deprecated.
|
MaliciousAttachmentConfig |
getGenerateAttachmentArray(int i)
Gets ith "generateAttachment" element
|
List<MaliciousAttachmentConfig> |
getGenerateAttachmentList()
Gets a List of "generateAttachment" elements
|
String |
getKey()
Gets the "key" attribute
|
boolean |
getRemove()
Gets the "remove" attribute
|
MaliciousAttachmentConfig[] |
getReplaceAttachmentArray()
Deprecated.
|
MaliciousAttachmentConfig |
getReplaceAttachmentArray(int i)
Gets ith "replaceAttachment" element
|
List<MaliciousAttachmentConfig> |
getReplaceAttachmentList()
Gets a List of "replaceAttachment" elements
|
MaliciousAttachmentConfig |
insertNewGenerateAttachment(int i)
Inserts and returns a new empty value (as xml) as the ith "generateAttachment" element
|
MaliciousAttachmentConfig |
insertNewReplaceAttachment(int i)
Inserts and returns a new empty value (as xml) as the ith "replaceAttachment" element
|
boolean |
isSetKey()
True if has "key" attribute
|
boolean |
isSetRemove()
True if has "remove" attribute
|
void |
removeGenerateAttachment(int i)
Removes the ith "generateAttachment" element
|
void |
removeReplaceAttachment(int i)
Removes the ith "replaceAttachment" element
|
void |
setGenerateAttachmentArray(int i,
MaliciousAttachmentConfig generateAttachment)
Sets ith "generateAttachment" element
|
void |
setGenerateAttachmentArray(MaliciousAttachmentConfig[] generateAttachmentArray)
Sets array of all "generateAttachment" element
|
void |
setKey(String key)
Sets the "key" attribute
|
void |
setRemove(boolean remove)
Sets the "remove" attribute
|
void |
setReplaceAttachmentArray(int i,
MaliciousAttachmentConfig replaceAttachment)
Sets ith "replaceAttachment" element
|
void |
setReplaceAttachmentArray(MaliciousAttachmentConfig[] replaceAttachmentArray)
Sets array of all "replaceAttachment" element
|
int |
sizeOfGenerateAttachmentArray()
Returns number of "generateAttachment" element
|
int |
sizeOfReplaceAttachmentArray()
Returns number of "replaceAttachment" element
|
void |
unsetKey()
Unsets the "key" attribute
|
void |
unsetRemove()
Unsets the "remove" attribute
|
org.apache.xmlbeans.XmlString |
xgetKey()
Gets (as xml) the "key" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetRemove()
Gets (as xml) the "remove" attribute
|
void |
xsetKey(org.apache.xmlbeans.XmlString key)
Sets (as xml) the "key" attribute
|
void |
xsetRemove(org.apache.xmlbeans.XmlBoolean remove)
Sets (as xml) the "remove" 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
List<MaliciousAttachmentConfig> getReplaceAttachmentList()
MaliciousAttachmentConfig[] getReplaceAttachmentArray()
MaliciousAttachmentConfig getReplaceAttachmentArray(int i)
int sizeOfReplaceAttachmentArray()
void setReplaceAttachmentArray(MaliciousAttachmentConfig[] replaceAttachmentArray)
void setReplaceAttachmentArray(int i, MaliciousAttachmentConfig replaceAttachment)
MaliciousAttachmentConfig insertNewReplaceAttachment(int i)
MaliciousAttachmentConfig addNewReplaceAttachment()
void removeReplaceAttachment(int i)
List<MaliciousAttachmentConfig> getGenerateAttachmentList()
MaliciousAttachmentConfig[] getGenerateAttachmentArray()
MaliciousAttachmentConfig getGenerateAttachmentArray(int i)
int sizeOfGenerateAttachmentArray()
void setGenerateAttachmentArray(MaliciousAttachmentConfig[] generateAttachmentArray)
void setGenerateAttachmentArray(int i, MaliciousAttachmentConfig generateAttachment)
MaliciousAttachmentConfig insertNewGenerateAttachment(int i)
MaliciousAttachmentConfig addNewGenerateAttachment()
void removeGenerateAttachment(int i)
String getKey()
org.apache.xmlbeans.XmlString xgetKey()
boolean isSetKey()
void setKey(String key)
void xsetKey(org.apache.xmlbeans.XmlString key)
void unsetKey()
boolean getRemove()
org.apache.xmlbeans.XmlBoolean xgetRemove()
boolean isSetRemove()
void setRemove(boolean remove)
void xsetRemove(org.apache.xmlbeans.XmlBoolean remove)
void unsetRemove()
Copyright © 2019. All Rights Reserved.