Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
-
Packages that use XmlTransformation Package Description org.eclipse.persistence.jaxb.compiler org.eclipse.persistence.jaxb.xmlmodel -
-
Uses of XmlTransformation in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return XmlTransformation Modifier and Type Method Description XmlTransformationProperty. getXmlTransformation()Return the XmlTransformation set on this property.Methods in org.eclipse.persistence.jaxb.compiler with parameters of type XmlTransformation Modifier and Type Method Description voidProperty. setXmlTransformation(XmlTransformation xmlTransformation)Set the XmlTransformation for this property. -
Uses of XmlTransformation in org.eclipse.persistence.jaxb.xmlmodel
Methods in org.eclipse.persistence.jaxb.xmlmodel that return XmlTransformation Modifier and Type Method Description XmlTransformationObjectFactory. createXmlTransformation()Create an instance ofXmlTransformationMethods in org.eclipse.persistence.jaxb.xmlmodel that return types with arguments of type XmlTransformation Modifier and Type Method Description jakarta.xml.bind.JAXBElement<XmlTransformation>ObjectFactory. createXmlTransformation(XmlTransformation value)Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlTransformation Modifier and Type Method Description jakarta.xml.bind.JAXBElement<XmlTransformation>ObjectFactory. createXmlTransformation(XmlTransformation value)
-