public void setOther(String stringToBe) {
    hPubErrorOccurred = 0;
    allowTracing(); // call made in case started from IDE and was not able to
    // start tracing on the constructor
    if (HPubTracingOn) {
      Ras.traceEntry(className, "setOther(String)", stringToBe);
    }

    other.stringValue = stringToBe;
  }
  public String[] getOffenceCountIndexListByLaw() {
    hPubErrorOccurred = 0;

    if (HPubTracingOn) {
      Ras.trace(className, "getOffenceCountIndexListByLaw ", "array all");
    }

    offenceCountIndexListByLaw.oStringArray =
        new String[offenceCountIndexListByLaw.oMultiValues.size()];
    offenceCountIndexListByLaw.oMultiValues.copyInto(offenceCountIndexListByLaw.oStringArray);
    return (String[]) offenceCountIndexListByLaw.oStringArray.clone();
  }
  public String[] getCountCashReceiptsListamtPaid() {
    hPubErrorOccurred = 0;

    if (HPubTracingOn) {
      Ras.trace(className, "getCountCashReceiptsListamtPaid ", "array all");
    }

    countCashReceiptsListamtPaid.oStringArray =
        new String[countCashReceiptsListamtPaid.oMultiValues.size()];
    countCashReceiptsListamtPaid.oMultiValues.copyInto(countCashReceiptsListamtPaid.oStringArray);
    return (String[]) countCashReceiptsListamtPaid.oStringArray.clone();
  }