public abstract class DMPMessageDMW extends DmwWrapper
Generated from the dmp schema at version 0.1
This code was auto-generated by the dmggenerator utility and shouldn't be alterred manually! Generated from: org.dmd.dmg.generators.BaseDMWGenerator.dumpWrapper(BaseDMWGenerator.java:488)
core| Modifier | Constructor and Description |
|---|---|
protected |
DMPMessageDMW() |
protected |
DMPMessageDMW(DMPMessageDMO obj,
ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNvp(NameValuePair value)
Adds another nvp value.
|
void |
addNvp(Object value)
Adds another nvp value.
|
void |
addRequestID(Integer value)
Adds another requestID value.
|
void |
addRequestID(Object value)
Adds another requestID value.
|
void |
delNvp(NameValuePair value)
Deletes a nvp value.
|
void |
delNvp(Object value)
Deletes a nvp value.
|
void |
delRequestID(Integer value)
Deletes a requestID value.
|
void |
delRequestID(Object value)
Deletes a requestID value.
|
DMPMessageDMO |
getDMO() |
abstract DMPMessage |
getModificationRecorder() |
ArrayList<NameValuePair> |
getNvpCopy() |
boolean |
getNvpHasValue() |
boolean |
getNvpIsEmpty() |
NameValuePairIterableDMW |
getNvpIterable() |
int |
getNvpSize() |
ArrayList<Integer> |
getRequestIDCopy() |
boolean |
getRequestIDHasValue() |
boolean |
getRequestIDIsEmpty() |
IntegerIterableDMW |
getRequestIDIterable() |
int |
getRequestIDSize() |
Long |
getTimeMS() |
Boolean |
isTrackingEnabled() |
boolean |
nvpContains(NameValuePair value) |
void |
remNvp()
Removes the nvp attribute value.
|
void |
remRequestID()
Removes the requestID attribute value.
|
void |
remTimeMS()
Removes the timeMS attribute value.
|
void |
remTrackingEnabled()
Removes the trackingEnabled attribute value.
|
boolean |
requestIDContains(Integer value) |
void |
setTimeMS(Long value)
Sets timeMS to the specified value.
|
void |
setTimeMS(Object value)
Sets timeMS to the specified value.
|
void |
setTrackingEnabled(Boolean value)
Sets trackingEnabled to the specified value.
|
void |
setTrackingEnabled(Object value)
Sets trackingEnabled to the specified value.
|
addAux, applyModifier, equals, getBackRefs, getConstructionClass, getConstructionClassInfo, getConstructionClassName, getDmcObject, getObjectClass, getReferringObjects, getReferringObjectsViaAttribute, hasAux, isReferenced, referenceCount, removeAux, resolveReferences, resolveReferences, serializeIt, setDmcObject, toJSON, toOIF, toOIF, toPersistentOIF, toString, youAreDeletedgetDeleted, getModifier, setDeleted, setModifierprotected DMPMessageDMW()
protected DMPMessageDMW(DMPMessageDMO obj, ClassDefinition cd)
public abstract DMPMessage getModificationRecorder()
public DMPMessageDMO getDMO()
public int getNvpSize()
public boolean getNvpIsEmpty()
public boolean getNvpHasValue()
public NameValuePairIterableDMW getNvpIterable()
public void addNvp(Object value) throws DmcValueException
value - A value compatible with NameValuePairDmcValueException - if value is incorrectpublic void addNvp(NameValuePair value)
value - A value compatible with NameValuePairpublic boolean nvpContains(NameValuePair value)
value - A value compatible with NameValuePairpublic ArrayList<NameValuePair> getNvpCopy()
public void delNvp(Object value) throws DmcValueException
value - The NameValuePair to be deleted from set of attribute values.DmcValueException - if value is incorrectpublic void delNvp(NameValuePair value)
value - The NameValuePair to be deleted from set of attribute values.public void remNvp()
public int getRequestIDSize()
public boolean getRequestIDIsEmpty()
public boolean getRequestIDHasValue()
public IntegerIterableDMW getRequestIDIterable()
public void addRequestID(Object value) throws DmcValueException
value - A value compatible with IntegerDmcValueException - if value is incorrectpublic void addRequestID(Integer value)
value - A value compatible with Integerpublic boolean requestIDContains(Integer value)
value - A value compatible with Integerpublic ArrayList<Integer> getRequestIDCopy()
public void delRequestID(Object value) throws DmcValueException
value - The Integer to be deleted from set of attribute values.DmcValueException - if value is incorrectpublic void delRequestID(Integer value)
value - The Integer to be deleted from set of attribute values.public void remRequestID()
public Long getTimeMS()
public void setTimeMS(Object value) throws DmcValueException
value - A value compatible with DmcTypeLongDmcValueExceptionpublic void setTimeMS(Long value)
value - Longpublic void remTimeMS()
public Boolean isTrackingEnabled()
public void setTrackingEnabled(Object value) throws DmcValueException
value - A value compatible with DmcTypeBooleanDmcValueExceptionpublic void setTrackingEnabled(Boolean value)
value - Booleanpublic void remTrackingEnabled()
Copyright © 2023. All rights reserved.