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()
String
public void setLocation(String value)
value
- allowed object is
String
public Long getMaxFileSize()
Long
public void setMaxFileSize(Long value)
value
- allowed object is
Long
public Long getMaxRequestSize()
Long
public void setMaxRequestSize(Long value)
value
- allowed object is
Long
public BigInteger getFileSizeThreshold()
BigInteger
public void setFileSizeThreshold(BigInteger value)
value
- allowed object is
BigInteger
Copyright © 2015 buschmais GbR. All rights reserved.