net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.jdtaus.container.impl
Class ObjectFactory

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.jdtaus.container.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.jdtaus.container.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.jdtaus.container.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>}
 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>}
 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>}
 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.pkg.collections.novalueclass.jdtaus.container.impl

Method Detail

createArgument

public ArgumentImpl createArgument()
Create an instance of Argument


createModelObject

public ModelObjectImpl createModelObject()
Create an instance of ModelObject


createMessages

public MessagesImpl createMessages()
Create an instance of Messages


createImplementationReference

public ImplementationReferenceImpl createImplementationReference()
Create an instance of ImplementationReference


createImplementation

public ImplementationImpl createImplementation()
Create an instance of Implementation


createSpecificationReference

public SpecificationReferenceImpl createSpecificationReference()
Create an instance of SpecificationReference


createProperty

public PropertyImpl createProperty()
Create an instance of Property


createSpecification

public SpecificationImpl createSpecification()
Create an instance of Specification


createText

public TextImpl createText()
Create an instance of Text


createMessage

public MessageImpl createMessage()
Create an instance of Message


createDependency

public DependencyImpl createDependency()
Create an instance of Dependency


createTexts

public TextsImpl createTexts()
Create an instance of Texts


createMessageReference

public MessageReferenceImpl createMessageReference()
Create an instance of MessageReference


createModules

public ModulesImpl createModules()
Create an instance of Modules


createModule

public ModuleImpl createModule()
Create an instance of Module


createDependencies

public DependenciesImpl createDependencies()
Create an instance of Dependencies


createSpecifications

public SpecificationsImpl createSpecifications()
Create an instance of Specifications


createImplementations

public ImplementationsImpl createImplementations()
Create an instance of Implementations


createArguments

public ArgumentsImpl createArguments()
Create an instance of Arguments


createProperties

public PropertiesImpl createProperties()
Create an instance of Properties


createTemplate

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


createProperty

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


createDependencies

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


createModule

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


createDependency

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


createArguments

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


createArgument

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


createMessages

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


createImplementation

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


createSpecification

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


createText

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


createTexts

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


createImplementations

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


createDocumentation

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


createMessage

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


createSpecifications

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


createProperties

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


createModules

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



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