public class ObjectSpec extends DynamicData
Java class for ObjectSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="obj" type="{urn:vim25}ManagedObjectReference"/>
<element name="skip" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="selectSet" type="{urn:vim25}SelectionSpec" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
obj |
protected List<SelectionSpec> |
selectSet |
protected Boolean |
skip |
| Constructor and Description |
|---|
ObjectSpec() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getObj()
Gets the value of the obj property.
|
List<SelectionSpec> |
getSelectSet()
Gets the value of the selectSet property.
|
Boolean |
isSkip()
Gets the value of the skip property.
|
void |
setObj(ManagedObjectReference value)
Sets the value of the obj property.
|
void |
setSkip(Boolean value)
Sets the value of the skip property.
|
protected ManagedObjectReference obj
protected Boolean skip
protected List<SelectionSpec> selectSet
public ManagedObjectReference getObj()
ManagedObjectReferencepublic void setObj(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic Boolean isSkip()
Booleanpublic void setSkip(Boolean value)
value - allowed object is
Booleanpublic List<SelectionSpec> getSelectSet()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the selectSet property.
For example, to add a new item, do as follows:
getSelectSet().add(newItem);
Objects of the following type(s) are allowed in the list
SelectionSpec
Copyright © 2018. All rights reserved.