|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ahtutils.xml.report.ObjectFactory
public class ObjectFactory
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 |
|---|
public ObjectFactory()
| Method Detail |
|---|
public Info createInfo()
Info
public Reports createReports()
Reports
public Report createReport()
Report
public Media createMedia()
Media
public Jr createJr()
Jr
public Info.Title createInfoTitle()
Info.Title
public Info.Record createInfoRecord()
Info.Record
public Info.Subtitle createInfoSubtitle()
Info.Subtitle
public Info.Footer createInfoFooter()
Info.Footer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||