public class RSARequestImpl extends MinimalEObjectImpl.Container implements RSARequest
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id
The cached value of the '
Id' attribute. |
protected static java.lang.String |
ID_EDEFAULT
The default value of the '
Id' attribute. |
protected <any> |
parameter
The cached value of the '
Parameter' containment reference list. |
protected RSAResponse |
response
The cached value of the '
Response' reference. |
protected static java.lang.String |
SERVICE_NAME_EDEFAULT
The default value of the '
Service Name' attribute. |
protected java.lang.String |
serviceName
The cached value of the '
Service Name' attribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
RSARequestImpl() |
| Modifier and Type | Method and Description |
|---|---|
RSAResponse |
basicGetResponse() |
NotificationChain |
basicSetResponse(RSAResponse newResponse,
NotificationChain msgs) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getId() |
<any> |
getParameter() |
RSAResponse |
getResponse() |
java.lang.String |
getServiceName() |
void |
setId(java.lang.String newId) |
void |
setResponse(RSAResponse newResponse) |
void |
setServiceName(java.lang.String newServiceName) |
java.lang.String |
toString() |
protected static final java.lang.String ID_EDEFAULT
Id' attribute.
getId()protected RSAResponse response
Response' reference.
getResponse()protected static final java.lang.String SERVICE_NAME_EDEFAULT
Service Name' attribute.
getServiceName()protected java.lang.String serviceName
Service Name' attribute.
getServiceName()protected <any> parameter
Parameter' containment reference list.
getParameter()protected EClass eStaticClass()
public java.lang.String getId()
getId in interface RSARequestRSARequest.setId(String),
RSAProviderPackage.getRSARequest_Id()public void setId(java.lang.String newId)
setId in interface RSARequestnewId - the new value of the 'Id' attribute.RSARequest.getId()public RSAResponse getResponse()
getResponse in interface RSARequestRSARequest.setResponse(RSAResponse),
RSAProviderPackage.getRSARequest_Response(),
RSAResponse.getRequest()public RSAResponse basicGetResponse()
public NotificationChain basicSetResponse(RSAResponse newResponse, NotificationChain msgs)
public void setResponse(RSAResponse newResponse)
setResponse in interface RSARequestnewResponse - the new value of the 'Response' reference.RSARequest.getResponse()public java.lang.String getServiceName()
getServiceName in interface RSARequestRSARequest.setServiceName(String),
RSAProviderPackage.getRSARequest_ServiceName()public void setServiceName(java.lang.String newServiceName)
setServiceName in interface RSARequestnewServiceName - the new value of the 'Service Name' attribute.RSARequest.getServiceName()public <any> getParameter()
getParameter in interface RSARequestRSAProviderPackage.getRSARequest_Parameter()public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()