public class NamespaceFull extends VimFault
Java class for NamespaceFull complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NamespaceFull">
<complexContent>
<extension base="{urn:vim25}VimFault">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="currentMaxSize" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="requiredSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
currentMaxSize |
protected String |
name |
protected Long |
requiredSize |
faultCause, faultMessage| Constructor and Description |
|---|
NamespaceFull() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCurrentMaxSize()
Gets the value of the currentMaxSize property.
|
String |
getName()
Gets the value of the name property.
|
Long |
getRequiredSize()
Gets the value of the requiredSize property.
|
void |
setCurrentMaxSize(long value)
Sets the value of the currentMaxSize property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRequiredSize(Long value)
Sets the value of the requiredSize property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String name
protected long currentMaxSize
protected Long requiredSize
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic long getCurrentMaxSize()
public void setCurrentMaxSize(long value)
public Long getRequiredSize()
LongCopyright © 2018. All rights reserved.