public class UpdateSet extends DynamicData
Java class for UpdateSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpdateSet">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="filterSet" type="{urn:vim25}PropertyFilterUpdate" maxOccurs="unbounded" minOccurs="0"/>
<element name="truncated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<PropertyFilterUpdate> |
filterSet |
protected Boolean |
truncated |
protected String |
version |
| Constructor and Description |
|---|
UpdateSet() |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyFilterUpdate> |
getFilterSet()
Gets the value of the filterSet property.
|
String |
getVersion()
Gets the value of the version property.
|
Boolean |
isTruncated()
Gets the value of the truncated property.
|
void |
setTruncated(Boolean value)
Sets the value of the truncated property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String version
protected List<PropertyFilterUpdate> filterSet
protected Boolean truncated
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic List<PropertyFilterUpdate> getFilterSet()
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 filterSet property.
For example, to add a new item, do as follows:
getFilterSet().add(newItem);
Objects of the following type(s) are allowed in the list
PropertyFilterUpdate
public Boolean isTruncated()
BooleanCopyright © 2018. All rights reserved.