public class MultipartConfigType extends Object
Java-Klasse für multipart-configType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="multipart-configType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="location" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
<element name="max-file-size" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="max-request-size" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="file-size-threshold" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
fileSizeThreshold |
protected String |
location |
protected Long |
maxFileSize |
protected Long |
maxRequestSize |
| Constructor and Description |
|---|
MultipartConfigType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getFileSizeThreshold()
Ruft den Wert der fileSizeThreshold-Eigenschaft ab.
|
String |
getLocation()
Ruft den Wert der location-Eigenschaft ab.
|
Long |
getMaxFileSize()
Ruft den Wert der maxFileSize-Eigenschaft ab.
|
Long |
getMaxRequestSize()
Ruft den Wert der maxRequestSize-Eigenschaft ab.
|
void |
setFileSizeThreshold(BigInteger value)
Legt den Wert der fileSizeThreshold-Eigenschaft fest.
|
void |
setLocation(String value)
Legt den Wert der location-Eigenschaft fest.
|
void |
setMaxFileSize(Long value)
Legt den Wert der maxFileSize-Eigenschaft fest.
|
void |
setMaxRequestSize(Long value)
Legt den Wert der maxRequestSize-Eigenschaft fest.
|
protected String location
protected Long maxFileSize
protected Long maxRequestSize
protected BigInteger fileSizeThreshold
public String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic Long getMaxFileSize()
Longpublic void setMaxFileSize(Long value)
value - allowed object is
Longpublic Long getMaxRequestSize()
Longpublic void setMaxRequestSize(Long value)
value - allowed object is
Longpublic BigInteger getFileSizeThreshold()
BigIntegerpublic void setFileSizeThreshold(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2015 buschmais GbR. All rights reserved.