Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlProperties
Packages that use XmlProperties
-
Uses of XmlProperties in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel declared as XmlPropertiesModifier and TypeFieldDescriptionprotected XmlProperties
JavaType.xmlProperties
protected XmlProperties
XmlAnyAttribute.xmlProperties
protected XmlProperties
XmlAnyElement.xmlProperties
protected XmlProperties
XmlAttribute.xmlProperties
protected XmlProperties
XmlElement.xmlProperties
protected XmlProperties
XmlElementRef.xmlProperties
protected XmlProperties
XmlElementRefs.xmlProperties
protected XmlProperties
XmlElements.xmlProperties
protected XmlProperties
XmlInverseReference.xmlProperties
protected XmlProperties
XmlTransformation.xmlProperties
protected XmlProperties
XmlValue.xmlProperties
protected XmlProperties
XmlVariableNode.xmlProperties
Methods in org.eclipse.persistence.jaxb.xmlmodel that return XmlPropertiesModifier and TypeMethodDescriptionJavaType.getXmlProperties()
Gets the value of the xmlProperties property.XmlAnyAttribute.getXmlProperties()
Gets the value of the xmlProperties property.XmlAnyElement.getXmlProperties()
Gets the value of the xmlProperties property.XmlAttribute.getXmlProperties()
Gets the value of the xmlProperties property.XmlElement.getXmlProperties()
Gets the value of the xmlProperties property.XmlElementRef.getXmlProperties()
Gets the value of the xmlProperties property.XmlElementRefs.getXmlProperties()
Gets the value of the xmlProperties property.XmlElements.getXmlProperties()
Gets the value of the xmlProperties property.XmlInverseReference.getXmlProperties()
Gets the value of the xmlProperties property.XmlTransformation.getXmlProperties()
Gets the value of the xmlProperties property.XmlValue.getXmlProperties()
Gets the value of the xmlProperties property.XmlVariableNode.getXmlProperties()
Gets the value of the xmlProperties property.Methods in org.eclipse.persistence.jaxb.xmlmodel that return types with arguments of type XmlPropertiesMethods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlPropertiesModifier and TypeMethodDescriptionObjectFactory.createXmlProperties
(XmlProperties value) void
JavaType.setXmlProperties
(XmlProperties value) Sets the value of the xmlProperties property.void
XmlAnyAttribute.setXmlProperties
(XmlProperties value) Sets the value of the xmlProperties property.void
XmlAnyElement.setXmlProperties
(XmlProperties value) Sets the value of the xmlProperties property.void
XmlAttribute.setXmlProperties
(XmlProperties value) Sets the value of the xmlProperties property.void
XmlElement.setXmlProperties
(XmlProperties value) Sets the value of the xmlProperties property.void
XmlElementRef.setXmlProperties
(XmlProperties value) Sets the value of the xmlProperties property.void
XmlElementRefs.setXmlProperties
(XmlProperties value) Sets the value of the xmlProperties property.void
XmlElements.setXmlProperties
(XmlProperties value) Sets the value of the xmlProperties property.void
XmlInverseReference.setXmlProperties
(XmlProperties value) Sets the value of the xmlProperties property.void
XmlTransformation.setXmlProperties
(XmlProperties value) Sets the value of the xmlProperties property.void
XmlValue.setXmlProperties
(XmlProperties value) Sets the value of the xmlProperties property.void
XmlVariableNode.setXmlProperties
(XmlProperties value) Sets the value of the xmlProperties property.