public class PropertyFilterUpdate extends DynamicData
Java class for PropertyFilterUpdate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyFilterUpdate">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="filter" type="{urn:vim25}ManagedObjectReference"/>
<element name="objectSet" type="{urn:vim25}ObjectUpdate" maxOccurs="unbounded" minOccurs="0"/>
<element name="missingSet" type="{urn:vim25}MissingObject" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
filter |
protected List<MissingObject> |
missingSet |
protected List<ObjectUpdate> |
objectSet |
| Constructor and Description |
|---|
PropertyFilterUpdate() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getFilter()
Gets the value of the filter property.
|
List<MissingObject> |
getMissingSet()
Gets the value of the missingSet property.
|
List<ObjectUpdate> |
getObjectSet()
Gets the value of the objectSet property.
|
void |
setFilter(ManagedObjectReference value)
Sets the value of the filter property.
|
protected ManagedObjectReference filter
protected List<ObjectUpdate> objectSet
protected List<MissingObject> missingSet
public ManagedObjectReference getFilter()
ManagedObjectReferencepublic void setFilter(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic List<ObjectUpdate> getObjectSet()
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 objectSet property.
For example, to add a new item, do as follows:
getObjectSet().add(newItem);
Objects of the following type(s) are allowed in the list
ObjectUpdate
public List<MissingObject> getMissingSet()
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 missingSet property.
For example, to add a new item, do as follows:
getMissingSet().add(newItem);
Objects of the following type(s) are allowed in the list
MissingObject
Copyright © 2018. All rights reserved.