public class ResultType extends MessageAbstractType
| Modifier and Type | Field and Description |
|---|---|
protected String |
requestId |
protected SignatureValueType |
requestSignatureValue |
protected String |
resultMajor |
protected String |
resultMinor |
id, messageExtension, nonce, opaqueClientData, service, signature| Constructor and Description |
|---|
ResultType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestId()
Gets the value of the requestId property.
|
SignatureValueType |
getRequestSignatureValue()
Gets the value of the requestSignatureValue property.
|
String |
getResultMajor()
Gets the value of the resultMajor property.
|
String |
getResultMinor()
Gets the value of the resultMinor property.
|
void |
setRequestId(String value)
Sets the value of the requestId property.
|
void |
setRequestSignatureValue(SignatureValueType value)
Sets the value of the requestSignatureValue property.
|
void |
setResultMajor(String value)
Sets the value of the resultMajor property.
|
void |
setResultMinor(String value)
Sets the value of the resultMinor property.
|
getId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignatureprotected SignatureValueType requestSignatureValue
protected String resultMajor
protected String resultMinor
protected String requestId
public SignatureValueType getRequestSignatureValue()
SignatureValueTypepublic void setRequestSignatureValue(SignatureValueType value)
value - allowed object is
SignatureValueTypepublic String getResultMajor()
Stringpublic void setResultMajor(String value)
value - allowed object is
Stringpublic String getResultMinor()
Stringpublic void setResultMinor(String value)
value - allowed object is
Stringpublic String getRequestId()
StringApache CXF