|
EclipseLink 2.0.0, build 'v20091127-r5931' API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 XmlElementRef createXmlElementRef()
XmlElementRef
public XmlRootElement createXmlRootElement()
XmlRootElement
public XmlSchema createXmlSchema()
XmlSchema
public XmlJavaTypeAdapters createXmlJavaTypeAdapters()
XmlJavaTypeAdapters
public XmlEnumValue createXmlEnumValue()
XmlEnumValue
public JavaType.JavaAttributes createJavaTypeJavaAttributes()
JavaType.JavaAttributes
public XmlJavaTypeAdapter createXmlJavaTypeAdapter()
XmlJavaTypeAdapter
public XmlElements createXmlElements()
XmlElements
public XmlBindings.JavaTypes createXmlBindingsJavaTypes()
XmlBindings.JavaTypes
public XmlAnyElement createXmlAnyElement()
XmlAnyElement
public XmlEnum createXmlEnum()
XmlEnum
public XmlTransient createXmlTransient()
XmlTransient
public XmlSchemaType createXmlSchemaType()
XmlSchemaType
public XmlValue createXmlValue()
XmlValue
public XmlBindings createXmlBindings()
XmlBindings
public XmlElement createXmlElement()
XmlElement
public XmlMap createXmlMap()
XmlMap
public XmlMap.Value createXmlMapValue()
XmlMap.Value
public XmlMap.Key createXmlMapKey()
XmlMap.Key
public XmlType createXmlType()
XmlType
public XmlElementRefs createXmlElementRefs()
XmlElementRefs
public XmlSchemaTypes createXmlSchemaTypes()
XmlSchemaTypes
public XmlAttribute createXmlAttribute()
XmlAttribute
public XmlBindings.XmlEnums createXmlBindingsXmlEnums()
XmlBindings.XmlEnums
public XmlSchema.XmlNs createXmlSchemaXmlNs()
XmlSchema.XmlNs
public XmlElementWrapper createXmlElementWrapper()
XmlElementWrapper
public JavaType createJavaType()
JavaType
public XmlAnyAttribute createXmlAnyAttribute()
XmlAnyAttribute
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.0.0, build 'v20091127-r5931' API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |