com.hyper9.simdk.stubs.jaxws
Class AnswerVM

java.lang.Object
  extended by com.hyper9.simdk.stubs.jaxws.AnswerVM

public class AnswerVM
extends Object


Constructor Summary
AnswerVM()
           
 
Method Summary
 String getAnswerChoice()
           
 String getQuestionId()
           
 ManagedObjectReference getThis()
           
 void setAnswerChoice(String answerChoice)
           
 void setQuestionId(String questionId)
           
 void setThis(ManagedObjectReference _this)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnswerVM

public AnswerVM()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

public void setThis(ManagedObjectReference _this)
Parameters:
_this - the value for the _this property

getQuestionId

public String getQuestionId()
Returns:
returns String

setQuestionId

public void setQuestionId(String questionId)
Parameters:
questionId - the value for the questionId property

getAnswerChoice

public String getAnswerChoice()
Returns:
returns String

setAnswerChoice

public void setAnswerChoice(String answerChoice)
Parameters:
answerChoice - the value for the answerChoice property


Copyright © 2009-2010 Hyper9. All Rights Reserved.