public abstract class RequestDMO extends DMPMessageDMO implements Serializable
Generated from the dmp schema at version 0.1
This code was auto-generated by the dmogenerator utility and shouldn't be alterred manually! Generated from: org.dmd.dms.util.DmoFormatter.dumpDMO(DmoFormatter.java:134)
| Modifier and Type | Field and Description |
|---|---|
static String |
constructionClassName |
__objectClass, attributes| Modifier | Constructor and Description |
|---|---|
|
RequestDMO() |
protected |
RequestDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getHandlerID() |
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.
|
addNvp, addNvp, addRequestID, addRequestID, delNvp, delNvp, delRequestID, delRequestID, getNthNvp, getNthRequestID, getNvp, getNvpSize, getRequestID, getRequestIDSize, getTimeMS, isTrackingEnabled, nvpContains, remNvp, remRequestID, remTimeMS, remTrackingEnabled, requestIDContains, setTimeMS, setTimeMS, setTrackingEnabled, setTrackingEnabled, supportsBackrefTrackingadd, add, addAux, addAux, addBackref, allowsAttribute, applyModifier, clearReferenceInfo, cloneIt, del, del, delFromEmptyAttribute, deserializeIt, equals, get, get, get, getAdditionalAttributes, getAttributeInfo, getAttributeInfo, getAttributeIterator, getAttributeNames, getAttributes, getAttributeValidators, getBackref, getBackRefs, getConstructionClass, getConstructionClassInfo, getConstructionClassName, getContainer, getDataType, getFullClassName, getLastValue, getModifier, getNew, getObjectClass, getObjectValidators, getReferringObjects, getReferringObjectsViaAttribute, getSlice, getStagingObject, hasAux, hasValue, isModrec, isReferenced, isStaging, modrec, nth, nthNullFromEmptyAttribute, numberOfAttributes, populateSlice, referenceCount, rem, rem, removeAux, removeBackref, resolveReferences, resolveReferences, resolveReferences, resolveReferencesExceptClass, resolveReferencesExceptClass, serializeIt, set, set, setContainer, setLastValue, setModifier, shallowCopy, staging, toCompactJSON, toCompactJSON, toJSON, toJSON, toJSON, toOIF, toOIF, toOIFNoPadding, toPersistentOIF, toPersistentOIF, toString, youAreDeletedpublic static final String constructionClassName
public RequestDMO()
protected RequestDMO(String oc)
public Integer getHandlerID()
public void setHandlerID(Integer value)
value - Integerpublic void setHandlerID(Object value) throws DmcValueException
value - A value compatible with DmcTypeIntegerSVDmcValueException - if value is not correctpublic void remHandlerID()
public String getSessionID()
public void setSessionID(String value)
value - Stringpublic void setSessionID(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringSVDmcValueException - if value is not correctpublic void remSessionID()
public Boolean isReadableFormat()
public void setReadableFormat(Boolean value)
value - Booleanpublic void setReadableFormat(Object value) throws DmcValueException
value - A value compatible with DmcTypeBooleanSVDmcValueException - if value is not correctpublic void remReadableFormat()
public ResponseFormatEnum getResponseFormat()
public void setResponseFormat(ResponseFormatEnum value)
value - ResponseFormatEnumpublic void setResponseFormat(Object value) throws DmcValueException
value - A value compatible with DmcTypeResponseFormatEnumSVDmcValueException - if value is not correctpublic void remResponseFormat()
public Integer getOriginatorID()
public void setOriginatorID(Integer value)
value - Integerpublic void setOriginatorID(Object value) throws DmcValueException
value - A value compatible with DmcTypeIntegerSVDmcValueException - if value is not correctpublic void remOriginatorID()
public Integer getTimeoutSeconds()
public void setTimeoutSeconds(Integer value)
value - Integerpublic void setTimeoutSeconds(Object value) throws DmcValueException
value - A value compatible with DmcTypeIntegerSVDmcValueException - if value is not correctpublic void remTimeoutSeconds()
public Boolean isNotifyOriginator()
public void setNotifyOriginator(Boolean value)
value - Booleanpublic void setNotifyOriginator(Object value) throws DmcValueException
value - A value compatible with DmcTypeBooleanSVDmcValueException - if value is not correctpublic void remNotifyOriginator()
public String getUserName()
public void setUserName(String value)
value - Stringpublic void setUserName(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringSVDmcValueException - if value is not correctpublic void remUserName()
Copyright © 2023. All rights reserved.