net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans
Class ObjectFactory

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.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.spring.beans 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.spring.beans
 
Method Summary
 Alias createAlias()
          Create an instance of Alias
 ArgType createArgType()
          Create an instance of ArgType
 javax.xml.bind.JAXBElement<MetaType> createAttribute(MetaType value)
          Create an instance of JAXBElement<MetaType>}
 Bean createBean()
          Create an instance of Bean
 Beans createBeans()
          Create an instance of Beans
 CollectionType createCollectionType()
          Create an instance of CollectionType
 ConstructorArg createConstructorArg()
          Create an instance of ConstructorArg
 Description createDescription()
          Create an instance of Description
 javax.xml.bind.JAXBElement<EntryType> createEntry(EntryType value)
          Create an instance of JAXBElement<EntryType>}
 EntryType createEntryType()
          Create an instance of EntryType
 Idref createIdref()
          Create an instance of Idref
 Import createImport()
          Create an instance of Import
 Key createKey()
          Create an instance of Key
 List createList()
          Create an instance of List
 ListOrSetType createListOrSetType()
          Create an instance of ListOrSetType
 LookupMethod createLookupMethod()
          Create an instance of LookupMethod
 Map createMap()
          Create an instance of Map
 MapType createMapType()
          Create an instance of MapType
 javax.xml.bind.JAXBElement<MetaType> createMeta(MetaType value)
          Create an instance of JAXBElement<MetaType>}
 MetaType createMetaType()
          Create an instance of MetaType
 Null createNull()
          Create an instance of Null
 Prop createProp()
          Create an instance of Prop
 javax.xml.bind.JAXBElement<PropertyType> createProperty(PropertyType value)
          Create an instance of JAXBElement<PropertyType>}
 PropertyType createPropertyType()
          Create an instance of PropertyType
 Props createProps()
          Create an instance of Props
 PropsType createPropsType()
          Create an instance of PropsType
 Qualifier createQualifier()
          Create an instance of Qualifier
 Ref createRef()
          Create an instance of Ref
 ReplacedMethod createReplacedMethod()
          Create an instance of ReplacedMethod
 Set createSet()
          Create an instance of Set
 Value createValue()
          Create an instance of Value
 
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.spring.beans

Method Detail

createProp

public Prop createProp()
Create an instance of Prop


createKey

public Key createKey()
Create an instance of Key


createMap

public Map createMap()
Create an instance of Map


createRef

public Ref createRef()
Create an instance of Ref


createValue

public Value createValue()
Create an instance of Value


createQualifier

public Qualifier createQualifier()
Create an instance of Qualifier


createDescription

public Description createDescription()
Create an instance of Description


createPropertyType

public PropertyType createPropertyType()
Create an instance of PropertyType


createMetaType

public MetaType createMetaType()
Create an instance of MetaType


createArgType

public ArgType createArgType()
Create an instance of ArgType


createNull

public Null createNull()
Create an instance of Null


createPropsType

public PropsType createPropsType()
Create an instance of PropsType


createConstructorArg

public ConstructorArg createConstructorArg()
Create an instance of ConstructorArg


createIdref

public Idref createIdref()
Create an instance of Idref


createImport

public Import createImport()
Create an instance of Import


createListOrSetType

public ListOrSetType createListOrSetType()
Create an instance of ListOrSetType


createCollectionType

public CollectionType createCollectionType()
Create an instance of CollectionType


createLookupMethod

public LookupMethod createLookupMethod()
Create an instance of LookupMethod


createReplacedMethod

public ReplacedMethod createReplacedMethod()
Create an instance of ReplacedMethod


createAlias

public Alias createAlias()
Create an instance of Alias


createSet

public Set createSet()
Create an instance of Set


createEntryType

public EntryType createEntryType()
Create an instance of EntryType


createProps

public Props createProps()
Create an instance of Props


createMapType

public MapType createMapType()
Create an instance of MapType


createBeans

public Beans createBeans()
Create an instance of Beans


createBean

public Bean createBean()
Create an instance of Bean


createList

public List createList()
Create an instance of List


createProperty

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


createEntry

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


createAttribute

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


createMeta

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



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