public class XMLConversionPair extends Object
Purpose: This class represents a XMLConversionPair. It is used to persist a collection of XMLConversionPair to Deployment XML. An XMLConversionPair has a QName representing a schema type and a String representing a class name.
Constructor and Description |
---|
XMLConversionPair() |
XMLConversionPair(QName xmlType,
String javaType) |
Modifier and Type | Method and Description |
---|---|
String |
getJavaType() |
QName |
getXmlType() |
void |
setJavaType(String javaType) |
void |
setXmlType(QName xmlType) |
EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference