global class ProcessRequest { global String comments; global List nextapproverids; global String getComments() { } global List getNextApproverIds() { } global void setComments(String param0) { } global void setNextApproverIds(List param0) { } }