}
mapping.setReferenceClassName(((SDOType)getType()).getImplClassName());
mapping.setReferenceClass(((SDOType)getType()).getImplClass());
mapping.setUsesSingleNode(true);
mapping.useCollectionClass(ArrayList.class);
String sourcexpath = getQualifiedXPath(getContainingType().getURI(), true);
// Get reference ID property if it exists
SDOProperty targetIDProp = getIDProp(getType());
if (targetIDProp != null) {