Package com.saperion.ws.jaxws
Class Start
- java.lang.Object
-
- com.saperion.ws.jaxws.Start
-
public class Start extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Start()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAttachmentId()java.lang.StringgetComment()java.lang.StringgetNextActor()java.lang.StringgetProcessName()java.lang.StringgetToken()voidsetAttachmentId(java.lang.String attachmentId)voidsetComment(java.lang.String comment)voidsetNextActor(java.lang.String nextActor)voidsetProcessName(java.lang.String processName)voidsetToken(java.lang.String token)
-
-
-
Method Detail
-
getToken
public java.lang.String getToken()
- Returns:
- returns String
-
setToken
public void setToken(java.lang.String token)
- Parameters:
token- the value for the token property
-
getProcessName
public java.lang.String getProcessName()
- Returns:
- returns String
-
setProcessName
public void setProcessName(java.lang.String processName)
- Parameters:
processName- the value for the processName property
-
getNextActor
public java.lang.String getNextActor()
- Returns:
- returns String
-
setNextActor
public void setNextActor(java.lang.String nextActor)
- Parameters:
nextActor- the value for the nextActor property
-
getComment
public java.lang.String getComment()
- Returns:
- returns String
-
setComment
public void setComment(java.lang.String comment)
- Parameters:
comment- the value for the comment property
-
getAttachmentId
public java.lang.String getAttachmentId()
- Returns:
- returns String
-
setAttachmentId
public void setAttachmentId(java.lang.String attachmentId)
- Parameters:
attachmentId- the value for the attachmentId property
-
-