public class AcquireTicketRequestType extends Object
Java class for AcquireTicketRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AcquireTicketRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="ticketType" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
ticketType |
| Constructor and Description |
|---|
AcquireTicketRequestType() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
String |
getTicketType()
Gets the value of the ticketType property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
void |
setTicketType(String value)
Sets the value of the ticketType property.
|
protected ManagedObjectReference _this
protected String ticketType
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getTicketType()
StringCopyright © 2018. All rights reserved.