net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc
Class ObjectFactory

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.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.indexed.valueclass.jomc 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.indexed.valueclass.jomc
 
Method Summary
protected static Argument copyOfArgument(Argument clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Argument instance.
protected static Arguments copyOfArguments(Arguments clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Arguments instance.
protected static Author copyOfAuthor(Author clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Author instance.
protected static Authors copyOfAuthors(Authors clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Authors instance.
protected static Dependencies copyOfDependencies(Dependencies clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Dependencies instance.
protected static Dependency copyOfDependency(Dependency clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Dependency instance.
protected static Element copyOfDOMElement(Element element)
          Creates and returns a copy of a given DOM Element instance.
protected static Implementation copyOfImplementation(Implementation clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Implementation instance.
protected static Implementations copyOfImplementations(Implementations clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Implementations instance.
protected static Instance copyOfInstance(Instance clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Instance instance.
protected static Message copyOfMessage(Message clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Message instance.
protected static MessageReference copyOfMessageReference(MessageReference clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.MessageReference instance.
protected static Messages copyOfMessages(Messages clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Messages instance.
protected static Module copyOfModule(Module clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Module instance.
protected static Properties copyOfProperties(Properties clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Properties instance.
protected static Property copyOfProperty(Property clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Property instance.
protected static PropertyReference copyOfPropertyReference(PropertyReference clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.PropertyReference instance.
protected static Specification copyOfSpecification(Specification clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Specification instance.
protected static SpecificationReference copyOfSpecificationReference(SpecificationReference clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.SpecificationReference instance.
protected static Specifications copyOfSpecifications(Specifications clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Specifications instance.
protected static Text copyOfText(Text clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Text instance.
protected static Texts copyOfTexts(Texts clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Texts instance.
protected static XMLGregorianCalendar copyOfXMLGregorianCalendar(XMLGregorianCalendar calendar)
          Creates and returns a copy of a given XMLGregorianCalendar instance.
 Argument createArgument()
          Create an instance of Argument
 javax.xml.bind.JAXBElement<Argument> createArgument(Argument value)
          Create an instance of JAXBElement<Argument>}
 Arguments createArguments()
          Create an instance of Arguments
 javax.xml.bind.JAXBElement<Arguments> createArguments(Arguments value)
          Create an instance of JAXBElement<Arguments>}
 Author createAuthor()
          Create an instance of Author
 javax.xml.bind.JAXBElement<Author> createAuthor(Author value)
          Create an instance of JAXBElement<Author>}
 Authors createAuthors()
          Create an instance of Authors
 javax.xml.bind.JAXBElement<Authors> createAuthors(Authors value)
          Create an instance of JAXBElement<Authors>}
 Dependencies createDependencies()
          Create an instance of Dependencies
 javax.xml.bind.JAXBElement<Dependencies> createDependencies(Dependencies value)
          Create an instance of JAXBElement<Dependencies>}
 Dependency createDependency()
          Create an instance of Dependency
 javax.xml.bind.JAXBElement<Dependency> createDependency(Dependency value)
          Create an instance of JAXBElement<Dependency>}
 javax.xml.bind.JAXBElement<Texts> createDocumentation(Texts value)
          Create an instance of JAXBElement<Texts>}
 Implementation createImplementation()
          Create an instance of Implementation
 javax.xml.bind.JAXBElement<Implementation> createImplementation(Implementation value)
          Create an instance of JAXBElement<Implementation>}
 ImplementationReference createImplementationReference()
          Create an instance of ImplementationReference
 Implementations createImplementations()
          Create an instance of Implementations
 javax.xml.bind.JAXBElement<Implementations> createImplementations(Implementations value)
          Create an instance of JAXBElement<Implementations>}
 Instance createInstance()
          Create an instance of Instance
 javax.xml.bind.JAXBElement<Instance> createInstance(Instance value)
          Create an instance of JAXBElement<Instance>}
 Instances createInstances()
          Create an instance of Instances
 javax.xml.bind.JAXBElement<Instances> createInstances(Instances value)
          Create an instance of JAXBElement<Instances>}
 Message createMessage()
          Create an instance of Message
 javax.xml.bind.JAXBElement<Message> createMessage(Message value)
          Create an instance of JAXBElement<Message>}
 MessageReference createMessageReference()
          Create an instance of MessageReference
 Messages createMessages()
          Create an instance of Messages
 javax.xml.bind.JAXBElement<Messages> createMessages(Messages value)
          Create an instance of JAXBElement<Messages>}
 ModelObject createModelObject()
          Create an instance of ModelObject
 Module createModule()
          Create an instance of Module
 javax.xml.bind.JAXBElement<Module> createModule(Module value)
          Create an instance of JAXBElement<Module>}
 Modules createModules()
          Create an instance of Modules
 javax.xml.bind.JAXBElement<Modules> createModules(Modules value)
          Create an instance of JAXBElement<Modules>}
 Properties createProperties()
          Create an instance of Properties
 javax.xml.bind.JAXBElement<Properties> createProperties(Properties value)
          Create an instance of JAXBElement<Properties>}
 Property createProperty()
          Create an instance of Property
 javax.xml.bind.JAXBElement<Property> createProperty(Property value)
          Create an instance of JAXBElement<Property>}
 PropertyReference createPropertyReference()
          Create an instance of PropertyReference
 Specification createSpecification()
          Create an instance of Specification
 javax.xml.bind.JAXBElement<Specification> createSpecification(Specification value)
          Create an instance of JAXBElement<Specification>}
 SpecificationReference createSpecificationReference()
          Create an instance of SpecificationReference
 Specifications createSpecifications()
          Create an instance of Specifications
 javax.xml.bind.JAXBElement<Specifications> createSpecifications(Specifications value)
          Create an instance of JAXBElement<Specifications>}
 javax.xml.bind.JAXBElement<Texts> createTemplate(Texts value)
          Create an instance of JAXBElement<Texts>}
 Text createText()
          Create an instance of Text
 javax.xml.bind.JAXBElement<Text> createText(Text value)
          Create an instance of JAXBElement<Text>}
 Texts createTexts()
          Create an instance of Texts
 javax.xml.bind.JAXBElement<Texts> createTexts(Texts value)
          Create an instance of JAXBElement<Texts>}
 
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.indexed.valueclass.jomc

