public class TraversalSpec extends SelectionSpec
Java class for TraversalSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TraversalSpec">
<complexContent>
<extension base="{urn:vim25}SelectionSpec">
<sequence>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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 String |
path |
protected List<SelectionSpec> |
selectSet |
protected Boolean |
skip |
protected String |
type |
name| Constructor and Description |
|---|
TraversalSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Gets the value of the path property.
|
List<SelectionSpec> |
getSelectSet()
Gets the value of the selectSet property.
|
String |
getType()
Gets the value of the type property.
|
Boolean |
isSkip()
Gets the value of the skip property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setSkip(Boolean value)
Sets the value of the skip property.
|
void |
setType(String value)
Sets the value of the type property.
|
getName, setNameprotected String type
protected String path
protected Boolean skip
protected List<SelectionSpec> selectSet
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic 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.