@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public class MultipartConfigType extends Object
Java class for multipart-configType complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
Gets the value of the fileSizeThreshold property.
|
String |
getLocation()
Gets the value of the location property.
|
Long |
getMaxFileSize()
Gets the value of the maxFileSize property.
|
Long |
getMaxRequestSize()
Gets the value of the maxRequestSize property.
|
void |
setFileSizeThreshold(BigInteger value)
Sets the value of the fileSizeThreshold property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
void |
setMaxFileSize(Long value)
Sets the value of the maxFileSize property.
|
void |
setMaxRequestSize(Long value)
Sets the value of the maxRequestSize property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected String location
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected Long maxFileSize
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected Long maxRequestSize
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected BigInteger fileSizeThreshold
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public String getLocation()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setLocation(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public Long getMaxFileSize()
Long
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setMaxFileSize(Long value)
value
- allowed object is
Long
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public Long getMaxRequestSize()
Long
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setMaxRequestSize(Long value)
value
- allowed object is
Long
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public BigInteger getFileSizeThreshold()
BigInteger
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setFileSizeThreshold(BigInteger value)
value
- allowed object is
BigInteger
Copyright © 2016 buschmais GbR. All rights reserved.