Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
Packages that use XmlElements Package Description org.eclipse.persistence.jaxb.compiler org.eclipse.persistence.jaxb.xmlmodel -
-
Uses of XmlElements in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return XmlElements Modifier and Type Method Description XmlElementsProperty. getXmlElements()Return the XmlElements object set for this Property.Methods in org.eclipse.persistence.jaxb.compiler with parameters of type XmlElements Modifier and Type Method Description voidProperty. setXmlElements(XmlElements xmlElements)Set the XmlElements object for this Property. -
Uses of XmlElements in org.eclipse.persistence.jaxb.xmlmodel
Methods in org.eclipse.persistence.jaxb.xmlmodel that return XmlElements Modifier and Type Method Description XmlElementsObjectFactory. createXmlElements()Create an instance ofXmlElementsMethods in org.eclipse.persistence.jaxb.xmlmodel that return types with arguments of type XmlElements Modifier and Type Method Description jakarta.xml.bind.JAXBElement<XmlElements>ObjectFactory. createXmlElements(XmlElements value)Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlElements Modifier and Type Method Description jakarta.xml.bind.JAXBElement<XmlElements>ObjectFactory. createXmlElements(XmlElements value)
-