public class ResponseDMO extends DMPMessageDMO implements de.novanic.eventservice.client.event.Event, 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 |
|---|---|
|
ResponseDMO() |
|
ResponseDMO(DmcTypeModifierMV mods) |
protected |
ResponseDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getHandlerID() |
ResponseDMO |
getModificationRecorder() |
ResponseDMO |
getNew()
Auto-generated derived classes override this to return an empty instance
of themselves.
|
ResponseCategoryEnum |
getResponseCategory() |
String |
getResponseText() |
ResponseTypeEnum |
getResponseType() |
ResponseDMO |
getSlice(DmcSliceInfo info)
Auto-generated derived classes override this to return an instance of themselves
with just the specified slice of attributes.
|
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.
|
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, getObjectClass, getObjectValidators, getReferringObjects, getReferringObjectsViaAttribute, 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 ResponseDMO()
protected ResponseDMO(String oc)
public ResponseDMO(DmcTypeModifierMV mods)
public ResponseDMO getNew()
DmcObjectpublic ResponseDMO getSlice(DmcSliceInfo info)
DmcObjectpublic ResponseDMO getModificationRecorder()
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 getResponseText()
public void setResponseText(String value)
value - Stringpublic void setResponseText(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringSVDmcValueException - if value is not correctpublic void remResponseText()
public ResponseCategoryEnum getResponseCategory()
public void setResponseCategory(ResponseCategoryEnum value)
value - ResponseCategoryEnumpublic void setResponseCategory(Object value) throws DmcValueException
value - A value compatible with DmcTypeResponseCategoryEnumSVDmcValueException - if value is not correctpublic void remResponseCategory()
public Boolean isLastResponse()
public void setLastResponse(Boolean value)
value - Booleanpublic void setLastResponse(Object value) throws DmcValueException
value - A value compatible with DmcTypeBooleanSVDmcValueException - if value is not correctpublic void remLastResponse()
public ResponseTypeEnum getResponseType()
public void setResponseType(ResponseTypeEnum value)
value - ResponseTypeEnumpublic void setResponseType(Object value) throws DmcValueException
value - A value compatible with DmcTypeResponseTypeEnumSVDmcValueException - if value is not correctpublic void remResponseType()
Copyright © 2023. All rights reserved.