EclipseLink 2.0.0, build 'v20091127-r5931' API Reference

org.eclipse.persistence.jaxb.xmlmodel
Class ObjectFactory

java.lang.Object
  extended by org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.eclipse.persistence.jaxb.xmlmodel 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.eclipse.persistence.jaxb.xmlmodel
 
Method Summary
 JAXBElement<JavaAttribute> createJavaAttribute(JavaAttribute value)
          Create an instance of JAXBElement<JavaAttribute>}
 JavaType createJavaType()
          Create an instance of JavaType
 JavaType.JavaAttributes createJavaTypeJavaAttributes()
          Create an instance of JavaType.JavaAttributes
 XmlAnyAttribute createXmlAnyAttribute()
          Create an instance of XmlAnyAttribute
 JAXBElement<XmlAnyAttribute> createXmlAnyAttribute(XmlAnyAttribute value)
          Create an instance of JAXBElement<XmlAnyAttribute>}
 XmlAnyElement createXmlAnyElement()
          Create an instance of XmlAnyElement
 JAXBElement<XmlAnyElement> createXmlAnyElement(XmlAnyElement value)
          Create an instance of JAXBElement<XmlAnyElement>}
 XmlAttribute createXmlAttribute()
          Create an instance of XmlAttribute
 JAXBElement<XmlAttribute> createXmlAttribute(XmlAttribute value)
          Create an instance of JAXBElement<XmlAttribute>}
 XmlBindings createXmlBindings()
          Create an instance of XmlBindings
 XmlBindings.JavaTypes createXmlBindingsJavaTypes()
          Create an instance of XmlBindings.JavaTypes
 XmlBindings.XmlEnums createXmlBindingsXmlEnums()
          Create an instance of XmlBindings.XmlEnums
 XmlElement createXmlElement()
          Create an instance of XmlElement
 JAXBElement<XmlElement> createXmlElement(XmlElement value)
          Create an instance of JAXBElement<XmlElement>}
 XmlElementRef createXmlElementRef()
          Create an instance of XmlElementRef
 JAXBElement<XmlElementRef> createXmlElementRef(XmlElementRef value)
          Create an instance of JAXBElement<XmlElementRef>}
 XmlElementRefs createXmlElementRefs()
          Create an instance of XmlElementRefs
 JAXBElement<XmlElementRefs> createXmlElementRefs(XmlElementRefs value)
          Create an instance of JAXBElement<XmlElementRefs>}
 XmlElements createXmlElements()
          Create an instance of XmlElements
 JAXBElement<XmlElements> createXmlElements(XmlElements value)
          Create an instance of JAXBElement<XmlElements>}
 XmlElementWrapper createXmlElementWrapper()
          Create an instance of XmlElementWrapper
 XmlEnum createXmlEnum()
          Create an instance of XmlEnum
 XmlEnumValue createXmlEnumValue()
          Create an instance of XmlEnumValue
 XmlJavaTypeAdapter createXmlJavaTypeAdapter()
          Create an instance of XmlJavaTypeAdapter
 JAXBElement<XmlJavaTypeAdapter> createXmlJavaTypeAdapter(XmlJavaTypeAdapter value)
          Create an instance of JAXBElement<XmlJavaTypeAdapter>}
 XmlJavaTypeAdapters createXmlJavaTypeAdapters()
          Create an instance of XmlJavaTypeAdapters
 XmlMap createXmlMap()
          Create an instance of XmlMap
 XmlMap.Key createXmlMapKey()
          Create an instance of XmlMap.Key
 XmlMap.Value createXmlMapValue()
          Create an instance of XmlMap.Value
 XmlRootElement createXmlRootElement()
          Create an instance of XmlRootElement
 XmlSchema createXmlSchema()
          Create an instance of XmlSchema
 XmlSchemaType createXmlSchemaType()
          Create an instance of XmlSchemaType
 XmlSchemaTypes createXmlSchemaTypes()
          Create an instance of XmlSchemaTypes
 XmlSchema.XmlNs createXmlSchemaXmlNs()
          Create an instance of XmlSchema.XmlNs
 JAXBElement<java.util.List<java.lang.String>> createXmlSeeAlso(java.util.List<java.lang.String> value)
          Create an instance of JAXBElement<List<String>>}
 XmlTransient createXmlTransient()
          Create an instance of XmlTransient
 JAXBElement<XmlTransient> createXmlTransient(XmlTransient value)
          Create an instance of JAXBElement<XmlTransient>}
 XmlType createXmlType()
          Create an instance of XmlType
 XmlValue createXmlValue()
          Create an instance of XmlValue
 JAXBElement<XmlValue> createXmlValue(XmlValue value)
          Create an instance of JAXBElement<XmlValue>}
 
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.eclipse.persistence.jaxb.xmlmodel

Method Detail

createXmlElementRef

public XmlElementRef createXmlElementRef()
Create an instance of XmlElementRef


createXmlRootElement

public XmlRootElement createXmlRootElement()
Create an instance of XmlRootElement


createXmlSchema

public XmlSchema createXmlSchema()
Create an instance of XmlSchema


