/**
  * Retrieves the ECCObjectDataList that results from the EquipClassCodeFindRequest call
  *
  * @return ECCObjectDataList resulting from udt call
  */
 public ECCObjectDataList getOutput() {
   return ECCObjectHelper.fromMapList(outputMap, "EquipClassCodeList");
 }