public class FileTooLarge extends FileFault
Java class for FileTooLarge complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileTooLarge">
<complexContent>
<extension base="{urn:vim25}FileFault">
<sequence>
<element name="datastore" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fileSize" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="maxFileSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
datastore |
protected long |
fileSize |
protected Long |
maxFileSize |
faultCause, faultMessage| Constructor and Description |
|---|
FileTooLarge() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatastore()
Gets the value of the datastore property.
|
long |
getFileSize()
Gets the value of the fileSize property.
|
Long |
getMaxFileSize()
Gets the value of the maxFileSize property.
|
void |
setDatastore(String value)
Sets the value of the datastore property.
|
void |
setFileSize(long value)
Sets the value of the fileSize property.
|
void |
setMaxFileSize(Long value)
Sets the value of the maxFileSize property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String datastore
protected long fileSize
protected Long maxFileSize
public String getDatastore()
Stringpublic void setDatastore(String value)
value - allowed object is
Stringpublic long getFileSize()
public void setFileSize(long value)
public Long getMaxFileSize()
LongCopyright © 2018. All rights reserved.