public class OutOfBounds extends VimFault
Java class for OutOfBounds complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OutOfBounds">
<complexContent>
<extension base="{urn:vim25}VimFault">
<sequence>
<element name="argumentName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
argumentName |
faultCause, faultMessage| Constructor and Description |
|---|
OutOfBounds() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArgumentName()
Gets the value of the argumentName property.
|
void |
setArgumentName(String value)
Sets the value of the argumentName property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String argumentName
Copyright © 2018. All rights reserved.