public class PropertyFilterSpec extends DynamicData
Java class for PropertyFilterSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyFilterSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="propSet" type="{urn:vim25}PropertySpec" maxOccurs="unbounded"/>
<element name="objectSet" type="{urn:vim25}ObjectSpec" maxOccurs="unbounded"/>
<element name="reportMissingObjectsInResults" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ObjectSpec> |
objectSet |
protected List<PropertySpec> |
propSet |
protected Boolean |
reportMissingObjectsInResults |
| Constructor and Description |
|---|
PropertyFilterSpec() |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectSpec> |
getObjectSet()
Gets the value of the objectSet property.
|
List<PropertySpec> |
getPropSet()
Gets the value of the propSet property.
|
Boolean |
isReportMissingObjectsInResults()
Gets the value of the reportMissingObjectsInResults property.
|
void |
setReportMissingObjectsInResults(Boolean value)
Sets the value of the reportMissingObjectsInResults property.
|
protected List<PropertySpec> propSet
protected List<ObjectSpec> objectSet
protected Boolean reportMissingObjectsInResults
public List<PropertySpec> getPropSet()
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 propSet property.
For example, to add a new item, do as follows:
getPropSet().add(newItem);
Objects of the following type(s) are allowed in the list
PropertySpec
public List<ObjectSpec> 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
ObjectSpec
public Boolean isReportMissingObjectsInResults()
BooleanCopyright © 2018. All rights reserved.