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