net.sf.dynamicreports.adhoc.xmlconfiguration
Class ObjectFactory

java.lang.Object
  extended by net.sf.dynamicreports.adhoc.xmlconfiguration.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.dynamicreports.adhoc.xmlconfiguration 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.dynamicreports.adhoc.xmlconfiguration
 
Method Summary
 JAXBElement<XmlAdhocConfiguration> createConfiguration(XmlAdhocConfiguration value)
          Create an instance of JAXBElement<XmlAdhocConfiguration>}
 XmlAdhocAxisFormat createXmlAdhocAxisFormat()
          Create an instance of XmlAdhocAxisFormat
 XmlAdhocColumn createXmlAdhocColumn()
          Create an instance of XmlAdhocColumn
 XmlAdhocComponent createXmlAdhocComponent()
          Create an instance of XmlAdhocComponent
 XmlAdhocConfiguration createXmlAdhocConfiguration()
          Create an instance of XmlAdhocConfiguration
 XmlAdhocFilter createXmlAdhocFilter()
          Create an instance of XmlAdhocFilter
 XmlAdhocFont createXmlAdhocFont()
          Create an instance of XmlAdhocFont
 XmlAdhocGroup createXmlAdhocGroup()
          Create an instance of XmlAdhocGroup
 XmlAdhocChart createXmlAdhocChart()
          Create an instance of XmlAdhocChart
 XmlAdhocChartSerie createXmlAdhocChartSerie()
          Create an instance of XmlAdhocChartSerie
 XmlAdhocPage createXmlAdhocPage()
          Create an instance of XmlAdhocPage
 XmlAdhocPen createXmlAdhocPen()
          Create an instance of XmlAdhocPen
 XmlAdhocProperty createXmlAdhocProperty()
          Create an instance of XmlAdhocProperty
 XmlAdhocReport createXmlAdhocReport()
          Create an instance of XmlAdhocReport
 XmlAdhocRestriction createXmlAdhocRestriction()
          Create an instance of XmlAdhocRestriction
 XmlAdhocSort createXmlAdhocSort()
          Create an instance of XmlAdhocSort
 XmlAdhocStyle createXmlAdhocStyle()
          Create an instance of XmlAdhocStyle
 XmlAdhocSubtotal createXmlAdhocSubtotal()
          Create an instance of XmlAdhocSubtotal
 XmlAdhocTextField createXmlAdhocTextField()
          Create an instance of XmlAdhocTextField
 XmlAdhocValueRestriction createXmlAdhocValueRestriction()
          Create an instance of XmlAdhocValueRestriction
 
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.dynamicreports.adhoc.xmlconfiguration

Method Detail

createXmlAdhocConfiguration

public XmlAdhocConfiguration createXmlAdhocConfiguration()
Create an instance of XmlAdhocConfiguration


createXmlAdhocSubtotal

public XmlAdhocSubtotal createXmlAdhocSubtotal()
Create an instance of XmlAdhocSubtotal


createXmlAdhocStyle

public XmlAdhocStyle createXmlAdhocStyle()
Create an instance of XmlAdhocStyle


createXmlAdhocReport

public XmlAdhocReport createXmlAdhocReport()
Create an instance of XmlAdhocReport


createXmlAdhocProperty

public XmlAdhocProperty createXmlAdhocProperty()
Create an instance of XmlAdhocProperty


createXmlAdhocGroup

public XmlAdhocGroup createXmlAdhocGroup()
Create an instance of XmlAdhocGroup


createXmlAdhocColumn

public XmlAdhocColumn createXmlAdhocColumn()
Create an instance of XmlAdhocColumn


createXmlAdhocRestriction

public XmlAdhocRestriction createXmlAdhocRestriction()
Create an instance of XmlAdhocRestriction


createXmlAdhocPen

public XmlAdhocPen createXmlAdhocPen()
Create an instance of XmlAdhocPen


createXmlAdhocFont

public XmlAdhocFont createXmlAdhocFont()
Create an instance of XmlAdhocFont


createXmlAdhocPage

public XmlAdhocPage createXmlAdhocPage()
Create an instance of XmlAdhocPage


createXmlAdhocValueRestriction

public XmlAdhocValueRestriction createXmlAdhocValueRestriction()
Create an instance of XmlAdhocValueRestriction


createXmlAdhocComponent

public XmlAdhocComponent createXmlAdhocComponent()
Create an instance of XmlAdhocComponent


createXmlAdhocAxisFormat

public XmlAdhocAxisFormat createXmlAdhocAxisFormat()
Create an instance of XmlAdhocAxisFormat


createXmlAdhocSort

public XmlAdhocSort createXmlAdhocSort()
Create an instance of XmlAdhocSort


createXmlAdhocChart

public XmlAdhocChart createXmlAdhocChart()
Create an instance of XmlAdhocChart


createXmlAdhocTextField

public XmlAdhocTextField createXmlAdhocTextField()
Create an instance of XmlAdhocTextField


createXmlAdhocFilter

public XmlAdhocFilter createXmlAdhocFilter()
Create an instance of XmlAdhocFilter


createXmlAdhocChartSerie

public XmlAdhocChartSerie createXmlAdhocChartSerie()
Create an instance of XmlAdhocChartSerie


createConfiguration

public JAXBElement<XmlAdhocConfiguration> createConfiguration(XmlAdhocConfiguration value)
Create an instance of JAXBElement<XmlAdhocConfiguration>}



Copyright © 2010-2013. All Rights Reserved.