public abstract class RequestDMW 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 |
|---|---|
protected |
RequestDMW() |
protected |
RequestDMW(RequestDMO obj,
ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
RequestDMO |
getDMO() |
Integer |
getHandlerID() |
abstract Request |
getModificationRecorder() |
Integer |
getOriginatorID() |
ResponseFormatEnum |
getResponseFormat() |
String |
getSessionID() |
Integer |
getTimeoutSeconds() |
String |
getUserName() |
Boolean |
isNotifyOriginator() |
Boolean |
isReadableFormat() |
void |
remHandlerID()
Removes the handlerID attribute value.
|
void |
remNotifyOriginator()
Removes the notifyOriginator attribute value.
|
void |
remOriginatorID()
Removes the originatorID attribute value.
|
void |
remReadableFormat()
Removes the readableFormat attribute value.
|
void |
remResponseFormat()
Removes the responseFormat attribute value.
|
void |
remSessionID()
Removes the sessionID attribute value.
|
void |
remTimeoutSeconds()
Removes the timeoutSeconds attribute value.
|
void |
remUserName()
Removes the userName attribute value.
|
void |
setHandlerID(Integer value)
Sets handlerID to the specified value.
|
void |
setHandlerID(Object value)
Sets handlerID to the specified value.
|
void |
setNotifyOriginator(Boolean value)
Sets notifyOriginator to the specified value.
|
void |
setNotifyOriginator(Object value)
Sets notifyOriginator to the specified value.
|
void |
setOriginatorID(Integer value)
Sets originatorID to the specified value.
|
void |
setOriginatorID(Object value)
Sets originatorID to the specified value.
|
void |
setReadableFormat(Boolean value)
Sets readableFormat to the specified value.
|
void |
setReadableFormat(Object value)
Sets readableFormat to the specified value.
|
void |
setResponseFormat(Object value)
Sets responseFormat to the specified value.
|
void |
setResponseFormat(ResponseFormatEnum value)
Sets responseFormat to the specified value.
|
void |
setSessionID(Object value)
Sets sessionID to the specified value.
|
void |
setSessionID(String value)
Sets sessionID to the specified value.
|
void |
setTimeoutSeconds(Integer value)
Sets timeoutSeconds to the specified value.
|
void |
setTimeoutSeconds(Object value)
Sets timeoutSeconds to the specified value.
|
void |
setUserName(Object value)
Sets userName to the specified value.
|
void |
setUserName(String value)
Sets userName 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, setModifierprotected RequestDMW()
protected RequestDMW(RequestDMO obj, ClassDefinition cd)
public abstract Request getModificationRecorder()
getModificationRecorder in class DMPMessageDMWpublic RequestDMO 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 isNotifyOriginator()
public void setNotifyOriginator(Object value) throws DmcValueException
value - A value compatible with DmcTypeBooleanDmcValueExceptionpublic void setNotifyOriginator(Boolean value)
value - Booleanpublic void remNotifyOriginator()
public Integer getOriginatorID()
public void setOriginatorID(Object value) throws DmcValueException
value - A value compatible with DmcTypeIntegerDmcValueExceptionpublic void setOriginatorID(Integer value)
value - Integerpublic void remOriginatorID()
public Boolean isReadableFormat()
public void setReadableFormat(Object value) throws DmcValueException
value - A value compatible with DmcTypeBooleanDmcValueExceptionpublic void setReadableFormat(Boolean value)
value - Booleanpublic void remReadableFormat()
public ResponseFormatEnum getResponseFormat()
public void setResponseFormat(Object value) throws DmcValueException
value - A value compatible with DmcTypeResponseFormatEnumDmcValueExceptionpublic void setResponseFormat(ResponseFormatEnum value)
value - ResponseFormatEnumpublic void remResponseFormat()
public String getSessionID()
public void setSessionID(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringDmcValueExceptionpublic void setSessionID(String value)
value - Stringpublic void remSessionID()
public Integer getTimeoutSeconds()
public void setTimeoutSeconds(Object value) throws DmcValueException
value - A value compatible with DmcTypeIntegerDmcValueExceptionpublic void setTimeoutSeconds(Integer value)
value - Integerpublic void remTimeoutSeconds()
public String getUserName()
public void setUserName(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringDmcValueExceptionpublic void setUserName(String value)
value - Stringpublic void remUserName()
Copyright © 2023. All rights reserved.