Package org.xooof.xooofoscope.struct

Examples of org.xooof.xooofoscope.struct.SInstrumentDetails


    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;

  }
View Full Code Here

TOP

Related Classes of org.xooof.xooofoscope.struct.SInstrumentDetails

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.