Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlProperties
-
Packages that use XmlProperties Package Description org.eclipse.persistence.jaxb.xmlmodel -
-
Uses of XmlProperties in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel declared as XmlProperties Modifier and Type Field Description protected 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 XmlProperties Modifier and Type Method Description XmlPropertiesJavaType. getXmlProperties()Gets the value of the xmlProperties property.XmlPropertiesXmlAnyAttribute. getXmlProperties()Gets the value of the xmlProperties property.XmlPropertiesXmlAnyElement. getXmlProperties()Gets the value of the xmlProperties property.XmlPropertiesXmlAttribute. getXmlProperties()Gets the value of the xmlProperties property.XmlPropertiesXmlElement. getXmlProperties()Gets the value of the xmlProperties property.XmlPropertiesXmlElementRef. getXmlProperties()Gets the value of the xmlProperties property.XmlPropertiesXmlElementRefs. getXmlProperties()Gets the value of the xmlProperties property.XmlPropertiesXmlElements. getXmlProperties()Gets the value of the xmlProperties property.XmlPropertiesXmlInverseReference. getXmlProperties()Gets the value of the xmlProperties property.XmlPropertiesXmlTransformation. getXmlProperties()Gets the value of the xmlProperties property.XmlPropertiesXmlValue. getXmlProperties()Gets the value of the xmlProperties property.XmlPropertiesXmlVariableNode. getXmlProperties()Gets the value of the xmlProperties property.Methods in org.eclipse.persistence.jaxb.xmlmodel that return types with arguments of type XmlProperties Modifier and Type Method Description jakarta.xml.bind.JAXBElement<XmlProperties>ObjectFactory. createXmlProperties(XmlProperties value)Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlProperties Modifier and Type Method Description jakarta.xml.bind.JAXBElement<XmlProperties>ObjectFactory. 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.
-