net.sf.ahtutils.xml.report
Class ObjectFactory

java.lang.Object
  extended by net.sf.ahtutils.xml.report.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the net.sf.ahtutils.xml.report 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: net.sf.ahtutils.xml.report
 
Method Summary
 Info createInfo()
          Create an instance of Info
 Info.Footer createInfoFooter()
          Create an instance of Info.Footer
 Info.Record createInfoRecord()
          Create an instance of Info.Record
 Info.Subtitle createInfoSubtitle()
          Create an instance of Info.Subtitle
 Info.Title createInfoTitle()
          Create an instance of Info.Title
 Jr createJr()
          Create an instance of Jr
 Media createMedia()
          Create an instance of Media
 Report createReport()
          Create an instance of Report
 Reports createReports()
          Create an instance of Reports
 
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: net.sf.ahtutils.xml.report

Method Detail

createInfo

public Info createInfo()
Create an instance of Info


createReports

public Reports createReports()
Create an instance of Reports


createReport

public Report createReport()
Create an instance of Report


createMedia

public Media createMedia()
Create an instance of Media


createJr

public Jr createJr()
Create an instance of Jr


createInfoTitle

public Info.Title createInfoTitle()
Create an instance of Info.Title


createInfoRecord

public Info.Record createInfoRecord()
Create an instance of Info.Record


createInfoSubtitle

public Info.Subtitle createInfoSubtitle()
Create an instance of Info.Subtitle


createInfoFooter

public Info.Footer createInfoFooter()
Create an instance of Info.Footer



Copyright © 2011. All Rights Reserved.