org.jvnet.hyperjaxb3.ejb.schemas.customizations
Class ObjectFactory

java.lang.Object
  extended by org.jvnet.hyperjaxb3.ejb.schemas.customizations.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.jvnet.hyperjaxb3.ejb.schemas.customizations 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: org.jvnet.hyperjaxb3.ejb.schemas.customizations
 
Method Summary
 Basic createBasic()
          Create an instance of Basic
 JAXBElement<Basic> createBasic(Basic value)
          Create an instance of JAXBElement<Basic>}
 CollectionProperty createCollectionProperty()
          Create an instance of CollectionProperty
 JAXBElement<Column> createColumn(Column value)
          Create an instance of JAXBElement<Column>}
 ElementCollection createElementCollection()
          Create an instance of ElementCollection
 JAXBElement<ElementCollection> createElementCollection(ElementCollection value)
          Create an instance of JAXBElement<ElementCollection>}
 Embeddable createEmbeddable()
          Create an instance of Embeddable
 JAXBElement<Embeddable> createEmbeddable(Embeddable value)
          Create an instance of JAXBElement<Embeddable>}
 Embedded createEmbedded()
          Create an instance of Embedded
 JAXBElement<Embedded> createEmbedded(Embedded value)
          Create an instance of JAXBElement<Embedded>}
 EmbeddedId createEmbeddedId()
          Create an instance of EmbeddedId
 JAXBElement<EmbeddedId> createEmbeddedId(EmbeddedId value)
          Create an instance of JAXBElement<EmbeddedId>}
 Entity createEntity()
          Create an instance of Entity
 JAXBElement<Entity> createEntity(Entity value)
          Create an instance of JAXBElement<Entity>}
 EnumeratedValue createEnumeratedValue()
          Create an instance of EnumeratedValue
 GeneratedClass createGeneratedClass()
          Create an instance of GeneratedClass
 JAXBElement<GeneratedClass> createGeneratedClass(GeneratedClass value)
          Create an instance of JAXBElement<GeneratedClass>}
 GeneratedId createGeneratedId()
          Create an instance of GeneratedId
 JAXBElement<GeneratedId> createGeneratedId(GeneratedId value)
          Create an instance of JAXBElement<GeneratedId>}
 GeneratedProperty createGeneratedProperty()
          Create an instance of GeneratedProperty
 JAXBElement<GeneratedProperty> createGeneratedProperty(GeneratedProperty value)
          Create an instance of JAXBElement<GeneratedProperty>}
 GeneratedVersion createGeneratedVersion()
          Create an instance of GeneratedVersion
 JAXBElement<GeneratedVersion> createGeneratedVersion(GeneratedVersion value)
          Create an instance of JAXBElement<GeneratedVersion>}
 Id createId()
          Create an instance of Id
 JAXBElement<Id> createId(Id value)
          Create an instance of JAXBElement<Id>}
 Ignored createIgnored()
          Create an instance of Ignored
 JAXBElement<Ignored> createIgnored(Ignored value)
          Create an instance of JAXBElement<Ignored>}
 IgnoredPackage createIgnoredPackage()
          Create an instance of IgnoredPackage
 JAXBElement<IgnoredPackage> createIgnoredPackage(IgnoredPackage value)
          Create an instance of JAXBElement<IgnoredPackage>}
 JaxbContext createJaxbContext()
          Create an instance of JaxbContext
 JAXBElement<JaxbContext> createJaxbContext(JaxbContext value)
          Create an instance of JAXBElement<JaxbContext>}
 JaxbContext.Field createJaxbContextField()
          Create an instance of JaxbContext.Field
 ManyToMany createManyToMany()
          Create an instance of ManyToMany
 JAXBElement<ManyToMany> createManyToMany(ManyToMany value)
          Create an instance of JAXBElement<ManyToMany>}
 ManyToOne createManyToOne()
          Create an instance of ManyToOne
 JAXBElement<ManyToOne> createManyToOne(ManyToOne value)
          Create an instance of JAXBElement<ManyToOne>}
 MappedSuperclass createMappedSuperclass()
          Create an instance of MappedSuperclass
 JAXBElement<MappedSuperclass> createMappedSuperclass(MappedSuperclass value)
          Create an instance of JAXBElement<MappedSuperclass>}
 OneToMany createOneToMany()
          Create an instance of OneToMany
 JAXBElement<OneToMany> createOneToMany(OneToMany value)
          Create an instance of JAXBElement<OneToMany>}
 OneToOne createOneToOne()
          Create an instance of OneToOne
 JAXBElement<OneToOne> createOneToOne(OneToOne value)
          Create an instance of JAXBElement<OneToOne>}
 Persistence createPersistence()
          Create an instance of Persistence
 JAXBElement<Persistence> createPersistence(Persistence value)
          Create an instance of JAXBElement<Persistence>}
 SingleProperty createSingleProperty()
          Create an instance of SingleProperty
 JAXBElement<Table> createTable(Table value)
          Create an instance of JAXBElement<Table>}
 ToMany createToMany()
          Create an instance of ToMany
 ToOne createToOne()
          Create an instance of ToOne
 Version createVersion()
          Create an instance of Version
 JAXBElement<Version> createVersion(Version value)
          Create an instance of JAXBElement<Version>}
 
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: org.jvnet.hyperjaxb3.ejb.schemas.customizations

Method Detail

createJaxbContext

public JaxbContext createJaxbContext()
Create an instance of JaxbContext


createIgnored

public Ignored createIgnored()
Create an instance of Ignored


createIgnoredPackage

