com.amazonaws.mturk.dataschema
Class ObjectFactory

java.lang.Object
  extended by com.amazonaws.mturk.dataschema.ObjectFactory

public class ObjectFactory
extends java.lang.Object


Constructor Summary
ObjectFactory()
           
 
Method Summary
 QuestionFormAnswers createQuestionFormAnswers()
           
 QuestionFormAnswersType createQuestionFormAnswersType()
           
 QuestionFormAnswersType.AnswerType createQuestionFormAnswersTypeAnswerType()
           
 java.lang.Object getProperty(java.lang.String pName)
           
 java.lang.Object newInstance(java.lang.Class pElementInterface)
           
 void setProperty(java.lang.String pName, java.lang.Object pValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
              throws javax.xml.bind.JAXBException
Throws:
javax.xml.bind.JAXBException
Method Detail

newInstance

public java.lang.Object newInstance(java.lang.Class pElementInterface)
                             throws javax.xml.bind.JAXBException
Throws:
javax.xml.bind.JAXBException

getProperty

public java.lang.Object getProperty(java.lang.String pName)

setProperty

public void setProperty(java.lang.String pName,
                        java.lang.Object pValue)

createQuestionFormAnswers

public QuestionFormAnswers createQuestionFormAnswers()
                                              throws javax.xml.bind.JAXBException
Throws:
javax.xml.bind.JAXBException

createQuestionFormAnswersType

public QuestionFormAnswersType createQuestionFormAnswersType()
                                                      throws javax.xml.bind.JAXBException
Throws:
javax.xml.bind.JAXBException

createQuestionFormAnswersTypeAnswerType

public QuestionFormAnswersType.AnswerType createQuestionFormAnswersTypeAnswerType()
                                                                           throws javax.xml.bind.JAXBException
Throws:
javax.xml.bind.JAXBException