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