public interface RSARequest
The following features are supported:
RSAProviderPackage.getRSARequest()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
<any> |
getParameter()
Returns the value of the 'Parameter' containment reference list.
|
RSAResponse |
getResponse()
Returns the value of the 'Response' reference.
|
java.lang.String |
getServiceName()
Returns the value of the 'Service Name' attribute.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setResponse(RSAResponse value)
Sets the value of the '
Response' reference. |
void |
setServiceName(java.lang.String value)
Sets the value of the '
Service Name' 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.getRSARequest_Id()void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()RSAResponse getResponse()
Request'.
If the meaning of the 'Response' reference isn't clear, there really should be more of a description here...
setResponse(RSAResponse),
RSAProviderPackage.getRSARequest_Response(),
RSAResponse.getRequest()void setResponse(RSAResponse value)
Response' reference.
value - the new value of the 'Response' reference.getResponse()java.lang.String getServiceName()
If the meaning of the 'Service Name' attribute isn't clear, there really should be more of a description here...
setServiceName(String),
RSAProviderPackage.getRSARequest_ServiceName()void setServiceName(java.lang.String value)
Service Name' attribute.
value - the new value of the 'Service Name' attribute.getServiceName()<any> getParameter()
RequestParameter.
If the meaning of the 'Parameter' containment reference isn't clear, there really should be more of a description here...
RSAProviderPackage.getRSARequest_Parameter()