public void setDefaultPlace(Object value) throws DmcValueException {
DmcTypePlaceREFSV attr = (DmcTypePlaceREFSV) get(MvwDMSAG.__defaultPlace);
if (attr == null)
attr = new DmcTypePlaceREFSV(MvwDMSAG.__defaultPlace);
else
attr.removeBackReferences();
attr.set(value);
set(MvwDMSAG.__defaultPlace,attr);
}