/**
  * Retrieves the InvsInterfaceRefObjectDataList passed into the constructor
  *
  * @return Simulated response
  */
 public InvsInterfaceRefObjectDataList getOutput() {
   return InvsInterfaceRefObjectHelper.fromMapList(outputMap, "InvsInterfaceRefList");
 }