com.eurotech.framework.core.configuration.metatype
Class ObjectFactory

java.lang.Object
  extended by com.eurotech.framework.core.configuration.metatype.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.eurotech.framework.core.configuration.metatype 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: com.eurotech.framework.core.configuration.metatype
 
Method Summary
 JAXBElement<Tmetadata> createMetaData(Tmetadata value)
          Create an instance of JAXBElement<Tmetadata>}
 Tad createTad()
          Create an instance of Tad
 Tattribute createTattribute()
          Create an instance of Tattribute
 Tdesignate createTdesignate()
          Create an instance of Tdesignate
 Ticon createTicon()
          Create an instance of Ticon
 Tmetadata createTmetadata()
          Create an instance of Tmetadata
 Tobject createTobject()
          Create an instance of Tobject
 Tocd createTocd()
          Create an instance of Tocd
 Toption createToption()
          Create an instance of Toption
 
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: com.eurotech.framework.core.configuration.metatype

Method Detail

createTicon

public Ticon createTicon()
Create an instance of Ticon


createTattribute

public Tattribute createTattribute()
Create an instance of Tattribute


createTmetadata

public Tmetadata createTmetadata()
Create an instance of Tmetadata


createTdesignate

public Tdesignate createTdesignate()
Create an instance of Tdesignate


createTad

public Tad createTad()
Create an instance of Tad


createTobject

public Tobject createTobject()
Create an instance of Tobject


createTocd

public Tocd createTocd()
Create an instance of Tocd


createToption

public Toption createToption()
Create an instance of Toption


createMetaData

public JAXBElement<Tmetadata> createMetaData(Tmetadata value)
Create an instance of JAXBElement<Tmetadata>}



Copyright © 2013. All Rights Reserved.