Package org.opendope.questions

Examples of org.opendope.questions.Question


    db.setStoreItemID(storeItemID);
    xp.setDataBinding(db);
    xPathsPart.getJaxbElement().getXpath().add(xp);
   
    // question
    Question q = new Question();
    q.setId(key);
    q.setText(key + "?");
    Response r = new Response();
    r.setFree( new Response.Free() );
    questionsPart.getJaxbElement().getQuestions().getQuestion().add(q);
  }
View Full Code Here

TOP

Related Classes of org.opendope.questions.Question

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.