public class RSAResponseImpl extends MinimalEObjectImpl.Container implements RSAResponse
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected ResponseCodeType |
code
The cached value of the '
Code' attribute. |
protected static ResponseCodeType |
CODE_EDEFAULT
The default value of the '
Code' attribute. |
protected EObject |
eObject
The cached value of the '
EObject' containment reference. |
protected static boolean |
EOBJECT_RESULT_EDEFAULT
The default value of the '
EObject Result' attribute. |
protected boolean |
eObjectResult
The cached value of the '
EObject Result' attribute. |
protected static java.lang.Object |
ERROR_CAUSE_EDEFAULT
The default value of the '
Error Cause' attribute. |
protected static java.lang.String |
ERROR_TEXT_EDEFAULT
The default value of the '
Error Text' attribute. |
protected java.lang.Object |
errorCause
The cached value of the '
Error Cause' attribute. |
protected java.lang.String |
errorText
The cached value of the '
Error Text' attribute. |
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 java.lang.Object |
object
The cached value of the '
Object' attribute. |
protected static java.lang.Object |
OBJECT_EDEFAULT
The default value of the '
Object' attribute. |
protected RSARequest |
request
The cached value of the '
Request' reference. |
protected static boolean |
VOID_RESULT_EDEFAULT
The default value of the '
Void Result' attribute. |
protected boolean |
voidResult
The cached value of the '
Void Result' attribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
RSAResponseImpl() |
| Modifier and Type | Method and Description |
|---|---|
RSARequest |
basicGetRequest() |
NotificationChain |
basicSetEObject(EObject newEObject,
NotificationChain msgs) |
NotificationChain |
basicSetRequest(RSARequest newRequest,
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) |
ResponseCodeType |
getCode() |
EObject |
getEObject() |
java.lang.Object |
getErrorCause() |
java.lang.String |
getErrorText() |
java.lang.String |
getId() |
java.lang.Object |
getObject() |
RSARequest |
getRequest() |
boolean |
isEObjectResult() |
boolean |
isVoidResult() |
void |
setCode(ResponseCodeType newCode) |
void |
setEObject(EObject newEObject) |
void |
setEObjectResult(boolean newEObjectResult) |
void |
setErrorCause(java.lang.Object newErrorCause) |
void |
setErrorText(java.lang.String newErrorText) |
void |
setId(java.lang.String newId) |
void |
setObject(java.lang.Object newObject) |
void |
setRequest(RSARequest newRequest) |
void |
setVoidResult(boolean newVoidResult) |
java.lang.String |
toString() |
protected static final java.lang.String ID_EDEFAULT
Id' attribute.
getId()protected RSARequest request
Request' reference.
getRequest()protected static final ResponseCodeType CODE_EDEFAULT
Code' attribute.
getCode()protected ResponseCodeType code
Code' attribute.
getCode()protected static final java.lang.Object ERROR_CAUSE_EDEFAULT
Error Cause' attribute.
getErrorCause()protected java.lang.Object errorCause
Error Cause' attribute.
getErrorCause()protected static final java.lang.String ERROR_TEXT_EDEFAULT
Error Text' attribute.
getErrorText()protected java.lang.String errorText
Error Text' attribute.
getErrorText()protected static final java.lang.Object OBJECT_EDEFAULT
Object' attribute.
getObject()protected java.lang.Object object
Object' attribute.
getObject()protected static final boolean EOBJECT_RESULT_EDEFAULT
EObject Result' attribute.
isEObjectResult(),
Constant Field Valuesprotected boolean eObjectResult
EObject Result' attribute.
isEObjectResult()protected static final boolean VOID_RESULT_EDEFAULT
Void Result' attribute.
isVoidResult(),
Constant Field Valuesprotected boolean voidResult
Void Result' attribute.
isVoidResult()protected EObject eObject
EObject' containment reference.
getEObject()protected EClass eStaticClass()
public java.lang.String getId()
getId in interface RSAResponseRSAResponse.setId(String),
RSAProviderPackage.getRSAResponse_Id()public void setId(java.lang.String newId)
setId in interface RSAResponsenewId - the new value of the 'Id' attribute.RSAResponse.getId()public RSARequest getRequest()
getRequest in interface RSAResponseRSAResponse.setRequest(RSARequest),
RSAProviderPackage.getRSAResponse_Request(),
RSARequest.getResponse()public RSARequest basicGetRequest()
public NotificationChain basicSetRequest(RSARequest newRequest, NotificationChain msgs)
public void setRequest(RSARequest newRequest)
setRequest in interface RSAResponsenewRequest - the new value of the 'Request' reference.RSAResponse.getRequest()public ResponseCodeType getCode()
getCode in interface RSAResponseResponseCodeType,
RSAResponse.setCode(ResponseCodeType),
RSAProviderPackage.getRSAResponse_Code()public void setCode(ResponseCodeType newCode)
setCode in interface RSAResponsenewCode - the new value of the 'Code' attribute.ResponseCodeType,
RSAResponse.getCode()public java.lang.Object getErrorCause()
getErrorCause in interface RSAResponseRSAResponse.setErrorCause(Object),
RSAProviderPackage.getRSAResponse_ErrorCause()public void setErrorCause(java.lang.Object newErrorCause)
setErrorCause in interface RSAResponsenewErrorCause - the new value of the 'Error Cause' attribute.RSAResponse.getErrorCause()public java.lang.String getErrorText()
getErrorText in interface RSAResponseRSAResponse.setErrorText(String),
RSAProviderPackage.getRSAResponse_ErrorText()public void setErrorText(java.lang.String newErrorText)
setErrorText in interface RSAResponsenewErrorText - the new value of the 'Error Text' attribute.RSAResponse.getErrorText()public java.lang.Object getObject()
getObject in interface RSAResponseRSAResponse.setObject(Object),
RSAProviderPackage.getRSAResponse_Object()public void setObject(java.lang.Object newObject)
setObject in interface RSAResponsenewObject - the new value of the 'Object' attribute.RSAResponse.getObject()public boolean isEObjectResult()
isEObjectResult in interface RSAResponseRSAResponse.setEObjectResult(boolean),
RSAProviderPackage.getRSAResponse_EObjectResult()public void setEObjectResult(boolean newEObjectResult)
setEObjectResult in interface RSAResponsenewEObjectResult - the new value of the 'EObject Result' attribute.RSAResponse.isEObjectResult()public boolean isVoidResult()
isVoidResult in interface RSAResponseRSAResponse.setVoidResult(boolean),
RSAProviderPackage.getRSAResponse_VoidResult()public void setVoidResult(boolean newVoidResult)
setVoidResult in interface RSAResponsenewVoidResult - the new value of the 'Void Result' attribute.RSAResponse.isVoidResult()public EObject getEObject()
getEObject in interface RSAResponseRSAResponse.setEObject(EObject),
RSAProviderPackage.getRSAResponse_EObject()public NotificationChain basicSetEObject(EObject newEObject,
NotificationChain msgs)
public void setEObject(EObject newEObject)
setEObject in interface RSAResponsenewEObject - the new value of the 'EObject' containment reference.RSAResponse.getEObject()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()