Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Packages that use XmlElement
-
Uses of XmlElement in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel with type parameters of type XmlElementMethods in org.eclipse.persistence.jaxb.xmlmodel that return XmlElementModifier and TypeMethodDescriptionObjectFactory.createXmlElement()
Create an instance ofXmlElement
Methods in org.eclipse.persistence.jaxb.xmlmodel that return types with arguments of type XmlElementModifier and TypeMethodDescriptionObjectFactory.createXmlElement
(XmlElement value) XmlElements.getXmlElement()
Gets the value of the xmlElement property.Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlElement -
Uses of XmlElement in org.eclipse.persistence.tools.dbws
Methods in org.eclipse.persistence.tools.dbws that return XmlElementModifier and TypeMethodDescriptionprotected static XmlElement
XmlBindingsGenerator.processXMLBinaryDataMapping
(XMLBinaryDataMapping xmap) Process a given XMLBinaryDataMapping and return an XmlElement.protected static XmlElement
XmlBindingsGenerator.processXMLCompositeCollectionMapping
(XMLCompositeCollectionMapping xmap) Process a given XMLCompositeCollectionMapping and return an XmlElementprotected static XmlElement
XmlBindingsGenerator.processXMLCompositeDirectCollectionMapping
(XMLCompositeDirectCollectionMapping xmap) Process a given XMLCompositeDirectCollectionMapping and return an XmlElement.protected static XmlElement
XmlBindingsGenerator.processXMLCompositeObjectMapping
(XMLCompositeObjectMapping xmap) Process a given XMLCompositeObjectMapping and return an XmlElement.protected static XmlElement
XmlBindingsGenerator.processXMLDirectMapping
(XMLDirectMapping xmap) Process a given XMLDirectMapping and return an XmlElement.protected static XmlElement
XmlBindingsGenerator.processXMLMapping
(XMLField xfld, String attName, String xpath, String attClassification, AbstractNullPolicy nullPolicy, boolean isCDATA, String containerName, boolean inlineBinary, boolean isSWARef, String mimeType) Process a given XMLMapping and return an XmlElement.Methods in org.eclipse.persistence.tools.dbws that return types with arguments of type XmlElementModifier and TypeMethodDescriptionprotected static JAXBElement
<XmlElement> XmlBindingsGenerator.generateXmlElement
(XMLMapping xmap) Process a given XMLMapping and return aJAXBElement<XmlElement>
.