Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
Packages that use XmlElementRef Package Description org.eclipse.persistence.jaxb.compiler org.eclipse.persistence.jaxb.xmlmodel -
-
Uses of XmlElementRef in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return types with arguments of type XmlElementRef Modifier and Type Method Description List<XmlElementRef>Property. getXmlElementRefs()Return the List of XmlElementRef(s) for this Property.Method parameters in org.eclipse.persistence.jaxb.compiler with type arguments of type XmlElementRef Modifier and Type Method Description voidProperty. setXmlElementRefs(List<XmlElementRef> xmlElementRefs)Set the List of XmlElementRef(s) for this Property. -
Uses of XmlElementRef in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel with type parameters of type XmlElementRef Modifier and Type Field Description protected List<XmlElementRef>XmlElementRefs. xmlElementRefMethods in org.eclipse.persistence.jaxb.xmlmodel that return XmlElementRef Modifier and Type Method Description XmlElementRefObjectFactory. createXmlElementRef()Create an instance ofXmlElementRefMethods in org.eclipse.persistence.jaxb.xmlmodel that return types with arguments of type XmlElementRef Modifier and Type Method Description jakarta.xml.bind.JAXBElement<XmlElementRef>ObjectFactory. createXmlElementRef(XmlElementRef value)List<XmlElementRef>XmlElementRefs. getXmlElementRef()Gets the value of the xmlElementRef property.Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlElementRef Modifier and Type Method Description jakarta.xml.bind.JAXBElement<XmlElementRef>ObjectFactory. createXmlElementRef(XmlElementRef value)
-