public IgnoredPackage createIgnoredPackage()
Create an instance of IgnoredPackage


createEmbeddable

public Embeddable createEmbeddable()
Create an instance of Embeddable


createPersistence

public Persistence createPersistence()
Create an instance of Persistence


createEntity

public Entity createEntity()
Create an instance of Entity


createMappedSuperclass

public MappedSuperclass createMappedSuperclass()
Create an instance of MappedSuperclass


createManyToMany

public ManyToMany createManyToMany()
Create an instance of ManyToMany


createManyToOne

public ManyToOne createManyToOne()
Create an instance of ManyToOne


createGeneratedClass

public GeneratedClass createGeneratedClass()
Create an instance of GeneratedClass


createEmbedded

public Embedded createEmbedded()
Create an instance of Embedded


createVersion

public Version createVersion()
Create an instance of Version


createId

public Id createId()
Create an instance of Id


createOneToOne

public OneToOne createOneToOne()
Create an instance of OneToOne


createGeneratedId

public GeneratedId createGeneratedId()
Create an instance of GeneratedId


createGeneratedVersion

public GeneratedVersion createGeneratedVersion()
Create an instance of GeneratedVersion


createBasic

public Basic createBasic()
Create an instance of Basic


createEmbeddedId

public EmbeddedId createEmbeddedId()
Create an instance of EmbeddedId


createGeneratedProperty

public GeneratedProperty createGeneratedProperty()
Create an instance of GeneratedProperty


createElementCollection

public ElementCollection createElementCollection()
Create an instance of ElementCollection


createOneToMany

public OneToMany createOneToMany()
Create an instance of OneToMany


createToMany

public ToMany createToMany()
Create an instance of ToMany


createToOne

public ToOne createToOne()
Create an instance of ToOne


createSingleProperty

public SingleProperty createSingleProperty()
Create an instance of SingleProperty


createEnumeratedValue

public EnumeratedValue createEnumeratedValue()
Create an instance of EnumeratedValue


createCollectionProperty

public CollectionProperty createCollectionProperty()
Create an instance of CollectionProperty


createJaxbContextField

public JaxbContext.Field createJaxbContextField()
Create an instance of JaxbContext.Field


createEmbedded

public JAXBElement<Embedded> createEmbedded(Embedded value)
Create an instance of JAXBElement<Embedded>}


createGeneratedClass

public JAXBElement<GeneratedClass> createGeneratedClass(GeneratedClass value)
Create an instance of JAXBElement<GeneratedClass>}


createVersion

public JAXBElement<Version> createVersion(Version value)
Create an instance of JAXBElement<Version>}


createJaxbContext

public JAXBElement<JaxbContext> createJaxbContext(JaxbContext value)
Create an instance of JAXBElement<JaxbContext>}


createMappedSuperclass

public JAXBElement<MappedSuperclass> createMappedSuperclass(MappedSuperclass value)
Create an instance of JAXBElement<MappedSuperclass>}


createManyToOne

public JAXBElement<ManyToOne> createManyToOne(ManyToOne value)
Create an instance of JAXBElement<ManyToOne>}


createTable

public JAXBElement<Table> createTable(Table value)
Create an instance of JAXBElement<Table>}


createManyToMany

public JAXBElement<ManyToMany> createManyToMany(ManyToMany value)
Create an instance of JAXBElement<ManyToMany>}


createIgnoredPackage

public JAXBElement<IgnoredPackage> createIgnoredPackage(IgnoredPackage value)
Create an instance of JAXBElement<IgnoredPackage>}


createPersistence

public JAXBElement<Persistence> createPersistence(Persistence value)
Create an instance of JAXBElement<Persistence>}


createEntity

public JAXBElement<Entity> createEntity(Entity value)
Create an instance of JAXBElement<Entity>}


createEmbeddable

public JAXBElement<Embeddable> createEmbeddable(Embeddable value)
Create an instance of JAXBElement<Embeddable>}


createIgnored

public JAXBElement<Ignored> createIgnored(Ignored value)
Create an instance of JAXBElement<Ignored>}


createElementCollection

public JAXBElement<ElementCollection> createElementCollection(ElementCollection value)
Create an instance of JAXBElement<ElementCollection>}


createGeneratedProperty

public JAXBElement<GeneratedProperty> createGeneratedProperty(GeneratedProperty value)
Create an instance of JAXBElement<GeneratedProperty>}


createEmbeddedId

public JAXBElement<EmbeddedId> createEmbeddedId(EmbeddedId value)
Create an instance of JAXBElement<EmbeddedId>}


createOneToMany

public JAXBElement<OneToMany> createOneToMany(OneToMany value)
Create an instance of JAXBElement<OneToMany>}


createColumn

public JAXBElement<Column> createColumn(Column value)
Create an instance of JAXBElement<Column>}


createBasic

public JAXBElement<Basic> createBasic(Basic value)
Create an instance of JAXBElement<Basic>}


createGeneratedVersion

public JAXBElement<GeneratedVersion> createGeneratedVersion(GeneratedVersion value)
Create an instance of JAXBElement<GeneratedVersion>}


createGeneratedId

public JAXBElement<GeneratedId> createGeneratedId(GeneratedId value)
Create an instance of JAXBElement<GeneratedId>}


createOneToOne

public JAXBElement<OneToOne> createOneToOne(OneToOne value)
Create an instance of JAXBElement<OneToOne>}


createId

public JAXBElement<Id> createId(Id value)
Create an instance of JAXBElement<Id>}



Copyright © 2005-2014. All Rights Reserved.