Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Packages that use XmlElement Package Description org.eclipse.persistence.jaxb.xmlmodel -
-
Uses of XmlElement in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel with type parameters of type XmlElement Modifier and Type Field Description protected List<XmlElement>XmlElements. xmlElementMethods in org.eclipse.persistence.jaxb.xmlmodel that return XmlElement Modifier and Type Method Description XmlElementObjectFactory. createXmlElement()Create an instance ofXmlElementMethods in org.eclipse.persistence.jaxb.xmlmodel that return types with arguments of type XmlElement Modifier and Type Method Description jakarta.xml.bind.JAXBElement<XmlElement>ObjectFactory. createXmlElement(XmlElement value)List<XmlElement>XmlElements. getXmlElement()Gets the value of the xmlElement property.Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlElement Modifier and Type Method Description jakarta.xml.bind.JAXBElement<XmlElement>ObjectFactory. createXmlElement(XmlElement value)
-