|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.etools.logging.pd.artifacts.PD_BaseProblemArtifact | +--com.ibm.etools.logging.pd.artifacts.PD_ProblemArtifact | +--com.ibm.etools.logging.pd.artifacts.PD_Message
Constructor Summary | |
---|---|
PD_Message()
PD_Message constructors |
Method Summary | |
---|---|
long |
getElapsedTime()
Gets the value of the elapsedTime instance variable. |
java.lang.String |
getLocaleOfOrigin()
Gets the value of the localeOfOrigin instance variable. |
java.lang.String |
getLocaleOfText()
Gets the value of the localeOfText instance variable. |
int |
getMessageCount()
Gets the value of the messageCount instance variable. |
java.lang.String |
getMessageTypeID()
Gets the value of the messageTypeID instance variable. |
java.lang.String |
getOtherTypeIDFormat()
Gets the value of the otherTypeIDFormat instance variable. |
java.lang.String |
getSeverity()
Gets the value of the severity instance variable. |
java.lang.String |
getSourceID()
Gets the value of the sourceID instance variable. |
java.lang.String |
getText()
Gets the value of the text instance variable. |
java.lang.String[] |
getTokens()
Gets the value of the tokens instance variable. |
java.lang.String |
getTypeIDFormat()
Gets the value of the typeIDFormat instance variable. |
java.lang.String |
getUniqueInstanceID()
Gets the value of the uniqueInstanceID instance variable. |
void |
init()
Initializes the object to a newly constructed state. |
void |
regenerateUniqueInstanceID()
Regenerates a new unique instance ID for the object. |
void |
setElapsedTime(long pd_Message_elapsedTime)
Sets value of the elapsedTime instance variable to the specified value. |
void |
setLocaleOfOrigin(java.lang.String pd_Message_localeOfOrigin)
Sets value of the localeOfOrigin instance variable to the specified value. |
void |
setLocaleOfText(java.lang.String pd_Message_localeOfText)
Sets value of the localeOfText instance variable to the specified value. |
void |
setMessageCount(int pd_Message_messageCount)
Sets value of the messageCount instance variable to the specified value. |
void |
setMessageTypeID(java.lang.String pd_Message_messageTypeID)
Sets value of the messageTypeID instance variable to the specified value. |
void |
setOtherTypeIDFormat(java.lang.String pd_Message_otherTypeIDFormat)
Sets value of the otherTypeIDFormat instance variable to the specified value. |
void |
setSeverity(java.lang.String pd_Message_severity)
Sets value of the severity instance variable to the specified value. |
void |
setSourceID(java.lang.String pd_Message_sourceID)
Sets value of the sourceID instance variable to the specified value. |
void |
setText(java.lang.String pd_Message_text)
Sets value of the text instance variable to the specified value. |
void |
setTokens(java.lang.String[] pd_Message_tokens)
Sets value of the tokens instance variable to the specified value. |
void |
setTypeIDFormat(java.lang.String pd_Message_typeIDFormat)
Sets value of the typeIDFormat instance variable to the specified value. |
java.lang.String |
toCanonicalXMLString()
Creates the canonical XML representation of this object. |
Methods inherited from class com.ibm.etools.logging.pd.artifacts.PD_ProblemArtifact |
---|
getArtifactCausesArtifactRefList, getArtifactContainsArtifactsRefList, getCorrelationTypeList, getLogRecordCorrelator, getProblemArtifactTokenList, getRawData, setArtifactCausesArtifactRefList, setArtifactContainsArtifactsRefList, setCorrelationTypeList, setLogRecordCorrelator, setProblemArtifactTokenList, setRawData |
Methods inherited from class com.ibm.etools.logging.pd.artifacts.PD_BaseProblemArtifact |
---|
getArtifactCreatorID, getArtifactEncodingFormat, getCreationTime, getHostID, getHostIDFormat, getId, getOtherHostIDFormat, getProcessID, getThreadID, setArtifactCreatorID, setArtifactEncodingFormat, setCreationTime, setHostID, setHostIDFormat, setId, setOtherHostIDFormat, setProcessID, setThreadID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PD_Message()
Method Detail |
public java.lang.String getUniqueInstanceID()
getUniqueInstanceID
in class PD_ProblemArtifact
public void setMessageTypeID(java.lang.String pd_Message_messageTypeID)
pd_Message_messageTypeID
- The new value of the messageTypeID instance variable.public java.lang.String getMessageTypeID()
null
if the value of the messageTypeID instance variable has not been set or is set to null
.public void setTypeIDFormat(java.lang.String pd_Message_typeIDFormat)
pd_Message_typeIDFormat
- The new value of the typeIDFormat instance variable.public java.lang.String getTypeIDFormat()
null
if the value of the typeIDFormat instance variable has not been set or is set to null
.public void setOtherTypeIDFormat(java.lang.String pd_Message_otherTypeIDFormat)
pd_Message_otherTypeIDFormat
- The new value of the otherTypeIDFormat instance variable.public java.lang.String getOtherTypeIDFormat()
null
if the value of the otherTypeIDFormat instance variable has not been set or is set to null
.public void setSourceID(java.lang.String pd_Message_sourceID)
pd_Message_sourceID
- The new value of the sourceID instance variable.public java.lang.String getSourceID()
null
if the value of the sourceID instance variable has not been set or is set to null
.public void setSeverity(java.lang.String pd_Message_severity)
pd_Message_severity
- The new value of the severity instance variable.public java.lang.String getSeverity()
null
if the value of the severity instance variable has not been set or is set to null
.public void setText(java.lang.String pd_Message_text)
pd_Message_text
- The new value of the text instance variable.public java.lang.String getText()
null
if the value of the text instance variable has not been set or is set to null
.public void setLocaleOfText(java.lang.String pd_Message_localeOfText)
public java.lang.String getLocaleOfText()
null
if the value of the localeOfText instance variable has not been set or is set to null
.public void setLocaleOfOrigin(java.lang.String pd_Message_localeOfOrigin)
public java.lang.String getLocaleOfOrigin()
null
if the value of the localeOfOrigin instance variable has not been set or is set to null
.public void setMessageCount(int pd_Message_messageCount)
public int getMessageCount()
null
if the value of the messageCount instance variable has not been set or is set to null
.public void setElapsedTime(long pd_Message_elapsedTime)
public long getElapsedTime()
null
if the value of the elapsedTime instance variable has not been set or is set to null
.public void setTokens(java.lang.String[] pd_Message_tokens)
pd_Message_tokens
- The new value of the tokens instance variable.public java.lang.String[] getTokens()
null
if the value of the tokens instance variable has not been set or is set to null
.public java.lang.String toCanonicalXMLString()
toCanonicalXMLString
in class PD_ProblemArtifact
public void regenerateUniqueInstanceID()
regenerateUniqueInstanceID
in class PD_ProblemArtifact
public void init()
init
in class PD_ProblemArtifact
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |