public abstract class DMPMessageDMO extends DmcObject 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 |
|---|---|
|
DMPMessageDMO() |
protected |
DMPMessageDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
addNvp(NameValuePair value)
Adds another nvp to the specified value.
|
DmcAttribute<?> |
addNvp(Object value)
Adds another nvp value.
|
DmcAttribute<?> |
addRequestID(Integer value)
Adds another requestID to the specified value.
|
DmcAttribute<?> |
addRequestID(Object value)
Adds another requestID value.
|
DmcAttribute<?> |
delNvp(NameValuePair value)
Deletes a nvp from the specified value.
|
DmcAttribute<?> |
delNvp(Object value)
Deletes a nvp value.
|
DmcAttribute<?> |
delRequestID(Integer value)
Deletes a requestID from the specified value.
|
DmcAttribute<?> |
delRequestID(Object value)
Deletes a requestID value.
|
NameValuePair |
getNthNvp(int i) |
Integer |
getNthRequestID(int i) |
Iterator<NameValuePair> |
getNvp() |
int |
getNvpSize() |
Iterator<Integer> |
getRequestID() |
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.
|
boolean |
supportsBackrefTracking()
If a class of object doesn't support back reference tracking, it will overload this
method to return false.
|
add, 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, getNew, getObjectClass, getObjectValidators, getReferringObjects, getReferringObjectsViaAttribute, getSlice, 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 DMPMessageDMO()
protected DMPMessageDMO(String oc)
public boolean supportsBackrefTracking()
DmcObjectsupportsBackrefTracking in class DmcObjectpublic Long getTimeMS()
public void setTimeMS(Long value)
value - Longpublic void setTimeMS(Object value) throws DmcValueException
value - A value compatible with DmcTypeLongSVDmcValueException - if value is not correctpublic void remTimeMS()
public Boolean isTrackingEnabled()
public void setTrackingEnabled(Boolean value)
value - Booleanpublic void setTrackingEnabled(Object value) throws DmcValueException
value - A value compatible with DmcTypeBooleanSVDmcValueException - if value is not correctpublic void remTrackingEnabled()
public Iterator<NameValuePair> getNvp()
public NameValuePair getNthNvp(int i)
i - the indexpublic DmcAttribute<?> addNvp(NameValuePair value)
value - NameValuePairpublic boolean nvpContains(NameValuePair value)
value - NameValuePairpublic DmcAttribute<?> addNvp(Object value) throws DmcValueException
value - A value compatible with NameValuePairDmcValueException - if value is not correctpublic int getNvpSize()
public DmcAttribute<?> delNvp(Object value) throws DmcValueException
value - The NameValuePair to be deleted from set of attribute values.DmcValueException - if the value is incorrectpublic DmcAttribute<?> delNvp(NameValuePair value)
value - NameValuePairpublic void remNvp()
public Integer getNthRequestID(int i)
i - the indexpublic DmcAttribute<?> addRequestID(Integer value)
value - Integerpublic boolean requestIDContains(Integer value)
value - Integerpublic DmcAttribute<?> addRequestID(Object value) throws DmcValueException
value - A value compatible with IntegerDmcValueException - if value is not correctpublic int getRequestIDSize()
public DmcAttribute<?> delRequestID(Object value) throws DmcValueException
value - The Integer to be deleted from set of attribute values.DmcValueException - if the value is incorrectpublic DmcAttribute<?> delRequestID(Integer value)
value - Integerpublic void remRequestID()
Copyright © 2023. All rights reserved.