|
EclipseLink 2.1.0, build 'v20100311-r6779' API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
public class ObjectFactory
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public JavaType.JavaAttributes createJavaTypeJavaAttributes()
JavaType.JavaAttributes
public XmlSchemaType createXmlSchemaType()
XmlSchemaType
public XmlBindings.JavaTypes createXmlBindingsJavaTypes()
XmlBindings.JavaTypes
public XmlElement createXmlElement()
XmlElement
public XmlAttribute createXmlAttribute()
XmlAttribute
public XmlSchema.XmlNs createXmlSchemaXmlNs()
XmlSchema.XmlNs
public XmlSchemaTypes createXmlSchemaTypes()
XmlSchemaTypes
public XmlElementWrapper createXmlElementWrapper()
XmlElementWrapper
public XmlElementRef createXmlElementRef()
XmlElementRef
public XmlSchema createXmlSchema()
XmlSchema
public XmlAnyAttribute createXmlAnyAttribute()
XmlAnyAttribute
public XmlEnumValue createXmlEnumValue()
XmlEnumValue
public XmlBindings.XmlEnums createXmlBindingsXmlEnums()
XmlBindings.XmlEnums
public XmlBindings createXmlBindings()
XmlBindings
public JavaType createJavaType()
JavaType
public XmlJavaTypeAdapter createXmlJavaTypeAdapter()
XmlJavaTypeAdapter
public XmlType createXmlType()
XmlType
public XmlRegistry.XmlElementDecl createXmlRegistryXmlElementDecl()
XmlRegistry.XmlElementDecl
public XmlElements createXmlElements()
XmlElements
public XmlElementRefs createXmlElementRefs()
XmlElementRefs
public XmlTransient createXmlTransient()
XmlTransient
public XmlBindings.XmlRegistries createXmlBindingsXmlRegistries()
XmlBindings.XmlRegistries
public XmlJavaTypeAdapters createXmlJavaTypeAdapters()
XmlJavaTypeAdapters
public XmlEnum createXmlEnum()
XmlEnum
public XmlRootElement createXmlRootElement()
XmlRootElement
public XmlAnyElement createXmlAnyElement()
XmlAnyElement
public XmlValue createXmlValue()
XmlValue
public XmlRegistry createXmlRegistry()
XmlRegistry
public JAXBElement<XmlTransient> createXmlTransient(XmlTransient value)
JAXBElement
<
XmlTransient
>
}
public JAXBElement<XmlJavaTypeAdapter> createXmlJavaTypeAdapter(XmlJavaTypeAdapter value)
JAXBElement
<
XmlJavaTypeAdapter
>
}
public JAXBElement<XmlElement> createXmlElement(XmlElement value)
JAXBElement
<
XmlElement
>
}
public JAXBElement<XmlAttribute> createXmlAttribute(XmlAttribute value)
JAXBElement
<
XmlAttribute
>
}
public JAXBElement<JavaAttribute> createJavaAttribute(JavaAttribute value)
JAXBElement
<
JavaAttribute
>
}
public JAXBElement<XmlElementRefs> createXmlElementRefs(XmlElementRefs value)
JAXBElement
<
XmlElementRefs
>
}
public JAXBElement<XmlElementRef> createXmlElementRef(XmlElementRef value)
JAXBElement
<
XmlElementRef
>
}
public JAXBElement<XmlAnyElement> createXmlAnyElement(XmlAnyElement value)
JAXBElement
<
XmlAnyElement
>
}
public JAXBElement<java.util.List<java.lang.String>> createXmlSeeAlso(java.util.List<java.lang.String> value)
JAXBElement
<
List
<
String
>
>
}
public JAXBElement<XmlValue> createXmlValue(XmlValue value)
JAXBElement
<
XmlValue
>
}
public JAXBElement<XmlElements> createXmlElements(XmlElements value)
JAXBElement
<
XmlElements
>
}
public JAXBElement<XmlAnyAttribute> createXmlAnyAttribute(XmlAnyAttribute value)
JAXBElement
<
XmlAnyAttribute
>
}
|
EclipseLink 2.1.0, build 'v20100311-r6779' API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |