public class ActionResponseDMO extends ResponseDMO 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 |
|---|---|
|
ActionResponseDMO() |
|
ActionResponseDMO(DmcTypeModifierMV mods) |
protected |
ActionResponseDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
addObjectList(DmcObject value)
Adds another objectList to the specified value.
|
DmcAttribute<?> |
addObjectList(Object value)
Adds another objectList value.
|
DmcAttribute<?> |
delObjectList(DmcObject value)
Deletes a objectList from the specified value.
|
DmcAttribute<?> |
delObjectList(Object value)
Deletes a objectList value.
|
String |
getActionName() |
ActionResponseDMO |
getModificationRecorder() |
ActionResponseDMO |
getNew()
Auto-generated derived classes override this to return an empty instance
of themselves.
|
DmcObject |
getNthObjectList(int i) |
Iterator<DmcObject> |
getObjectList() |
int |
getObjectListSize() |
Integer |
getServerActionID() |
ActionResponseDMO |
getSlice(DmcSliceInfo info)
Auto-generated derived classes override this to return an instance of themselves
with just the specified slice of attributes.
|
Long |
getTimeMS() |
boolean |
objectListContains(DmcObject value) |
void |
remActionName()
Removes the actionName attribute value.
|
void |
remObjectList()
Removes the objectList attribute value.
|
void |
remServerActionID()
Removes the serverActionID attribute value.
|
void |
remTimeMS()
Removes the timeMS attribute value.
|
void |
setActionName(Object value)
Sets actionName to the specified value.
|
void |
setActionName(String value)
Sets actionName to the specified value.
|
void |
setServerActionID(Integer value)
Sets serverActionID to the specified value.
|
void |
setServerActionID(Object value)
Sets serverActionID to the specified value.
|
void |
setTimeMS(Long value)
Sets timeMS to the specified value.
|
void |
setTimeMS(Object value)
Sets timeMS to the specified value.
|
getHandlerID, getResponseCategory, getResponseText, getResponseType, isLastResponse, remHandlerID, remLastResponse, remResponseCategory, remResponseText, remResponseType, setHandlerID, setHandlerID, setLastResponse, setLastResponse, setResponseCategory, setResponseCategory, setResponseText, setResponseText, setResponseType, setResponseTypeaddNvp, addNvp, addRequestID, addRequestID, delNvp, delNvp, delRequestID, delRequestID, getNthNvp, getNthRequestID, getNvp, getNvpSize, getRequestID, getRequestIDSize, isTrackingEnabled, nvpContains, remNvp, remRequestID, remTrackingEnabled, requestIDContains, 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 ActionResponseDMO()
protected ActionResponseDMO(String oc)
public ActionResponseDMO(DmcTypeModifierMV mods)
public ActionResponseDMO getNew()
DmcObjectgetNew in class ResponseDMOpublic ActionResponseDMO getSlice(DmcSliceInfo info)
DmcObjectgetSlice in class ResponseDMOinfo - the slice infopublic ActionResponseDMO getModificationRecorder()
getModificationRecorder in class ResponseDMOpublic DmcObject getNthObjectList(int i)
i - the indexpublic DmcAttribute<?> addObjectList(DmcObject value)
value - DmcObjectpublic boolean objectListContains(DmcObject value)
value - DmcObjectpublic DmcAttribute<?> addObjectList(Object value) throws DmcValueException
value - A value compatible with DmcObjectDmcValueException - if value is not correctpublic int getObjectListSize()
public DmcAttribute<?> delObjectList(Object value) throws DmcValueException
value - The DmcObject to be deleted from set of attribute values.DmcValueException - if the value is incorrectpublic DmcAttribute<?> delObjectList(DmcObject value)
value - DmcObjectpublic void remObjectList()
public Integer getServerActionID()
public void setServerActionID(Integer value)
value - Integerpublic void setServerActionID(Object value) throws DmcValueException
value - A value compatible with DmcTypeIntegerSVDmcValueException - if value is not correctpublic void remServerActionID()
public Long getTimeMS()
getTimeMS in class DMPMessageDMOpublic void setTimeMS(Long value)
setTimeMS in class DMPMessageDMOvalue - Longpublic void setTimeMS(Object value) throws DmcValueException
setTimeMS in class DMPMessageDMOvalue - A value compatible with DmcTypeLongSVDmcValueException - if value is not correctpublic void remTimeMS()
remTimeMS in class DMPMessageDMOpublic String getActionName()
public void setActionName(String value)
value - Stringpublic void setActionName(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringSVDmcValueException - if value is not correctpublic void remActionName()
Copyright © 2023. All rights reserved.