Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
-
Uses of XmlElementWrapper in org.eclipse.persistence.jaxb.compiler
Modifier and TypeMethodDescriptionProperty.getXmlElementWrapper()
Return the XmlElementWrapper set on this property.Modifier and TypeMethodDescriptionvoid
Property.setXmlElementWrapper
(XmlElementWrapper xmlElementWrapper) Set the XmlElementWrapper for this property. -
Uses of XmlElementWrapper in org.eclipse.persistence.jaxb.xmlmodel
Modifier and TypeFieldDescriptionprotected XmlElementWrapper
XmlElement.xmlElementWrapper
protected XmlElementWrapper
XmlElementRef.xmlElementWrapper
protected XmlElementWrapper
XmlElementRefs.xmlElementWrapper
protected XmlElementWrapper
XmlElements.xmlElementWrapper
protected XmlElementWrapper
XmlVariableNode.xmlElementWrapper
Modifier 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.Modifier 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.