public class ArrayUpdateSpec extends DynamicData
Java class for ArrayUpdateSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArrayUpdateSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="operation" type="{urn:vim25}ArrayUpdateOperation"/>
<element name="removeKey" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayUpdateOperation |
operation |
protected Object |
removeKey |
| Constructor and Description |
|---|
ArrayUpdateSpec() |
| Modifier and Type | Method and Description |
|---|---|
ArrayUpdateOperation |
getOperation()
Gets the value of the operation property.
|
Object |
getRemoveKey()
Gets the value of the removeKey property.
|
void |
setOperation(ArrayUpdateOperation value)
Sets the value of the operation property.
|
void |
setRemoveKey(Object value)
Sets the value of the removeKey property.
|
protected ArrayUpdateOperation operation
protected Object removeKey
public ArrayUpdateOperation getOperation()
ArrayUpdateOperationpublic void setOperation(ArrayUpdateOperation value)
value - allowed object is
ArrayUpdateOperationpublic Object getRemoveKey()
ObjectCopyright © 2018. All rights reserved.