net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jomc.impl
Class ObjectFactory

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jomc.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.priv.indexed.novalueclass.jomc.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.priv.indexed.novalueclass.jomc.impl
 
Method Summary
 ArgumentImpl createArgument()
          Create an instance of Argument
 javax.xml.bind.JAXBElement<ArgumentImpl> createArgument(ArgumentImpl value)
          Create an instance of JAXBElement<ArgumentImpl>}
 ArgumentsImpl createArguments()
          Create an instance of Arguments
 javax.xml.bind.JAXBElement<ArgumentsImpl> createArguments(ArgumentsImpl value)
          Create an instance of JAXBElement<ArgumentsImpl>}
 AuthorImpl createAuthor()
          Create an instance of Author
 javax.xml.bind.JAXBElement<AuthorImpl> createAuthor(AuthorImpl value)
          Create an instance of JAXBElement<AuthorImpl>}
 AuthorsImpl createAuthors()
          Create an instance of Authors
 javax.xml.bind.JAXBElement<AuthorsImpl> createAuthors(AuthorsImpl value)
          Create an instance of JAXBElement<AuthorsImpl>}
 DependenciesImpl createDependencies()
          Create an instance of Dependencies
 javax.xml.bind.JAXBElement<DependenciesImpl> createDependencies(DependenciesImpl value)
          Create an instance of JAXBElement<DependenciesImpl>}
 DependencyImpl createDependency()
          Create an instance of Dependency
 javax.xml.bind.JAXBElement<DependencyImpl> createDependency(DependencyImpl value)
          Create an instance of JAXBElement<DependencyImpl>}
 javax.xml.bind.JAXBElement<TextsImpl> createDocumentation(TextsImpl value)
          Create an instance of JAXBElement<TextsImpl>}
 ImplementationImpl createImplementation()
          Create an instance of Implementation
 javax.xml.bind.JAXBElement<ImplementationImpl> createImplementation(ImplementationImpl value)
          Create an instance of JAXBElement<ImplementationImpl>}
 ImplementationReferenceImpl createImplementationReference()
          Create an instance of ImplementationReference
 ImplementationsImpl createImplementations()
          Create an instance of Implementations
 javax.xml.bind.JAXBElement<ImplementationsImpl> createImplementations(ImplementationsImpl value)
          Create an instance of JAXBElement<ImplementationsImpl>}
 InstanceImpl createInstance()
          Create an instance of Instance
 javax.xml.bind.JAXBElement<InstanceImpl> createInstance(InstanceImpl value)
          Create an instance of JAXBElement<InstanceImpl>}
 InstancesImpl createInstances()
          Create an instance of Instances
 javax.xml.bind.JAXBElement<InstancesImpl> createInstances(InstancesImpl value)
          Create an instance of JAXBElement<InstancesImpl>}
 MessageImpl createMessage()
          Create an instance of Message
 javax.xml.bind.JAXBElement<MessageImpl> createMessage(MessageImpl value)
          Create an instance of JAXBElement<MessageImpl>}
 MessageReferenceImpl createMessageReference()
          Create an instance of MessageReference
 MessagesImpl createMessages()
          Create an instance of Messages
 javax.xml.bind.JAXBElement<MessagesImpl> createMessages(MessagesImpl value)
          Create an instance of JAXBElement<MessagesImpl>}
 ModelObjectImpl createModelObject()
          Create an instance of ModelObject
 ModuleImpl createModule()
          Create an instance of Module
 javax.xml.bind.JAXBElement<ModuleImpl> createModule(ModuleImpl value)
          Create an instance of JAXBElement<ModuleImpl>}
 ModulesImpl createModules()
          Create an instance of Modules
 javax.xml.bind.JAXBElement<ModulesImpl> createModules(ModulesImpl value)
          Create an instance of JAXBElement<ModulesImpl>}
 PropertiesImpl createProperties()
          Create an instance of Properties
 javax.xml.bind.JAXBElement<PropertiesImpl> createProperties(PropertiesImpl value)
          Create an instance of JAXBElement<PropertiesImpl>}
 PropertyImpl createProperty()
          Create an instance of Property
 javax.xml.bind.JAXBElement<PropertyImpl> createProperty(PropertyImpl value)
          Create an instance of JAXBElement<PropertyImpl>}
 PropertyReferenceImpl createPropertyReference()
          Create an instance of PropertyReference
 SpecificationImpl createSpecification()
          Create an instance of Specification
 javax.xml.bind.JAXBElement<SpecificationImpl> createSpecification(SpecificationImpl value)
          Create an instance of JAXBElement<SpecificationImpl>}
 SpecificationReferenceImpl createSpecificationReference()
          Create an instance of SpecificationReference
 SpecificationsImpl createSpecifications()
          Create an instance of Specifications
 javax.xml.bind.JAXBElement<SpecificationsImpl> createSpecifications(SpecificationsImpl value)
          Create an instance of JAXBElement<SpecificationsImpl>}
 javax.xml.bind.JAXBElement<TextsImpl> createTemplate(TextsImpl value)
          Create an instance of JAXBElement<TextsImpl>}
 TextImpl createText()
          Create an instance of Text
 javax.xml.bind.JAXBElement<TextImpl> createText(TextImpl value)
          Create an instance of JAXBElement<TextImpl>}
 TextsImpl createTexts()
          Create an instance of Texts
 javax.xml.bind.JAXBElement<TextsImpl> createTexts(TextsImpl value)
          Create an instance of JAXBElement<TextsImpl>}
 
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.priv.indexed.novalueclass.jomc.impl

