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