Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
Packages that use XmlElementWrapper
-
Uses of XmlElementWrapper in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return XmlElementWrapperModifier and TypeMethodDescriptionProperty.getXmlElementWrapper()
Return the XmlElementWrapper set on this property.Methods in org.eclipse.persistence.jaxb.compiler with parameters of type XmlElementWrapperModifier and TypeMethodDescriptionvoid
Property.setXmlElementWrapper
(XmlElementWrapper xmlElementWrapper) Set the XmlElementWrapper for this property. -
Uses of XmlElementWrapper in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel declared as XmlElementWrapperModifier and TypeFieldDescriptionprotected XmlElementWrapper
XmlElement.xmlElementWrapper
protected XmlElementWrapper
XmlElementRef.xmlElementWrapper
protected XmlElementWrapper
XmlElementRefs.xmlElementWrapper
protected XmlElementWrapper
XmlElements.xmlElementWrapper
protected XmlElementWrapper
XmlVariableNode.xmlElementWrapper
Methods in org.eclipse.persistence.jaxb.xmlmodel that return XmlElementWrapperModifier and TypeMethodDescriptionObjectFactory.createXmlElementWrapper()
Create an instance ofXmlElementWrapper
XmlElement.getXmlElementWrapper()
Gets the value of the xmlElementWrapper property.XmlElementRef.getXmlElementWrapper()
Gets the value of the xmlElementWrapper property.XmlElementRefs.getXmlElementWrapper()
Gets the value of the xmlElementWrapper property.XmlElements.getXmlElementWrapper()
Gets the value of the xmlElementWrapper property.XmlVariableNode.getXmlElementWrapper()
Gets the value of the xmlElementWrapper property.Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlElementWrapperModifier and TypeMethodDescriptionvoid
XmlElement.setXmlElementWrapper
(XmlElementWrapper value) Sets the value of the xmlElementWrapper property.void
XmlElementRef.setXmlElementWrapper
(XmlElementWrapper value) Sets the value of the xmlElementWrapper property.void
XmlElementRefs.setXmlElementWrapper
(XmlElementWrapper value) Sets the value of the xmlElementWrapper property.void
XmlElements.setXmlElementWrapper
(XmlElementWrapper value) Sets the value of the xmlElementWrapper property.void
XmlVariableNode.setXmlElementWrapper
(XmlElementWrapper value) Sets the value of the xmlElementWrapper property.