Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlRootElement
-
Packages that use XmlRootElement Package Description org.eclipse.persistence.jaxb.compiler org.eclipse.persistence.jaxb.xmlmodel -
-
Uses of XmlRootElement in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return XmlRootElement Modifier and Type Method Description XmlRootElementTypeInfo. getXmlRootElement()Return the xmlRootElement set on this TypeInfo.Methods in org.eclipse.persistence.jaxb.compiler with parameters of type XmlRootElement Modifier and Type Method Description voidTypeInfo. setXmlRootElement(XmlRootElement xmlRootElement)Set the xmlRootElement for this TypeInfo. -
Uses of XmlRootElement in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel declared as XmlRootElement Modifier and Type Field Description protected XmlRootElementJavaType. xmlRootElementMethods in org.eclipse.persistence.jaxb.xmlmodel that return XmlRootElement Modifier and Type Method Description XmlRootElementObjectFactory. createXmlRootElement()Create an instance ofXmlRootElementXmlRootElementJavaType. getXmlRootElement()Gets the value of the xmlRootElement property.Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlRootElement Modifier and Type Method Description voidJavaType. setXmlRootElement(XmlRootElement value)Sets the value of the xmlRootElement property.
-