Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
-
Packages that use XmlJoinNodes Package Description org.eclipse.persistence.jaxb.compiler org.eclipse.persistence.jaxb.xmlmodel -
-
Uses of XmlJoinNodes in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return XmlJoinNodes Modifier and Type Method Description XmlJoinNodesProperty. getXmlJoinNodes()Return the XmlJoinNodes for this property.Methods in org.eclipse.persistence.jaxb.compiler that return types with arguments of type XmlJoinNodes Modifier and Type Method Description List<XmlJoinNodes>Property. getXmlJoinNodesList()Return the list of XmlJoinNodes for this Property, if any.Methods in org.eclipse.persistence.jaxb.compiler with parameters of type XmlJoinNodes Modifier and Type Method Description voidProperty. setXmlJoinNodes(XmlJoinNodes xmlJoinNodes)Set XmlJoinNodes for this property.Method parameters in org.eclipse.persistence.jaxb.compiler with type arguments of type XmlJoinNodes Modifier and Type Method Description voidProperty. 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 XmlJoinNodes Modifier and Type Field Description protected List<XmlJoinNodes>XmlElements. xmlJoinNodesMethods in org.eclipse.persistence.jaxb.xmlmodel that return XmlJoinNodes Modifier and Type Method Description XmlJoinNodesObjectFactory. createXmlJoinNodes()Create an instance ofXmlJoinNodesMethods in org.eclipse.persistence.jaxb.xmlmodel that return types with arguments of type XmlJoinNodes Modifier and Type Method Description jakarta.xml.bind.JAXBElement<XmlJoinNodes>ObjectFactory. createXmlJoinNodes(XmlJoinNodes value)List<XmlJoinNodes>XmlElements. getXmlJoinNodes()Gets the value of the xmlJoinNodes property.Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlJoinNodes Modifier and Type Method Description jakarta.xml.bind.JAXBElement<XmlJoinNodes>ObjectFactory. createXmlJoinNodes(XmlJoinNodes value)
-