public interface MultipartConfigType
The following features are supported:
Webapp30Package.getMultipartConfigType()| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getFileSizeThreshold()
Returns the value of the 'File Size Threshold' attribute.
|
String |
getLocation()
Returns the value of the 'Location' containment reference.
|
long |
getMaxFileSize()
Returns the value of the 'Max File Size' attribute.
|
long |
getMaxRequestSize()
Returns the value of the 'Max Request Size' attribute.
|
boolean |
isSetMaxFileSize()
Returns whether the value of the '
Max File Size' attribute is set. |
boolean |
isSetMaxRequestSize()
Returns whether the value of the '
Max Request Size' attribute is set. |
void |
setFileSizeThreshold(java.math.BigInteger value)
Sets the value of the '
File Size Threshold' attribute. |
void |
setLocation(String value)
Sets the value of the '
Location' containment reference. |
void |
setMaxFileSize(long value)
Sets the value of the '
Max File Size' attribute. |
void |
setMaxRequestSize(long value)
Sets the value of the '
Max Request Size' attribute. |
void |
unsetMaxFileSize()
Unsets the value of the '
Max File Size' attribute. |
void |
unsetMaxRequestSize()
Unsets the value of the '
Max Request Size' attribute. |
String getLocation()
setLocation(org.eclipse.modisco.jee.webapp.webapp30.String),
Webapp30Package.getMultipartConfigType_Location()void setLocation(String value)
Location' containment reference.
value - the new value of the 'Location' containment reference.getLocation()long getMaxFileSize()
isSetMaxFileSize(),
unsetMaxFileSize(),
setMaxFileSize(long),
Webapp30Package.getMultipartConfigType_MaxFileSize()void setMaxFileSize(long value)
Max File Size' attribute.
value - the new value of the 'Max File Size' attribute.isSetMaxFileSize(),
unsetMaxFileSize(),
getMaxFileSize()void unsetMaxFileSize()
Max File Size' attribute.
isSetMaxFileSize(),
getMaxFileSize(),
setMaxFileSize(long)boolean isSetMaxFileSize()
Max File Size' attribute is set.
unsetMaxFileSize(),
getMaxFileSize(),
setMaxFileSize(long)long getMaxRequestSize()
isSetMaxRequestSize(),
unsetMaxRequestSize(),
setMaxRequestSize(long),
Webapp30Package.getMultipartConfigType_MaxRequestSize()void setMaxRequestSize(long value)
Max Request Size' attribute.
value - the new value of the 'Max Request Size' attribute.isSetMaxRequestSize(),
unsetMaxRequestSize(),
getMaxRequestSize()void unsetMaxRequestSize()
Max Request Size' attribute.
isSetMaxRequestSize(),
getMaxRequestSize(),
setMaxRequestSize(long)boolean isSetMaxRequestSize()
Max Request Size' attribute is set.
unsetMaxRequestSize(),
getMaxRequestSize(),
setMaxRequestSize(long)java.math.BigInteger getFileSizeThreshold()
setFileSizeThreshold(BigInteger),
Webapp30Package.getMultipartConfigType_FileSizeThreshold()void setFileSizeThreshold(java.math.BigInteger value)
File Size Threshold' attribute.
value - the new value of the 'File Size Threshold' attribute.getFileSizeThreshold()