org.jasig.portlet.courses.model.xml.personal
Class ObjectFactory

java.lang.Object
  extended by org.jasig.portlet.courses.model.xml.personal.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.jasig.portlet.courses.model.xml.personal package.

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 Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jasig.portlet.courses.model.xml.personal
 
Method Summary
 Course createCourse()
          Create an instance of Course
 CoursesByTerm createCoursesByTerm()
          Create an instance of CoursesByTerm
 CourseTextbook createCourseTextbook()
          Create an instance of CourseTextbook
 CourseUpdate createCourseUpdate()
          Create an instance of CourseUpdate
 TermsAndCourses createTermsAndCourses()
          Create an instance of TermsAndCourses
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jasig.portlet.courses.model.xml.personal

Method Detail

createTermsAndCourses

public TermsAndCourses createTermsAndCourses()
Create an instance of TermsAndCourses


createCourse

public Course createCourse()
Create an instance of Course


createCourseTextbook

public CourseTextbook createCourseTextbook()
Create an instance of CourseTextbook


createCourseUpdate

public CourseUpdate createCourseUpdate()
Create an instance of CourseUpdate


createCoursesByTerm

public CoursesByTerm createCoursesByTerm()
Create an instance of CoursesByTerm



Copyright © 2012 Jasig. All Rights Reserved.