global class ProcessSubmitRequest { global String objectid; global String processdefinitionnameorid; global Boolean skipentrycriteria; global String submitterid; global ProcessSubmitRequest() { } global String getComments() { } global List getNextApproverIds() { } global String getObjectId() { } global String getProcessDefinitionNameOrId() { } global Boolean getSkipEntryCriteria() { } global String getSubmitterId() { } global void setComments(String param0) { } global void setNextApproverIds(List param0) { } global void setObjectId(String param0) { } global void setProcessDefinitionNameOrId(String param0) { } global void setSkipEntryCriteria(Boolean param0) { } global void setSubmitterId(String param0) { } }