Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
Packages that use XmlJoinNodes
-
Uses of XmlJoinNodes in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return XmlJoinNodesModifier and TypeMethodDescriptionProperty.getXmlJoinNodes()
Return the XmlJoinNodes for this property.Methods in org.eclipse.persistence.jaxb.compiler that return types with arguments of type XmlJoinNodesModifier and TypeMethodDescriptionProperty.getXmlJoinNodesList()
Return the list of XmlJoinNodes for this Property, if any.Methods in org.eclipse.persistence.jaxb.compiler with parameters of type XmlJoinNodesModifier and TypeMethodDescriptionvoid
Property.setXmlJoinNodes
(XmlJoinNodes xmlJoinNodes) Set XmlJoinNodes for this property.Method parameters in org.eclipse.persistence.jaxb.compiler with type arguments of type XmlJoinNodesModifier and TypeMethodDescriptionvoid
Property.setXmlJoinNodesList
(List<XmlJoinNodes> xmlJoinNodesList) Set the list of XmlJoinNodes for this Property. -
Uses of XmlJoinNodes in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel with type parameters of type XmlJoinNodesMethods in org.eclipse.persistence.jaxb.xmlmodel that return XmlJoinNodesModifier and TypeMethodDescriptionObjectFactory.createXmlJoinNodes()
Create an instance ofXmlJoinNodes
Methods in org.eclipse.persistence.jaxb.xmlmodel that return types with arguments of type XmlJoinNodesModifier and TypeMethodDescriptionObjectFactory.createXmlJoinNodes
(XmlJoinNodes value) XmlElements.getXmlJoinNodes()
Gets the value of the xmlJoinNodes property.Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlJoinNodes