net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.osgi
Class ObjectFactory

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.osgi.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.prot.collections.valueclass.spring.osgi 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.prot.collections.valueclass.spring.osgi
 
Method Summary
protected static Element copyOfDOMElement(Element element)
          Creates and returns a copy of a given DOM Element instance.
protected static ListOrSetType copyOfListOrSetType(ListOrSetType clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.ListOrSetType instance.
protected static MapType copyOfMapType(MapType clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.MapType instance.
protected static Tcomparator copyOfTcomparator(Tcomparator clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.osgi.Tcomparator instance.
protected static Tlistener copyOfTlistener(Tlistener clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.osgi.Tlistener instance.
protected static TnaturalOrdering copyOfTnaturalOrdering(TnaturalOrdering clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.osgi.TnaturalOrdering instance.
protected static TserviceRegistrationListener copyOfTserviceRegistrationListener(TserviceRegistrationListener clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.osgi.TserviceRegistrationListener instance.
 javax.xml.bind.JAXBElement<Tbundle> createBundle(Tbundle value)
          Create an instance of JAXBElement<Tbundle>}
 javax.xml.bind.JAXBElement<TreferenceCollection> createList(TreferenceCollection value)
          Create an instance of JAXBElement<TreferenceCollection>}
 javax.xml.bind.JAXBElement<TsingleReference> createReference(TsingleReference value)
          Create an instance of JAXBElement<TsingleReference>}
 javax.xml.bind.JAXBElement<Tservice> createService(Tservice value)
          Create an instance of JAXBElement<Tservice>}
 javax.xml.bind.JAXBElement<TreferenceCollection> createSet(TreferenceCollection value)
          Create an instance of JAXBElement<TreferenceCollection>}
 TbaseService createTbaseService()
          Create an instance of TbaseService
 Tbundle createTbundle()
          Create an instance of Tbundle
 Tcomparator createTcomparator()
          Create an instance of Tcomparator
 Tlistener createTlistener()
          Create an instance of Tlistener
 TnaturalOrdering createTnaturalOrdering()
          Create an instance of TnaturalOrdering
 Treference createTreference()
          Create an instance of Treference
 TreferenceCollection createTreferenceCollection()
          Create an instance of TreferenceCollection
 Tservice createTservice()
          Create an instance of Tservice
 TserviceRegistrationListener createTserviceRegistrationListener()
          Create an instance of TserviceRegistrationListener
 TsingleReference 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.prot.collections.valueclass.spring.osgi

Method Detail

createTbundle

public Tbundle createTbundle()
Create an instance of Tbundle


createTnaturalOrdering

public TnaturalOrdering createTnaturalOrdering()
Create an instance of TnaturalOrdering


createTserviceRegistrationListener

public TserviceRegistrationListener createTserviceRegistrationListener()
Create an instance of TserviceRegistrationListener


createTreferenceCollection

public TreferenceCollection createTreferenceCollection()
Create an instance of TreferenceCollection


createTreference

public Treference createTreference()
Create an instance of Treference


createTbaseService

public TbaseService createTbaseService()
Create an instance of TbaseService


createTservice

public Tservice createTservice()
Create an instance of Tservice


createTcomparator

public Tcomparator createTcomparator()
Create an instance of Tcomparator


createTlistener

public Tlistener createTlistener()
Create an instance of Tlistener


createTsingleReference

public TsingleReference createTsingleReference()
Create an instance of TsingleReference


createService

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


createReference

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


createSet

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


createList

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


createBundle

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


copyOfDOMElement

protected static Element copyOfDOMElement(Element element)
Creates and returns a copy of a given DOM Element instance.

Parameters:
element - The instance to copy or null.
Returns:
A copy of element or null if element is null.

copyOfTcomparator

protected static Tcomparator copyOfTcomparator(Tcomparator clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.osgi.Tcomparator instance.

Parameters:
clazz - The instance to copy or null.
Returns:
A copy of clazz or null if clazz is null.

copyOfListOrSetType

protected static ListOrSetType copyOfListOrSetType(ListOrSetType clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.ListOrSetType instance.

Parameters:
clazz - The instance to copy or null.
Returns:
A copy of clazz or null if clazz is null.

copyOfTlistener

protected static Tlistener copyOfTlistener(Tlistener clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.osgi.Tlistener instance.

Parameters:
clazz - The instance to copy or null.
Returns:
A copy of clazz or null if clazz is null.

copyOfTserviceRegistrationListener

protected static TserviceRegistrationListener copyOfTserviceRegistrationListener(TserviceRegistrationListener clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.osgi.TserviceRegistrationListener instance.

Parameters:
clazz - The instance to copy or null.
Returns:
A copy of clazz or null if clazz is null.

copyOfMapType

protected static MapType copyOfMapType(MapType clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.MapType instance.

Parameters:
clazz - The instance to copy or null.
Returns:
A copy of clazz or null if clazz is null.

copyOfTnaturalOrdering

protected static TnaturalOrdering copyOfTnaturalOrdering(TnaturalOrdering clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.osgi.TnaturalOrdering instance.

Parameters:
clazz - The instance to copy or null.
Returns:
A copy of clazz or null if clazz is null.


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