public class SetRequestDMO 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 |
|---|---|
|
SetRequestDMO() |
|
SetRequestDMO(DmcTypeModifierMV mods) |
protected |
SetRequestDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
addModify(Modifier value)
Adds another modify to the specified value.
|
DmcAttribute<?> |
addModify(Object value)
Adds another modify value.
|
DmcAttribute<?> |
delModify(Modifier value)
Deletes a modify from the specified value.
|
DmcAttribute<?> |
delModify(Object value)
Deletes a modify value.
|
SetRequestDMO |
getModificationRecorder() |
Iterator<Modifier> |
getModify() |
int |
getModifySize() |
SetRequestDMO |
getNew()
Auto-generated derived classes override this to return an empty instance
of themselves.
|
Modifier |
getNthModify(int i) |
SetRequestDMO |
getSlice(DmcSliceInfo info)
Auto-generated derived classes override this to return an instance of themselves
with just the specified slice of attributes.
|
NameContainer |
getTarget() |
ClassDefinitionREF |
getTargetObjectClass() |
ClassDefinitionREF |
getTargetObjectClassREF() |
boolean |
modifyContains(Modifier value) |
void |
remModify()
Removes the modify attribute value.
|
void |
remTarget()
Removes the target attribute value.
|
void |
remTargetObjectClass()
Removes the targetObjectClass attribute value.
|
void |
setTarget(DmcObjectName value)
Sets target to the specified value.
|
void |
setTarget(NameContainer value)
Sets target to the specified value.
|
void |
setTarget(Object value)
Sets target to the specified value.
|
void |
setTargetObjectClass(ClassDefinitionDMO value)
Sets targetObjectClass to the specified value.
|
void |
setTargetObjectClass(Object value)
Sets targetObjectClass 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 SetRequestDMO()
protected SetRequestDMO(String oc)
public SetRequestDMO(DmcTypeModifierMV mods)
public SetRequestDMO getNew()
DmcObjectpublic SetRequestDMO getSlice(DmcSliceInfo info)
DmcObjectpublic SetRequestDMO getModificationRecorder()
public ClassDefinitionREF getTargetObjectClass()
public ClassDefinitionREF getTargetObjectClassREF()
public void setTargetObjectClass(ClassDefinitionDMO value)
value - ClassDefinitionDMOpublic void setTargetObjectClass(Object value) throws DmcValueException
value - A value compatible with DmcTypeClassDefinitionREFSVDmcValueException - if value is not correctpublic void remTargetObjectClass()
public NameContainer getTarget()
public void setTarget(NameContainer value)
value - NameContainerpublic void setTarget(DmcObjectName value)
value - NameContainerpublic void setTarget(Object value) throws DmcValueException
value - A value compatible with DmcTypeNameContainerSVDmcValueException - if value is not correctpublic void remTarget()
public Modifier getNthModify(int i)
i - the indexpublic DmcAttribute<?> addModify(Modifier value)
value - Modifierpublic boolean modifyContains(Modifier value)
value - Modifierpublic DmcAttribute<?> addModify(Object value) throws DmcValueException
value - A value compatible with ModifierDmcValueException - if value is not correctpublic int getModifySize()
public DmcAttribute<?> delModify(Object value) throws DmcValueException
value - The Modifier to be deleted from set of attribute values.DmcValueException - if the value is incorrectpublic DmcAttribute<?> delModify(Modifier value)
value - Modifierpublic void remModify()
Copyright © 2023. All rights reserved.