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 XmlPropertiesJavaType.xmlPropertiesprotected XmlPropertiesXmlAnyAttribute.xmlPropertiesprotected XmlPropertiesXmlAnyElement.xmlPropertiesprotected XmlPropertiesXmlAttribute.xmlPropertiesprotected XmlPropertiesXmlElement.xmlPropertiesprotected XmlPropertiesXmlElementRef.xmlPropertiesprotected XmlPropertiesXmlElementRefs.xmlPropertiesprotected XmlPropertiesXmlElements.xmlPropertiesprotected XmlPropertiesXmlInverseReference.xmlPropertiesprotected XmlPropertiesXmlTransformation.xmlPropertiesprotected XmlPropertiesXmlValue.xmlPropertiesprotected XmlPropertiesXmlVariableNode.xmlPropertiesMethods 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) voidJavaType.setXmlProperties(XmlProperties value) Sets the value of the xmlProperties property.voidXmlAnyAttribute.setXmlProperties(XmlProperties value) Sets the value of the xmlProperties property.voidXmlAnyElement.setXmlProperties(XmlProperties value) Sets the value of the xmlProperties property.voidXmlAttribute.setXmlProperties(XmlProperties value) Sets the value of the xmlProperties property.voidXmlElement.setXmlProperties(XmlProperties value) Sets the value of the xmlProperties property.voidXmlElementRef.setXmlProperties(XmlProperties value) Sets the value of the xmlProperties property.voidXmlElementRefs.setXmlProperties(XmlProperties value) Sets the value of the xmlProperties property.voidXmlElements.setXmlProperties(XmlProperties value) Sets the value of the xmlProperties property.voidXmlInverseReference.setXmlProperties(XmlProperties value) Sets the value of the xmlProperties property.voidXmlTransformation.setXmlProperties(XmlProperties value) Sets the value of the xmlProperties property.voidXmlValue.setXmlProperties(XmlProperties value) Sets the value of the xmlProperties property.voidXmlVariableNode.setXmlProperties(XmlProperties value) Sets the value of the xmlProperties property.