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