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