public class ObjectFactory extends Object
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 and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.eclipse.persistence.jaxb.xmlmodel
|
public ObjectFactory()
public XmlSchemaType createXmlSchemaType()
XmlSchemaType
public XmlElementRef createXmlElementRef()
XmlElementRef
public XmlSchemaTypes createXmlSchemaTypes()
XmlSchemaTypes
public XmlElements createXmlElements()
XmlElements
public XmlTransformation.XmlReadTransformer createXmlTransformationXmlReadTransformer()
XmlTransformation.XmlReadTransformer
public XmlElement createXmlElement()
XmlElement
public XmlTransient createXmlTransient()
XmlTransient
public XmlJavaTypeAdapters createXmlJavaTypeAdapters()
XmlJavaTypeAdapters
public XmlAnyElement createXmlAnyElement()
XmlAnyElement
public XmlRootElement createXmlRootElement()
XmlRootElement
public XmlBindings createXmlBindings()
XmlBindings
public XmlSchema.XmlNs createXmlSchemaXmlNs()
XmlSchema.XmlNs
public XmlBindings.XmlEnums createXmlBindingsXmlEnums()
XmlBindings.XmlEnums
public XmlRegistry createXmlRegistry()
XmlRegistry
public XmlVariableNode createXmlVariableNode()
XmlVariableNode
public XmlJavaTypeAdapter createXmlJavaTypeAdapter()
XmlJavaTypeAdapter
public JavaType.JavaAttributes createJavaTypeJavaAttributes()
JavaType.JavaAttributes
public XmlRegistry.XmlElementDecl createXmlRegistryXmlElementDecl()
XmlRegistry.XmlElementDecl
public XmlElementWrapper createXmlElementWrapper()
XmlElementWrapper
public XmlBindings.JavaTypes createXmlBindingsJavaTypes()
XmlBindings.JavaTypes
public XmlIsSetNullPolicy createXmlIsSetNullPolicy()
XmlIsSetNullPolicy
public XmlAnyAttribute createXmlAnyAttribute()
XmlAnyAttribute
public XmlMap.Key createXmlMapKey()
XmlMap.Key
public XmlNullPolicy createXmlNullPolicy()
XmlNullPolicy
public XmlTransformation createXmlTransformation()
XmlTransformation
public XmlBindings.XmlRegistries createXmlBindingsXmlRegistries()
XmlBindings.XmlRegistries
public XmlMap.Value createXmlMapValue()
XmlMap.Value
public XmlAttribute createXmlAttribute()
XmlAttribute
public XmlAccessMethods createXmlAccessMethods()
XmlAccessMethods
public XmlEnumValue createXmlEnumValue()
XmlEnumValue
public XmlIsSetNullPolicy.IsSetParameter createXmlIsSetNullPolicyIsSetParameter()
XmlIsSetNullPolicy.IsSetParameter
public XmlElementRefs createXmlElementRefs()
XmlElementRefs
public XmlJoinNodes.XmlJoinNode createXmlJoinNodesXmlJoinNode()
XmlJoinNodes.XmlJoinNode
public XmlJoinNodes createXmlJoinNodes()
XmlJoinNodes
public jakarta.xml.bind.JAXBElement<XmlJavaTypeAdapter> createXmlJavaTypeAdapter(XmlJavaTypeAdapter value)
public jakarta.xml.bind.JAXBElement<XmlAttribute> createXmlAttribute(XmlAttribute value)
public jakarta.xml.bind.JAXBElement<XmlInverseReference> createXmlInverseReference(XmlInverseReference value)
public jakarta.xml.bind.JAXBElement<JavaAttribute> createJavaAttribute(JavaAttribute value)
public jakarta.xml.bind.JAXBElement<XmlClassExtractor> createXmlClassExtractor(XmlClassExtractor value)
public jakarta.xml.bind.JAXBElement<XmlNullPolicy> createXmlNullPolicy(XmlNullPolicy value)
public jakarta.xml.bind.JAXBElement<XmlElementRefs> createXmlElementRefs(XmlElementRefs value)
public jakarta.xml.bind.JAXBElement<XmlAnyElement> createXmlAnyElement(XmlAnyElement value)
public jakarta.xml.bind.JAXBElement<List<String>> createXmlSeeAlso(List<String> value)
public jakarta.xml.bind.JAXBElement<XmlAccessMethods> createXmlAccessMethods(XmlAccessMethods value)
public jakarta.xml.bind.JAXBElement<XmlTransient> createXmlTransient(XmlTransient value)
public jakarta.xml.bind.JAXBElement<XmlVariableNode> createXmlVariableNode(XmlVariableNode value)
public jakarta.xml.bind.JAXBElement<XmlElement> createXmlElement(XmlElement value)
public jakarta.xml.bind.JAXBElement<XmlAbstractNullPolicy> createXmlAbstractNullPolicy(XmlAbstractNullPolicy value)
public jakarta.xml.bind.JAXBElement<XmlElementRef> createXmlElementRef(XmlElementRef value)
public jakarta.xml.bind.JAXBElement<XmlIsSetNullPolicy> createXmlIsSetNullPolicy(XmlIsSetNullPolicy value)
public jakarta.xml.bind.JAXBElement<XmlTransformation> createXmlTransformation(XmlTransformation value)
public jakarta.xml.bind.JAXBElement<XmlElements> createXmlElements(XmlElements value)
public jakarta.xml.bind.JAXBElement<XmlProperties> createXmlProperties(XmlProperties value)
public jakarta.xml.bind.JAXBElement<XmlAnyAttribute> createXmlAnyAttribute(XmlAnyAttribute value)
public jakarta.xml.bind.JAXBElement<XmlJoinNodes> createXmlJoinNodes(XmlJoinNodes value)
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.