public class HostFileAccess extends DynamicData
Java class for HostFileAccess complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostFileAccess">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="who" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="what" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
what |
protected String |
who |
| Constructor and Description |
|---|
HostFileAccess() |
| Modifier and Type | Method and Description |
|---|---|
String |
getWhat()
Gets the value of the what property.
|
String |
getWho()
Gets the value of the who property.
|
void |
setWhat(String value)
Sets the value of the what property.
|
void |
setWho(String value)
Sets the value of the who property.
|
public String getWho()
Stringpublic void setWho(String value)
value - allowed object is
Stringpublic String getWhat()
StringCopyright © 2018. All rights reserved.