createXmlJavaTypeAdapters

public XmlJavaTypeAdapters createXmlJavaTypeAdapters()
Create an instance of XmlJavaTypeAdapters


createXmlEnumValue

public XmlEnumValue createXmlEnumValue()
Create an instance of XmlEnumValue


createJavaTypeJavaAttributes

public JavaType.JavaAttributes createJavaTypeJavaAttributes()
Create an instance of JavaType.JavaAttributes


createXmlJavaTypeAdapter

public XmlJavaTypeAdapter createXmlJavaTypeAdapter()
Create an instance of XmlJavaTypeAdapter


createXmlElements

public XmlElements createXmlElements()
Create an instance of XmlElements


createXmlBindingsJavaTypes

public XmlBindings.JavaTypes createXmlBindingsJavaTypes()
Create an instance of XmlBindings.JavaTypes


createXmlAnyElement

public XmlAnyElement createXmlAnyElement()
Create an instance of XmlAnyElement


createXmlEnum

public XmlEnum createXmlEnum()
Create an instance of XmlEnum


createXmlTransient

public XmlTransient createXmlTransient()
Create an instance of XmlTransient


createXmlSchemaType

public XmlSchemaType createXmlSchemaType()
Create an instance of XmlSchemaType


createXmlValue

public XmlValue createXmlValue()
Create an instance of XmlValue


createXmlBindings

public XmlBindings createXmlBindings()
Create an instance of XmlBindings


createXmlElement

public XmlElement createXmlElement()
Create an instance of XmlElement


createXmlMap

public XmlMap createXmlMap()
Create an instance of XmlMap


createXmlMapValue

public XmlMap.Value createXmlMapValue()
Create an instance of XmlMap.Value


createXmlMapKey

public XmlMap.Key createXmlMapKey()
Create an instance of XmlMap.Key


createXmlType

public XmlType createXmlType()
Create an instance of XmlType


createXmlElementRefs

public XmlElementRefs createXmlElementRefs()
Create an instance of XmlElementRefs


createXmlSchemaTypes

public XmlSchemaTypes createXmlSchemaTypes()
Create an instance of XmlSchemaTypes


createXmlAttribute

public XmlAttribute createXmlAttribute()
Create an instance of XmlAttribute


createXmlBindingsXmlEnums

public XmlBindings.XmlEnums createXmlBindingsXmlEnums()
Create an instance of XmlBindings.XmlEnums


createXmlSchemaXmlNs

public XmlSchema.XmlNs createXmlSchemaXmlNs()
Create an instance of XmlSchema.XmlNs


createXmlElementWrapper

public XmlElementWrapper createXmlElementWrapper()
Create an instance of XmlElementWrapper


createJavaType

public JavaType createJavaType()
Create an instance of JavaType


createXmlAnyAttribute

public XmlAnyAttribute createXmlAnyAttribute()
Create an instance of XmlAnyAttribute


createXmlTransient

public JAXBElement<XmlTransient> createXmlTransient(XmlTransient value)
Create an instance of JAXBElement<XmlTransient>}


createXmlJavaTypeAdapter

public JAXBElement<XmlJavaTypeAdapter> createXmlJavaTypeAdapter(XmlJavaTypeAdapter value)
Create an instance of JAXBElement<XmlJavaTypeAdapter>}


createXmlElement

public JAXBElement<XmlElement> createXmlElement(XmlElement value)
Create an instance of JAXBElement<XmlElement>}


createXmlAttribute

public JAXBElement<XmlAttribute> createXmlAttribute(XmlAttribute value)
Create an instance of JAXBElement<XmlAttribute>}


createJavaAttribute

public JAXBElement<JavaAttribute> createJavaAttribute(JavaAttribute value)
Create an instance of JAXBElement<JavaAttribute>}


createXmlElementRefs

public JAXBElement<XmlElementRefs> createXmlElementRefs(XmlElementRefs value)
Create an instance of JAXBElement<XmlElementRefs>}


createXmlElementRef

public JAXBElement<XmlElementRef> createXmlElementRef(XmlElementRef value)
Create an instance of JAXBElement<XmlElementRef>}


createXmlAnyElement

public JAXBElement<XmlAnyElement> createXmlAnyElement(XmlAnyElement value)
Create an instance of JAXBElement<XmlAnyElement>}


createXmlSeeAlso

public JAXBElement<java.util.List<java.lang.String>> createXmlSeeAlso(java.util.List<java.lang.String> value)
Create an instance of JAXBElement<List<String>>}


createXmlValue

public JAXBElement<XmlValue> createXmlValue(XmlValue value)
Create an instance of JAXBElement<XmlValue>}


createXmlElements

public JAXBElement<XmlElements> createXmlElements(XmlElements value)
Create an instance of JAXBElement<XmlElements>}


createXmlAnyAttribute

public JAXBElement<XmlAnyAttribute> createXmlAnyAttribute(XmlAnyAttribute value)
Create an instance of JAXBElement<XmlAnyAttribute>}


EclipseLink 2.0.0, build 'v20091127-r5931' API Reference