public class GcStemSave
extends java.lang.Object
Constructor and Description |
---|
GcStemSave() |
Modifier and Type | Method and Description |
---|---|
GcStemSave |
addParam(java.lang.String paramName,
java.lang.String paramValue)
add a param to the list
|
GcStemSave |
addParam(WsParam wsParam)
add a param to the list
|
GcStemSave |
addStemToSave(WsStemToSave wsStemToSave)
add a stem to save
|
GcStemSave |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any
|
GcStemSave |
assignClientVersion(java.lang.String theClientVersion)
assign client version
|
GcStemSave |
assignTxType(GcTransactionType gcTransactionType)
assign the tx type
|
WsStemSaveResults |
execute()
execute the call and return the results.
|
public GcStemSave assignClientVersion(java.lang.String theClientVersion)
theClientVersion
- public GcStemSave addStemToSave(WsStemToSave wsStemToSave)
wsStemToSave
- public GcStemSave addParam(java.lang.String paramName, java.lang.String paramValue)
paramName
- paramValue
- public GcStemSave addParam(WsParam wsParam)
wsParam
- public GcStemSave assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
- public WsStemSaveResults execute()
GcWebServiceError
- if there is a problempublic GcStemSave assignTxType(GcTransactionType gcTransactionType)
gcTransactionType
-