Method Detail

createPropertyReference

public PropertyReference createPropertyReference()
Create an instance of PropertyReference


createDependency

public Dependency createDependency()
Create an instance of Dependency


createProperty

public Property createProperty()
Create an instance of Property


createInstances

public Instances createInstances()
Create an instance of Instances


createImplementations

public Implementations createImplementations()
Create an instance of Implementations


createAuthor

public Author createAuthor()
Create an instance of Author


createAuthors

public Authors createAuthors()
Create an instance of Authors


createSpecificationReference

public SpecificationReference createSpecificationReference()
Create an instance of SpecificationReference


createProperties

public Properties createProperties()
Create an instance of Properties


createModule

public Module createModule()
Create an instance of Module


createDependencies

public Dependencies createDependencies()
Create an instance of Dependencies


createText

public Text createText()
Create an instance of Text


createImplementation

public Implementation createImplementation()
Create an instance of Implementation


createModules

public Modules createModules()
Create an instance of Modules


createSpecification

public Specification createSpecification()
Create an instance of Specification


createTexts

public Texts createTexts()
Create an instance of Texts


createMessages

public Messages createMessages()
Create an instance of Messages


createArguments

public Arguments createArguments()
Create an instance of Arguments


createMessageReference

public MessageReference createMessageReference()
Create an instance of MessageReference


createMessage

public Message createMessage()
Create an instance of Message


createInstance

public Instance createInstance()
Create an instance of Instance


createModelObject

public ModelObject createModelObject()
Create an instance of ModelObject


createArgument

public Argument createArgument()
Create an instance of Argument


createImplementationReference

public ImplementationReference createImplementationReference()
Create an instance of ImplementationReference


createSpecifications

public Specifications createSpecifications()
Create an instance of Specifications


createModule

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


createInstance

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


createDependencies

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


createTemplate

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


createAuthors

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


createInstances

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


createArgument

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


createText

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


createSpecifications

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


createArguments

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


createProperties

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


createDocumentation

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


createAuthor

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


createModules

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


createImplementations

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


createMessages

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


createSpecification

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


createImplementation

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


createDependency

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


createProperty

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


createMessage

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


createTexts

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


copyOfProperties

protected static Properties copyOfProperties(Properties clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Properties instance.

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

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.

copyOfInstance

protected static Instance copyOfInstance(Instance clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Instance instance.

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

copyOfImplementation

protected static Implementation copyOfImplementation(Implementation clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Implementation instance.

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

copyOfAuthor

protected static Author copyOfAuthor(Author clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Author instance.

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

copyOfProperty

protected static Property copyOfProperty(Property clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Property instance.

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

copyOfPropertyReference

protected static PropertyReference copyOfPropertyReference(PropertyReference clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.PropertyReference instance.

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

copyOfSpecifications

protected static Specifications copyOfSpecifications(Specifications clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Specifications instance.

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

copyOfImplementations

protected static Implementations copyOfImplementations(Implementations clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Implementations instance.

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

copyOfMessages

protected static Messages copyOfMessages(Messages clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Messages instance.

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

copyOfDependency

protected static Dependency copyOfDependency(Dependency clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Dependency instance.

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

copyOfDependencies

protected static Dependencies copyOfDependencies(Dependencies clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Dependencies instance.

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

copyOfModule

protected static Module copyOfModule(Module clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Module instance.

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

copyOfText

protected static Text copyOfText(Text clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Text instance.

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

copyOfMessage

protected static Message copyOfMessage(Message clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Message instance.

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

copyOfMessageReference

protected static MessageReference copyOfMessageReference(MessageReference clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.MessageReference instance.

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

copyOfArgument

protected static Argument copyOfArgument(Argument clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Argument instance.

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

copyOfTexts

protected static Texts copyOfTexts(Texts clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Texts instance.

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

copyOfArguments

protected static Arguments copyOfArguments(Arguments clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Arguments instance.

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

copyOfAuthors

protected static Authors copyOfAuthors(Authors clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Authors instance.

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

copyOfXMLGregorianCalendar

protected static XMLGregorianCalendar copyOfXMLGregorianCalendar(XMLGregorianCalendar calendar)
Creates and returns a copy of a given XMLGregorianCalendar instance.

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

copyOfSpecification

protected static Specification copyOfSpecification(Specification clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.Specification instance.

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

copyOfSpecificationReference

protected static SpecificationReference copyOfSpecificationReference(SpecificationReference clazz)
Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.SpecificationReference 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.