Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Packages that use XmlAttribute
-
Uses of XmlAttribute in org.eclipse.persistence.jaxb.xmlmodel
Methods in org.eclipse.persistence.jaxb.xmlmodel that return XmlAttributeModifier and TypeMethodDescriptionObjectFactory.createXmlAttribute()
Create an instance ofXmlAttribute
Methods in org.eclipse.persistence.jaxb.xmlmodel that return types with arguments of type XmlAttributeMethods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlAttribute -
Uses of XmlAttribute in org.eclipse.persistence.tools.dbws
Methods in org.eclipse.persistence.tools.dbws that return XmlAttributeModifier and TypeMethodDescriptionprotected static XmlAttribute
XmlBindingsGenerator.processXMLBinaryDataMappingAttribute
(XMLBinaryDataMapping xmap) Process a given XMLBinaryDataMapping and return an XmlAttribute.protected static XmlAttribute
XmlBindingsGenerator.processXMLCompositeDirectCollectionMappingAttribute
(XMLCompositeDirectCollectionMapping xmap) Process a given XMLCompositeDirectCollectionMapping and return an XmlAttribute.protected static XmlAttribute
XmlBindingsGenerator.processXMLDirectMappingAttribute
(XMLDirectMapping xmap) Process a given XMLDirectMapping and return an XmlAttribute.protected static XmlAttribute
XmlBindingsGenerator.processXMLMapping
(XMLField xfld, String attName, String xpath, String attClassification, AbstractNullPolicy nullPolicy, String containerName, boolean inlineBinary, boolean isSWARef, String mimeType) Process a given XMLMapping and return an XmlAttribute.Methods in org.eclipse.persistence.tools.dbws that return types with arguments of type XmlAttributeModifier and TypeMethodDescriptionprotected static JAXBElement
<XmlAttribute> XmlBindingsGenerator.generateXmlAttribute
(XMLMapping xmap) Process a given XMLMapping and return aJAXBElement<XmlAttribute>
.