public abstract class ResponseDMW extends DMPMessage
Generated from the dmp schema at version 0.1
This code was auto-generated by the dmggenerator utility and shouldn't be alterred manually! Generated from: org.dmd.dmg.generators.BaseDMWGenerator.dumpWrapper(BaseDMWGenerator.java:488)
requestcore| Modifier | Constructor and Description |
|---|---|
|
ResponseDMW() |
|
ResponseDMW(DmcTypeModifierMV mods) |
|
ResponseDMW(ResponseDMO obj) |
protected |
ResponseDMW(ResponseDMO obj,
ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
Response |
cloneIt() |
ResponseDMO |
getDMO() |
Integer |
getHandlerID() |
Response |
getModificationRecorder() |
ResponseCategoryEnum |
getResponseCategory() |
String |
getResponseText() |
ResponseTypeEnum |
getResponseType() |
Boolean |
isLastResponse() |
void |
remHandlerID()
Removes the handlerID attribute value.
|
void |
remLastResponse()
Removes the lastResponse attribute value.
|
void |
remResponseCategory()
Removes the responseCategory attribute value.
|
void |
remResponseText()
Removes the responseText attribute value.
|
void |
remResponseType()
Removes the responseType attribute value.
|
void |
setHandlerID(Integer value)
Sets handlerID to the specified value.
|
void |
setHandlerID(Object value)
Sets handlerID to the specified value.
|
void |
setLastResponse(Boolean value)
Sets lastResponse to the specified value.
|
void |
setLastResponse(Object value)
Sets lastResponse to the specified value.
|
void |
setResponseCategory(Object value)
Sets responseCategory to the specified value.
|
void |
setResponseCategory(ResponseCategoryEnum value)
Sets responseCategory to the specified value.
|
void |
setResponseText(Object value)
Sets responseText to the specified value.
|
void |
setResponseText(String value)
Sets responseText to the specified value.
|
void |
setResponseType(Object value)
Sets responseType to the specified value.
|
void |
setResponseType(ResponseTypeEnum value)
Sets responseType to the specified value.
|
getLastRequestID, getServletRequest, removeLastRequestIDaddNvp, addNvp, addRequestID, addRequestID, delNvp, delNvp, delRequestID, delRequestID, getNvpCopy, getNvpHasValue, getNvpIsEmpty, getNvpIterable, getNvpSize, getRequestIDCopy, getRequestIDHasValue, getRequestIDIsEmpty, getRequestIDIterable, getRequestIDSize, getTimeMS, isTrackingEnabled, nvpContains, remNvp, remRequestID, remTimeMS, remTrackingEnabled, requestIDContains, setTimeMS, setTimeMS, setTrackingEnabled, setTrackingEnabledaddAux, applyModifier, equals, getBackRefs, getConstructionClass, getConstructionClassInfo, getConstructionClassName, getDmcObject, getObjectClass, getReferringObjects, getReferringObjectsViaAttribute, hasAux, isReferenced, referenceCount, removeAux, resolveReferences, resolveReferences, serializeIt, setDmcObject, toJSON, toOIF, toOIF, toPersistentOIF, toString, youAreDeletedgetDeleted, getModifier, setDeleted, setModifierpublic ResponseDMW()
public ResponseDMW(DmcTypeModifierMV mods)
public ResponseDMW(ResponseDMO obj)
protected ResponseDMW(ResponseDMO obj, ClassDefinition cd)
public Response getModificationRecorder()
getModificationRecorder in class DMPMessageDMWpublic Response cloneIt()
public ResponseDMO getDMO()
getDMO in class DMPMessageDMWpublic Integer getHandlerID()
public void setHandlerID(Object value) throws DmcValueException
value - A value compatible with DmcTypeIntegerDmcValueExceptionpublic void setHandlerID(Integer value)
value - Integerpublic void remHandlerID()
public Boolean isLastResponse()
public void setLastResponse(Object value) throws DmcValueException
value - A value compatible with DmcTypeBooleanDmcValueExceptionpublic void setLastResponse(Boolean value)
value - Booleanpublic void remLastResponse()
public ResponseCategoryEnum getResponseCategory()
public void setResponseCategory(Object value) throws DmcValueException
value - A value compatible with DmcTypeResponseCategoryEnumDmcValueExceptionpublic void setResponseCategory(ResponseCategoryEnum value)
value - ResponseCategoryEnumpublic void remResponseCategory()
public String getResponseText()
public void setResponseText(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringDmcValueExceptionpublic void setResponseText(String value)
value - Stringpublic void remResponseText()
public ResponseTypeEnum getResponseType()
public void setResponseType(Object value) throws DmcValueException
value - A value compatible with DmcTypeResponseTypeEnumDmcValueExceptionpublic void setResponseType(ResponseTypeEnum value)
value - ResponseTypeEnumpublic void remResponseType()
Copyright © 2023. All rights reserved.