Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
Uses of XmlAttribute in org.eclipse.persistence.jaxb.xmlmodel
Modifier and TypeMethodDescriptionObjectFactory.createXmlAttribute()
Create an instance ofXmlAttribute
-
Uses of XmlAttribute in org.eclipse.persistence.tools.dbws
Modifier 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.Modifier and TypeMethodDescriptionprotected static JAXBElement
<XmlAttribute> XmlBindingsGenerator.generateXmlAttribute
(XMLMapping xmap) Process a given XMLMapping and return aJAXBElement<XmlAttribute>
.