public java.lang.String getSdl() {
   if (outputProps != null) return (outputProps.getSdl());
   else return (inputProps.getSdl());
 }