public interface MaliciousAttachmentConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
MaliciousAttachmentConfig.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 |
---|---|
boolean |
getCached()
Gets the "cached" attribute
|
String |
getContentType()
Gets the "contentType" attribute
|
boolean |
getEnabled()
Gets the "enabled" attribute
|
String |
getFilename()
Gets the "filename" attribute
|
long |
getSize()
Gets the "size" attribute
|
boolean |
isSetCached()
True if has "cached" attribute
|
boolean |
isSetContentType()
True if has "contentType" attribute
|
boolean |
isSetEnabled()
True if has "enabled" attribute
|
boolean |
isSetFilename()
True if has "filename" attribute
|
boolean |
isSetSize()
True if has "size" attribute
|
void |
setCached(boolean cached)
Sets the "cached" attribute
|
void |
setContentType(String contentType)
Sets the "contentType" attribute
|
void |
setEnabled(boolean enabled)
Sets the "enabled" attribute
|
void |
setFilename(String filename)
Sets the "filename" attribute
|
void |
setSize(long size)
Sets the "size" attribute
|
void |
unsetCached()
Unsets the "cached" attribute
|
void |
unsetContentType()
Unsets the "contentType" attribute
|
void |
unsetEnabled()
Unsets the "enabled" attribute
|
void |
unsetFilename()
Unsets the "filename" attribute
|
void |
unsetSize()
Unsets the "size" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetCached()
Gets (as xml) the "cached" attribute
|
org.apache.xmlbeans.XmlString |
xgetContentType()
Gets (as xml) the "contentType" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetEnabled()
Gets (as xml) the "enabled" attribute
|
org.apache.xmlbeans.XmlString |
xgetFilename()
Gets (as xml) the "filename" attribute
|
org.apache.xmlbeans.XmlLong |
xgetSize()
Gets (as xml) the "size" attribute
|
void |
xsetCached(org.apache.xmlbeans.XmlBoolean cached)
Sets (as xml) the "cached" attribute
|
void |
xsetContentType(org.apache.xmlbeans.XmlString contentType)
Sets (as xml) the "contentType" attribute
|
void |
xsetEnabled(org.apache.xmlbeans.XmlBoolean enabled)
Sets (as xml) the "enabled" attribute
|
void |
xsetFilename(org.apache.xmlbeans.XmlString filename)
Sets (as xml) the "filename" attribute
|
void |
xsetSize(org.apache.xmlbeans.XmlLong size)
Sets (as xml) the "size" 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
String getFilename()
org.apache.xmlbeans.XmlString xgetFilename()
boolean isSetFilename()
void setFilename(String filename)
void xsetFilename(org.apache.xmlbeans.XmlString filename)
void unsetFilename()
long getSize()
org.apache.xmlbeans.XmlLong xgetSize()
boolean isSetSize()
void setSize(long size)
void xsetSize(org.apache.xmlbeans.XmlLong size)
void unsetSize()
String getContentType()
org.apache.xmlbeans.XmlString xgetContentType()
boolean isSetContentType()
void setContentType(String contentType)
void xsetContentType(org.apache.xmlbeans.XmlString contentType)
void unsetContentType()
boolean getEnabled()
org.apache.xmlbeans.XmlBoolean xgetEnabled()
boolean isSetEnabled()
void setEnabled(boolean enabled)
void xsetEnabled(org.apache.xmlbeans.XmlBoolean enabled)
void unsetEnabled()
boolean getCached()
org.apache.xmlbeans.XmlBoolean xgetCached()
boolean isSetCached()
void setCached(boolean cached)
void xsetCached(org.apache.xmlbeans.XmlBoolean cached)
void unsetCached()
Copyright © 2019. All Rights Reserved.