public class RetrieveDasAdvancedRuntimeInfoResponse 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}ClusterDasAdvancedRuntimeInfo" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClusterDasAdvancedRuntimeInfo |
returnval |
| Constructor and Description |
|---|
RetrieveDasAdvancedRuntimeInfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
ClusterDasAdvancedRuntimeInfo |
getReturnval()
Gets the value of the returnval property.
|
void |
setReturnval(ClusterDasAdvancedRuntimeInfo value)
Sets the value of the returnval property.
|
protected ClusterDasAdvancedRuntimeInfo returnval
public RetrieveDasAdvancedRuntimeInfoResponse()
public ClusterDasAdvancedRuntimeInfo getReturnval()
ClusterDasAdvancedRuntimeInfopublic void setReturnval(ClusterDasAdvancedRuntimeInfo value)
value - allowed object is
ClusterDasAdvancedRuntimeInfoCopyright © 2018. All rights reserved.