Method Detail

createDependencies

public DependenciesImpl createDependencies()
Create an instance of Dependencies


createText

public TextImpl createText()
Create an instance of Text


createAuthors

public AuthorsImpl createAuthors()
Create an instance of Authors


createImplementationReference

public ImplementationReferenceImpl createImplementationReference()
Create an instance of ImplementationReference


createSpecifications

public SpecificationsImpl createSpecifications()
Create an instance of Specifications


createTexts

public TextsImpl createTexts()
Create an instance of Texts


createProperties

public PropertiesImpl createProperties()
Create an instance of Properties


createInstances

public InstancesImpl createInstances()
Create an instance of Instances


createModule

public ModuleImpl createModule()
Create an instance of Module


createArgument

public ArgumentImpl createArgument()
Create an instance of Argument


createModules

public ModulesImpl createModules()
Create an instance of Modules


createMessageReference

public MessageReferenceImpl createMessageReference()
Create an instance of MessageReference


createAuthor

public AuthorImpl createAuthor()
Create an instance of Author


createMessage

public MessageImpl createMessage()
Create an instance of Message


createDependency

public DependencyImpl createDependency()
Create an instance of Dependency


createProperty

public PropertyImpl createProperty()
Create an instance of Property


createModelObject

public ModelObjectImpl createModelObject()
Create an instance of ModelObject


createArguments

public ArgumentsImpl createArguments()
Create an instance of Arguments


createImplementations

public ImplementationsImpl createImplementations()
Create an instance of Implementations


createInstance

public InstanceImpl createInstance()
Create an instance of Instance


createMessages

public MessagesImpl createMessages()
Create an instance of Messages


createSpecificationReference

public SpecificationReferenceImpl createSpecificationReference()
Create an instance of SpecificationReference


createPropertyReference

public PropertyReferenceImpl createPropertyReference()
Create an instance of PropertyReference


createSpecification

public SpecificationImpl createSpecification()
Create an instance of Specification


createImplementation

public ImplementationImpl createImplementation()
Create an instance of Implementation


createModule

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


createInstance

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


createDependencies

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


createTemplate

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


createAuthors

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


createInstances

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


createArgument

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


createText

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


createSpecifications

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


createArguments

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


createProperties

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


createDocumentation

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


createAuthor

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


createModules

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


createImplementations

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


createMessages

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


createSpecification

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


createImplementation

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


createDependency

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


createProperty

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


createMessage

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


createTexts

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



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