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