net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jdtaus.container
Class ObjectFactory

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.jdtaus.container.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.valueclass.jdtaus.container 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.valueclass.jdtaus.container
 
Method Summary
 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>}
 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>}
 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>}
 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.priv.indexed.valueclass.jdtaus.container

Method Detail

createModelObject

public ModelObject createModelObject()
Create an instance of ModelObject


createImplementations

public Implementations createImplementations()
Create an instance of Implementations


createTexts

public Texts createTexts()
Create an instance of Texts


createArguments

public Arguments createArguments()
Create an instance of Arguments


createSpecifications

public Specifications createSpecifications()
Create an instance of Specifications


createMessageReference

public MessageReference createMessageReference()
Create an instance of MessageReference


createImplementationReference

public ImplementationReference createImplementationReference()
Create an instance of ImplementationReference


createProperties

public Properties createProperties()
Create an instance of Properties


createText

public Text createText()
Create an instance of Text


createSpecification

public Specification createSpecification()
Create an instance of Specification


createArgument

public Argument createArgument()
Create an instance of Argument


createModule

public Module createModule()
Create an instance of Module


createModules

public Modules createModules()
Create an instance of Modules


createImplementation

public Implementation createImplementation()
Create an instance of Implementation


createProperty

public Property createProperty()
Create an instance of Property


createMessages

public Messages createMessages()
Create an instance of Messages


createDependency

public Dependency createDependency()
Create an instance of Dependency


createMessage

public Message createMessage()
Create an instance of Message


createDependencies

public Dependencies createDependencies()
Create an instance of Dependencies


createSpecificationReference

public SpecificationReference createSpecificationReference()
Create an instance of SpecificationReference


createTemplate

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


createProperty

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


createDependencies

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


createModule

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


createDependency

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


createArguments

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


createArgument

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


createMessages

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


createImplementation

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


createSpecification

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


createText

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


createTexts

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


createImplementations

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


createDocumentation

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


createMessage

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


createSpecifications

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


createProperties

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


createModules

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



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