public class SignRequestWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_keyPass |
protected SigningMethodTypeWrapper |
local_signingMethod |
protected String |
local_text |
protected String |
local_userID |
| Constructor and Description |
|---|
SignRequestWrapper() |
SignRequestWrapper(SigningMethodTypeWrapper _signingMethod,
String _userID,
String _keyPass,
String _text) |
SignRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wscodesign.v1_01.SignRequest signrequest) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyPass() |
org.hpccsystems.ws.client.gen.axis2.wscodesign.v1_01.SignRequest |
getRaw() |
SigningMethodTypeWrapper |
getSigningMethod() |
String |
getText() |
String |
getUserID() |
void |
setKeyPass(String _keyPass) |
void |
setSigningMethod(SigningMethodTypeWrapper _signingMethod) |
void |
setText(String _text) |
void |
setUserID(String _userID) |
String |
toString() |
protected SigningMethodTypeWrapper local_signingMethod
protected String local_userID
protected String local_keyPass
protected String local_text
public SignRequestWrapper()
public SignRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wscodesign.v1_01.SignRequest signrequest)
public SignRequestWrapper(SigningMethodTypeWrapper _signingMethod, String _userID, String _keyPass, String _text)
public org.hpccsystems.ws.client.gen.axis2.wscodesign.v1_01.SignRequest getRaw()
public void setSigningMethod(SigningMethodTypeWrapper _signingMethod)
public SigningMethodTypeWrapper getSigningMethod()
public void setUserID(String _userID)
public String getUserID()
public void setKeyPass(String _keyPass)
public String getKeyPass()
public void setText(String _text)
public String getText()
Copyright © 2021. All rights reserved.