public class QueryNFSUserResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="returnval" type="{urn:vim25}HostNasVolumeUserInfo" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostNasVolumeUserInfo |
returnval |
| Constructor and Description |
|---|
QueryNFSUserResponse() |
| Modifier and Type | Method and Description |
|---|---|
HostNasVolumeUserInfo |
getReturnval()
Gets the value of the returnval property.
|
void |
setReturnval(HostNasVolumeUserInfo value)
Sets the value of the returnval property.
|
protected HostNasVolumeUserInfo returnval
public HostNasVolumeUserInfo getReturnval()
HostNasVolumeUserInfopublic void setReturnval(HostNasVolumeUserInfo value)
value - allowed object is
HostNasVolumeUserInfoCopyright © 2018. All rights reserved.