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
 javax.xml.bind.JAXBElement<Basic> createBasic(Basic value)
          Create an instance of JAXBElement<Basic>}
 CollectionProperty createCollectionProperty()
          Create an instance of CollectionProperty
 javax.xml.bind.JAXBElement<Column> createColumn(Column value)
          Create an instance of JAXBElement<Column>}
 ElementCollection createElementCollection()
          Create an instance of ElementCollection
 javax.xml.bind.JAXBElement<ElementCollection> createElementCollection(ElementCollection value)
          Create an instance of JAXBElement<ElementCollection>}
 Embeddable createEmbeddable()
          Create an instance of Embeddable
 javax.xml.bind.JAXBElement<Embeddable> createEmbeddable(Embeddable value)
          Create an instance of JAXBElement<Embeddable>}
 Embedded createEmbedded()
          Create an instance of Embedded
 javax.xml.bind.JAXBElement<Embedded> createEmbedded(Embedded value)
          Create an instance of JAXBElement<Embedded>}
 EmbeddedId createEmbeddedId()
          Create an instance of EmbeddedId
 javax.xml.bind.JAXBElement<EmbeddedId> createEmbeddedId(EmbeddedId value)
          Create an instance of JAXBElement<EmbeddedId>}
 Entity createEntity()
          Create an instance of Entity
 javax.xml.bind.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
 javax.xml.bind.JAXBElement<GeneratedClass> createGeneratedClass(GeneratedClass value)
          Create an instance of JAXBElement<GeneratedClass>}
 GeneratedId createGeneratedId()
          Create an instance of GeneratedId
 javax.xml.bind.JAXBElement<GeneratedId> createGeneratedId(GeneratedId value)
          Create an instance of JAXBElement<GeneratedId>}
 GeneratedProperty createGeneratedProperty()
          Create an instance of GeneratedProperty
 javax.xml.bind.JAXBElement<GeneratedProperty> createGeneratedProperty(GeneratedProperty value)
          Create an instance of JAXBElement<GeneratedProperty>}
 GeneratedVersion createGeneratedVersion()
          Create an instance of GeneratedVersion
 javax.xml.bind.JAXBElement<GeneratedVersion> createGeneratedVersion(GeneratedVersion value)
          Create an instance of JAXBElement<GeneratedVersion>}
 Id createId()
          Create an instance of Id
 javax.xml.bind.JAXBElement<Id> createId(Id value)
          Create an instance of JAXBElement<Id>}
 Ignored createIgnored()
          Create an instance of Ignored
 javax.xml.bind.JAXBElement<Ignored> createIgnored(Ignored value)
          Create an instance of JAXBElement<Ignored>}
 IgnoredPackage createIgnoredPackage()
          Create an instance of IgnoredPackage
 javax.xml.bind.JAXBElement<IgnoredPackage> createIgnoredPackage(IgnoredPackage value)
          Create an instance of JAXBElement<IgnoredPackage>}
 JaxbContext createJaxbContext()
          Create an instance of JaxbContext
 javax.xml.bind.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
 javax.xml.bind.JAXBElement<ManyToMany> createManyToMany(ManyToMany value)
          Create an instance of JAXBElement<ManyToMany>}
 ManyToOne createManyToOne()
          Create an instance of ManyToOne
 javax.xml.bind.JAXBElement<ManyToOne> createManyToOne(ManyToOne value)
          Create an instance of JAXBElement<ManyToOne>}
 MappedSuperclass createMappedSuperclass()
          Create an instance of MappedSuperclass
 javax.xml.bind.JAXBElement<MappedSuperclass> createMappedSuperclass(MappedSuperclass value)
          Create an instance of JAXBElement<MappedSuperclass>}
 OneToMany createOneToMany()
          Create an instance of OneToMany
 javax.xml.bind.JAXBElement<OneToMany> createOneToMany(OneToMany value)
          Create an instance of JAXBElement<OneToMany>}
 OneToOne createOneToOne()
          Create an instance of OneToOne
 javax.xml.bind.JAXBElement<OneToOne> createOneToOne(OneToOne value)
          Create an instance of JAXBElement<OneToOne>}
 Persistence createPersistence()
          Create an instance of Persistence
 javax.xml.bind.JAXBElement<Persistence> createPersistence(Persistence value)
          Create an instance of JAXBElement<Persistence>}
 SingleProperty createSingleProperty()
          Create an instance of SingleProperty
 javax.xml.bind.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
 javax.xml.bind.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 javax.xml.bind.JAXBElement<Embedded> createEmbedded(Embedded value)
Create an instance of JAXBElement<Embedded>}


createGeneratedClass

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


createVersion

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


createJaxbContext

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


createMappedSuperclass

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


createManyToOne

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


createTable

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


createManyToMany

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


createIgnoredPackage

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


createPersistence

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


createEntity

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


createEmbeddable

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


createIgnored

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


createElementCollection

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


createGeneratedProperty

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


createEmbeddedId

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


createOneToMany

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


createColumn

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


createBasic

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


createGeneratedVersion

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


createGeneratedId

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


createOneToOne

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


createId

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



Copyright © 2005-2011. All Rights Reserved.