net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.osgi.impl
Class ObjectFactory

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.osgi.impl.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.osgi.impl 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.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.osgi.impl
 
Method Summary
 javax.xml.bind.JAXBElement<TbundleImpl> createBundle(TbundleImpl value)
          Create an instance of JAXBElement<TbundleImpl>}
 javax.xml.bind.JAXBElement<TreferenceCollectionImpl> createList(TreferenceCollectionImpl value)
          Create an instance of JAXBElement<TreferenceCollectionImpl>}
 javax.xml.bind.JAXBElement<TsingleReferenceImpl> createReference(TsingleReferenceImpl value)
          Create an instance of JAXBElement<TsingleReferenceImpl>}
 javax.xml.bind.JAXBElement<TserviceImpl> createService(TserviceImpl value)
          Create an instance of JAXBElement<TserviceImpl>}
 javax.xml.bind.JAXBElement<TreferenceCollectionImpl> createSet(TreferenceCollectionImpl value)
          Create an instance of JAXBElement<TreferenceCollectionImpl>}
 TbaseServiceImpl createTbaseService()
          Create an instance of TbaseService
 TbundleImpl createTbundle()
          Create an instance of Tbundle
 TcomparatorImpl createTcomparator()
          Create an instance of Tcomparator
 TlistenerImpl createTlistener()
          Create an instance of Tlistener
 TnaturalOrderingImpl createTnaturalOrdering()
          Create an instance of TnaturalOrdering
 TreferenceImpl createTreference()
          Create an instance of Treference
 TreferenceCollectionImpl createTreferenceCollection()
          Create an instance of TreferenceCollection
 TserviceImpl createTservice()
          Create an instance of Tservice
 TserviceRegistrationListenerImpl createTserviceRegistrationListener()
          Create an instance of TserviceRegistrationListener
 TsingleReferenceImpl createTsingleReference()
          Create an instance of TsingleReference
 
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.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.osgi.impl

Method Detail

createTlistener

public TlistenerImpl createTlistener()
Create an instance of Tlistener


createTsingleReference

public TsingleReferenceImpl createTsingleReference()
Create an instance of TsingleReference


createTbaseService

public TbaseServiceImpl createTbaseService()
Create an instance of TbaseService


createTservice

public TserviceImpl createTservice()
Create an instance of Tservice


createTreferenceCollection

public TreferenceCollectionImpl createTreferenceCollection()
Create an instance of TreferenceCollection


createTbundle

public TbundleImpl createTbundle()
Create an instance of Tbundle


createTnaturalOrdering

public TnaturalOrderingImpl createTnaturalOrdering()
Create an instance of TnaturalOrdering


createTserviceRegistrationListener

public TserviceRegistrationListenerImpl createTserviceRegistrationListener()
Create an instance of TserviceRegistrationListener


createTreference

public TreferenceImpl createTreference()
Create an instance of Treference


createTcomparator

public TcomparatorImpl createTcomparator()
Create an instance of Tcomparator


createService

public javax.xml.bind.JAXBElement<TserviceImpl> createService(TserviceImpl value)
Create an instance of JAXBElement<TserviceImpl>}


createReference

public javax.xml.bind.JAXBElement<TsingleReferenceImpl> createReference(TsingleReferenceImpl value)
Create an instance of JAXBElement<TsingleReferenceImpl>}


createSet

public javax.xml.bind.JAXBElement<TreferenceCollectionImpl> createSet(TreferenceCollectionImpl value)
Create an instance of JAXBElement<TreferenceCollectionImpl>}


createList

public javax.xml.bind.JAXBElement<TreferenceCollectionImpl> createList(TreferenceCollectionImpl value)
Create an instance of JAXBElement<TreferenceCollectionImpl>}


createBundle

public javax.xml.bind.JAXBElement<TbundleImpl> createBundle(TbundleImpl value)
Create an instance of JAXBElement<TbundleImpl>}



Copyright © 2009 The CC-XJC Community. All Rights Reserved.