/**
  * Retrieves the InvsSimResellerRefObjectData that results from the
  * InvsSimResellerRefCreateRequest call
  *
  * @return InvsSimResellerRefObjectData resulting from udt call
  */
 public InvsSimResellerRefObjectData getOutput() {
   return InvsSimResellerRefObjectHelper.fromMap(outputMap, "InvsSimResellerRef");
 }