public class ActionRequestDMO extends RequestDMO 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 |
|---|---|
|
ActionRequestDMO() |
|
ActionRequestDMO(DmcTypeModifierMV mods) |
protected |
ActionRequestDMO(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() |
DmcObject |
getActionTrigger() |
FullyQualifiedName |
getFQN() |
ActionRequestDMO |
getModificationRecorder() |
ActionRequestDMO |
getNew()
Auto-generated derived classes override this to return an empty instance
of themselves.
|
DmcObject |
getNthObjectList(int i) |
Iterator<DmcObject> |
getObjectList() |
int |
getObjectListSize() |
ScopeEnum |
getScope() |
ActionRequestDMO |
getSlice(DmcSliceInfo info)
Auto-generated derived classes override this to return an instance of themselves
with just the specified slice of attributes.
|
boolean |
objectListContains(DmcObject value) |
void |
remActionName()
Removes the actionName attribute value.
|
void |
remActionTrigger()
Removes the actionTrigger attribute value.
|
void |
remFQN()
Removes the FQN attribute value.
|
void |
remObjectList()
Removes the objectList attribute value.
|
void |
remScope()
Removes the scope attribute value.
|
void |
setActionName(Object value)
Sets actionName to the specified value.
|
void |
setActionName(String value)
Sets actionName to the specified value.
|
void |
setActionTrigger(DmcObject value)
Sets actionTrigger to the specified value.
|
void |
setActionTrigger(Object value)
Sets actionTrigger to the specified value.
|
void |
setFQN(FullyQualifiedName value)
Sets FQN to the specified value.
|
void |
setFQN(Object value)
Sets FQN to the specified value.
|
void |
setScope(Object value)
Sets scope to the specified value.
|
void |
setScope(ScopeEnum value)
Sets scope to the specified value.
|
getHandlerID, getOriginatorID, getResponseFormat, getSessionID, getTimeoutSeconds, getUserName, isNotifyOriginator, isReadableFormat, remHandlerID, remNotifyOriginator, remOriginatorID, remReadableFormat, remResponseFormat, remSessionID, remTimeoutSeconds, remUserName, setHandlerID, setHandlerID, setNotifyOriginator, setNotifyOriginator, setOriginatorID, setOriginatorID, setReadableFormat, setReadableFormat, setResponseFormat, setResponseFormat, setSessionID, setSessionID, setTimeoutSeconds, setTimeoutSeconds, setUserName, setUserNameaddNvp, 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 ActionRequestDMO()
protected ActionRequestDMO(String oc)
public ActionRequestDMO(DmcTypeModifierMV mods)
public ActionRequestDMO getNew()
DmcObjectpublic ActionRequestDMO getSlice(DmcSliceInfo info)
DmcObjectpublic ActionRequestDMO getModificationRecorder()
public ScopeEnum getScope()
public void setScope(ScopeEnum value)
value - ScopeEnumpublic void setScope(Object value) throws DmcValueException
value - A value compatible with DmcTypeScopeEnumSVDmcValueException - if value is not correctpublic void remScope()
public 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 DmcObject getActionTrigger()
public void setActionTrigger(DmcObject value)
value - DmcObjectpublic void setActionTrigger(Object value) throws DmcValueException
value - A value compatible with DmcTypeDmcObjectSVDmcValueException - if value is not correctpublic void remActionTrigger()
public FullyQualifiedName getFQN()
public void setFQN(FullyQualifiedName value)
value - FullyQualifiedNamepublic void setFQN(Object value) throws DmcValueException
value - A value compatible with DmcTypeFullyQualifiedNameSVDmcValueException - if value is not correctpublic void remFQN()
public 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.