public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.opendope.questions
|
Modifier and Type | Method and Description |
---|---|
Question |
createQuestion()
Create an instance of
Question |
Questionnaire |
createQuestionnaire()
Create an instance of
Questionnaire |
Questionnaire.Questions |
createQuestionnaireQuestions()
Create an instance of
Questionnaire.Questions |
Response |
createResponse()
Create an instance of
Response |
Response.Fixed |
createResponseFixed()
Create an instance of
Response.Fixed |
Response.Fixed.Item |
createResponseFixedItem()
Create an instance of
Response.Fixed.Item |
Response.Free |
createResponseFree()
Create an instance of
Response.Free |
public ObjectFactory()
public Questionnaire createQuestionnaire()
Questionnaire
public Response.Fixed createResponseFixed()
Response.Fixed
public Questionnaire.Questions createQuestionnaireQuestions()
Questionnaire.Questions
public Response.Free createResponseFree()
Response.Free
public Response.Fixed.Item createResponseFixedItem()
Response.Fixed.Item
Copyright © 2007-2017. All Rights Reserved.