public interface RSAResponse
The following features are supported:
RSAProviderPackage.getRSAResponse()| Modifier and Type | Method and Description |
|---|---|
ResponseCodeType |
getCode()
Returns the value of the 'Code' attribute.
|
EObject |
getEObject()
Returns the value of the 'EObject' containment reference.
|
java.lang.Object |
getErrorCause()
Returns the value of the 'Error Cause' attribute.
|
java.lang.String |
getErrorText()
Returns the value of the 'Error Text' attribute.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
java.lang.Object |
getObject()
Returns the value of the 'Object' attribute.
|
RSARequest |
getRequest()
Returns the value of the 'Request' reference.
|
boolean |
isEObjectResult()
Returns the value of the 'EObject Result' attribute.
|
boolean |
isVoidResult()
Returns the value of the 'Void Result' attribute.
|
void |
setCode(ResponseCodeType value)
Sets the value of the '
Code' attribute. |
void |
setEObject(EObject value)
Sets the value of the '
EObject' containment reference. |
void |
setEObjectResult(boolean value)
Sets the value of the '
EObject Result' attribute. |
void |
setErrorCause(java.lang.Object value)
Sets the value of the '
Error Cause' attribute. |
void |
setErrorText(java.lang.String value)
Sets the value of the '
Error Text' attribute. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setObject(java.lang.Object value)
Sets the value of the '
Object' attribute. |
void |
setRequest(RSARequest value)
Sets the value of the '
Request' reference. |
void |
setVoidResult(boolean value)
Sets the value of the '
Void Result' attribute. |
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
RSAProviderPackage.getRSAResponse_Id()void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()RSARequest getRequest()
Response'.
If the meaning of the 'Request' reference isn't clear, there really should be more of a description here...
setRequest(RSARequest),
RSAProviderPackage.getRSAResponse_Request(),
RSARequest.getResponse()void setRequest(RSARequest value)
Request' reference.
value - the new value of the 'Request' reference.getRequest()ResponseCodeType getCode()
ResponseCodeType.
If the meaning of the 'Code' attribute isn't clear, there really should be more of a description here...
ResponseCodeType,
setCode(ResponseCodeType),
RSAProviderPackage.getRSAResponse_Code()void setCode(ResponseCodeType value)
Code' attribute.
value - the new value of the 'Code' attribute.ResponseCodeType,
getCode()java.lang.Object getErrorCause()
If the meaning of the 'Error Cause' attribute isn't clear, there really should be more of a description here...
setErrorCause(Object),
RSAProviderPackage.getRSAResponse_ErrorCause()void setErrorCause(java.lang.Object value)
Error Cause' attribute.
value - the new value of the 'Error Cause' attribute.getErrorCause()java.lang.String getErrorText()
If the meaning of the 'Error Text' attribute isn't clear, there really should be more of a description here...
setErrorText(String),
RSAProviderPackage.getRSAResponse_ErrorText()void setErrorText(java.lang.String value)
Error Text' attribute.
value - the new value of the 'Error Text' attribute.getErrorText()java.lang.Object getObject()
If the meaning of the 'Object' attribute isn't clear, there really should be more of a description here...
setObject(Object),
RSAProviderPackage.getRSAResponse_Object()void setObject(java.lang.Object value)
Object' attribute.
value - the new value of the 'Object' attribute.getObject()boolean isEObjectResult()
If the meaning of the 'EObject Result' attribute isn't clear, there really should be more of a description here...
setEObjectResult(boolean),
RSAProviderPackage.getRSAResponse_EObjectResult()void setEObjectResult(boolean value)
EObject Result' attribute.
value - the new value of the 'EObject Result' attribute.isEObjectResult()boolean isVoidResult()
"false".
If the meaning of the 'Void Result' attribute isn't clear, there really should be more of a description here...
setVoidResult(boolean),
RSAProviderPackage.getRSAResponse_VoidResult()void setVoidResult(boolean value)
Void Result' attribute.
value - the new value of the 'Void Result' attribute.isVoidResult()EObject getEObject()
If the meaning of the 'EObject' containment reference isn't clear, there really should be more of a description here...
setEObject(EObject),
RSAProviderPackage.getRSAResponse_EObject()void setEObject(EObject value)
EObject' containment reference.
value - the new value of the 'EObject' containment reference.getEObject()