|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vmware.vim.DynamicData
com.vmware.vim.SelectionSpec
com.vmware.vim.TraversalSpec
public class TraversalSpec
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:vim2}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:vim2}SelectionSpec" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
path
|
protected java.util.List<SelectionSpec> |
selectSet
|
protected java.lang.Boolean |
skip
|
protected java.lang.String |
type
|
| Fields inherited from class com.vmware.vim.SelectionSpec |
|---|
name |
| Fields inherited from class com.vmware.vim.DynamicData |
|---|
dynamicProperty, dynamicType |
| Constructor Summary | |
|---|---|
TraversalSpec()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPath()
Gets the value of the path property. |
java.util.List<SelectionSpec> |
getSelectSet()
Gets the value of the selectSet property. |
java.lang.String |
getType()
Gets the value of the type property. |
java.lang.Boolean |
isSkip()
Gets the value of the skip property. |
void |
setPath(java.lang.String value)
Sets the value of the path property. |
void |
setSelectSet(java.util.List<SelectionSpec> selectSet)
Sets the value of the selectSet property. |
void |
setSkip(java.lang.Boolean value)
Sets the value of the skip property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
| Methods inherited from class com.vmware.vim.SelectionSpec |
|---|
getName, setName |
| Methods inherited from class com.vmware.vim.DynamicData |
|---|
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String type
protected java.lang.String path
protected java.lang.Boolean skip
protected java.util.List<SelectionSpec> selectSet
| Constructor Detail |
|---|
public TraversalSpec()
| Method Detail |
|---|
public java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPath()
Stringpublic void setPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isSkip()
Booleanpublic void setSkip(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.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
public void setSelectSet(java.util.List<SelectionSpec> selectSet)
selectSet - allowed object is
SelectionSpec
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||