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 TypeMethodDescriptionvoidProperty.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 XmlElementWrapperXmlElement.xmlElementWrapperprotected XmlElementWrapperXmlElementRef.xmlElementWrapperprotected XmlElementWrapperXmlElementRefs.xmlElementWrapperprotected XmlElementWrapperXmlElements.xmlElementWrapperprotected XmlElementWrapperXmlVariableNode.xmlElementWrapperMethods in org.eclipse.persistence.jaxb.xmlmodel that return XmlElementWrapperModifier and TypeMethodDescriptionObjectFactory.createXmlElementWrapper()Create an instance ofXmlElementWrapperXmlElement.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 TypeMethodDescriptionvoidXmlElement.setXmlElementWrapper(XmlElementWrapper value) Sets the value of the xmlElementWrapper property.voidXmlElementRef.setXmlElementWrapper(XmlElementWrapper value) Sets the value of the xmlElementWrapper property.voidXmlElementRefs.setXmlElementWrapper(XmlElementWrapper value) Sets the value of the xmlElementWrapper property.voidXmlElements.setXmlElementWrapper(XmlElementWrapper value) Sets the value of the xmlElementWrapper property.voidXmlVariableNode.setXmlElementWrapper(XmlElementWrapper value) Sets the value of the xmlElementWrapper property.