public class ProcessRequest extends Object implements Serializable
Constructor and Description |
---|
ProcessRequest() |
ProcessRequest(String comments,
String[] nextApproverIds) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getComments()
Gets the comments value for this ProcessRequest.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String[] |
getNextApproverIds()
Gets the nextApproverIds value for this ProcessRequest.
|
String |
getNextApproverIds(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setComments(String comments)
Sets the comments value for this ProcessRequest.
|
void |
setNextApproverIds(int i,
String _value) |
void |
setNextApproverIds(String[] nextApproverIds)
Sets the nextApproverIds value for this ProcessRequest.
|
public String getComments()
public void setComments(String comments)
comments
- public String[] getNextApproverIds()
public void setNextApproverIds(String[] nextApproverIds)
nextApproverIds
- public String getNextApproverIds(int i)
public void setNextApproverIds(int i, String _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.