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