public class LoginResponseDMO extends ResponseDMO implements Serializable
\n The response may also have an originatorID that is a unique identifier assigned by the \n server. In some systems, this identifier will be stamped on all incoming requests and\n passed through to the events that are generated as a result of those requests. In this\n way, a client can tell whether the events it receives came from its own requests or from\n requests made by other clients.
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 |
|---|---|
|
LoginResponseDMO() |
|
LoginResponseDMO(DmcTypeModifierMV mods) |
protected |
LoginResponseDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
LoginResponseDMO |
getModificationRecorder() |
LoginResponseDMO |
getNew()
Auto-generated derived classes override this to return an empty instance
of themselves.
|
Integer |
getOriginatorID() |
String |
getRequestRoot() |
String |
getSessionID() |
LoginResponseDMO |
getSlice(DmcSliceInfo info)
Auto-generated derived classes override this to return an instance of themselves
with just the specified slice of attributes.
|
String |
getUserFQN() |
void |
remOriginatorID()
Removes the originatorID attribute value.
|
void |
remRequestRoot()
Removes the requestRoot attribute value.
|
void |
remSessionID()
Removes the sessionID attribute value.
|
void |
remUserFQN()
Removes the userFQN attribute value.
|
void |
setOriginatorID(Integer value)
Sets originatorID to the specified value.
|
void |
setOriginatorID(Object value)
Sets originatorID to the specified value.
|
void |
setRequestRoot(Object value)
Sets requestRoot to the specified value.
|
void |
setRequestRoot(String value)
Sets requestRoot to the specified value.
|
void |
setSessionID(Object value)
Sets sessionID to the specified value.
|
void |
setSessionID(String value)
Sets sessionID to the specified value.
|
void |
setUserFQN(Object value)
Sets userFQN to the specified value.
|
void |
setUserFQN(String value)
Sets userFQN 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, 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 LoginResponseDMO()
protected LoginResponseDMO(String oc)
public LoginResponseDMO(DmcTypeModifierMV mods)
public LoginResponseDMO getNew()
DmcObjectgetNew in class ResponseDMOpublic LoginResponseDMO getSlice(DmcSliceInfo info)
DmcObjectgetSlice in class ResponseDMOinfo - the slice infopublic LoginResponseDMO getModificationRecorder()
getModificationRecorder in class ResponseDMOpublic String getSessionID()
public void setSessionID(String value)
value - Stringpublic void setSessionID(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringSVDmcValueException - if value is not correctpublic void remSessionID()
public Integer getOriginatorID()
public void setOriginatorID(Integer value)
value - Integerpublic void setOriginatorID(Object value) throws DmcValueException
value - A value compatible with DmcTypeIntegerSVDmcValueException - if value is not correctpublic void remOriginatorID()
public String getRequestRoot()
public void setRequestRoot(String value)
value - Stringpublic void setRequestRoot(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringSVDmcValueException - if value is not correctpublic void remRequestRoot()
public String getUserFQN()
public void setUserFQN(String value)
value - Stringpublic void setUserFQN(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringSVDmcValueException - if value is not correctpublic void remUserFQN()
Copyright © 2023. All rights reserved.