throws XMLDispatcherUserException, XMLDispatcherAppException {
/* Initialize all independent fields */
SInstrumentDetails rply = new SInstrumentDetails();
rply.setObjId(getId());
rply.setObjClass(SInstrumentDetails.class.getName());
rply.setName(getName());
rply.setDescr(getDescription());
rply.setTelescopeId(getTelescopeId());
return rply;
}