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 ofXmlElementMethods 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 XmlElementXmlBindingsGenerator.processXMLBinaryDataMapping(XMLBinaryDataMapping xmap) Process a given XMLBinaryDataMapping and return an XmlElement.protected static XmlElementXmlBindingsGenerator.processXMLCompositeCollectionMapping(XMLCompositeCollectionMapping xmap) Process a given XMLCompositeCollectionMapping and return an XmlElementprotected static XmlElementXmlBindingsGenerator.processXMLCompositeDirectCollectionMapping(XMLCompositeDirectCollectionMapping xmap) Process a given XMLCompositeDirectCollectionMapping and return an XmlElement.protected static XmlElementXmlBindingsGenerator.processXMLCompositeObjectMapping(XMLCompositeObjectMapping xmap) Process a given XMLCompositeObjectMapping and return an XmlElement.protected static XmlElementXmlBindingsGenerator.processXMLDirectMapping(XMLDirectMapping xmap) Process a given XMLDirectMapping and return an XmlElement.protected static XmlElementXmlBindingsGenerator.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>.