com.ibm.etools.logging.pd.artifacts
Class PD_TraceContainer

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_Container
                    |
                    +--com.ibm.etools.logging.pd.artifacts.PD_TraceContainer

public class PD_TraceContainer
extends PD_Container


Constructor Summary
PD_TraceContainer()
          PD_TraceContainer constructors
 
Method Summary
 java.lang.String getComponentName()
          Gets the value of the componentName instance variable.
 java.lang.String getCreationSettting()
          Gets the value of the creationSettting instance variable.
 java.lang.String[] getFormatedData()
          Gets the value of the formatedData instance variable.
 java.lang.String getOtherTraceType()
          Gets the value of the otherTraceType instance variable.
 PD_TraceEntry[] getTraceEntryList()
          Gets the value of the traceEntryList instance variable.
 java.lang.String getTraceType()
          Gets the value of the traceType 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 setComponentName(java.lang.String pd_TraceContainer_componentName)
          Sets value of the componentName instance variable to the specified value.
 void setCreationSettting(java.lang.String pd_TraceContainer_creationSettting)
          Sets value of the creationSettting instance variable to the specified value.
 void setFormatedData(java.lang.String[] pd_TraceContainer_formatedData)
          Sets value of the formatedData instance variable to the specified value.
 void setOtherTraceType(java.lang.String pd_TraceContainer_otherTraceType)
          Sets value of the otherTraceType instance variable to the specified value.
 void setTraceEntryList(PD_TraceEntry[] pd_MessageContainer_traceEntryList)
          Sets value of the traceEntryList instance variable to the specified value.
 void setTraceType(java.lang.String pd_TraceContainer_traceType)
          Sets value of the traceType 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_Container
getContainerType, getOtherContainerType, setContainerType, setOtherContainerType
 
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

PD_TraceContainer

public PD_TraceContainer()
PD_TraceContainer constructors

Method Detail

getUniqueInstanceID

public java.lang.String getUniqueInstanceID()
Gets the value of the uniqueInstanceID instance variable.

Overrides:
getUniqueInstanceID in class PD_Container
Returns:
The value of the uniqueInstanceID instance variable.

setComponentName

public void setComponentName(java.lang.String pd_TraceContainer_componentName)
Sets value of the componentName instance variable to the specified value.

Parameters:
pd_TraceContainer_componentName - The new value of the componentName instance variable.

getComponentName

public java.lang.String getComponentName()
Gets the value of the componentName instance variable.

Returns:
The value of the componentName instance variable, or null if the value of the componentName instance variable has not been set or is set to null.

setFormatedData

public void setFormatedData(java.lang.String[] pd_TraceContainer_formatedData)
Sets value of the formatedData instance variable to the specified value.

Parameters:
pd_TraceContainer_formatedData - The new value of the formatedData instance variable.

getFormatedData

public java.lang.String[] getFormatedData()
Gets the value of the formatedData instance variable.

Returns:
The value of the formatedData instance variable, or null if the value of the formatedData instance variable has not been set or is set to null.

setTraceType

public void setTraceType(java.lang.String pd_TraceContainer_traceType)
Sets value of the traceType instance variable to the specified value.

Parameters:
pd_TraceContainer_traceType - The new value of the traceType instance variable.

getTraceType

public java.lang.String getTraceType()
Gets the value of the traceType instance variable.

Returns:
The value of the traceType instance variable, or null if the value of the traceType instance variable has not been set or is set to null.

setOtherTraceType

public void setOtherTraceType(java.lang.String pd_TraceContainer_otherTraceType)
Sets value of the otherTraceType instance variable to the specified value.

Parameters:
pd_TraceContainer_otherTraceType - The new value of the otherTraceType instance variable.

getOtherTraceType

public java.lang.String getOtherTraceType()
Gets the value of the otherTraceType instance variable.

Returns:
The value of the otherTraceType instance variable, or null if the value of the otherTraceType instance variable has not been set or is set to null.

setCreationSettting

public void setCreationSettting(java.lang.String pd_TraceContainer_creationSettting)
Sets value of the creationSettting instance variable to the specified value.

Parameters:
pd_TraceContainer_creationSettting - The new value of the creationSettting instance variable.

getCreationSettting

public java.lang.String getCreationSettting()
Gets the value of the creationSettting instance variable.

Returns:
The value of the creationSettting instance variable, or null if the value of the creationSettting instance variable has not been set or is set to null.

setTraceEntryList

public void setTraceEntryList(PD_TraceEntry[] pd_MessageContainer_traceEntryList)
Sets value of the traceEntryList instance variable to the specified value.

Parameters:
pd_MessageContainer_traceEntryList - The new value of the traceEntryList instance variable.

getTraceEntryList

public PD_TraceEntry[] getTraceEntryList()
Gets the value of the traceEntryList instance variable.

Returns:
The value of the traceEntryList instance variable, or null if the value of the traceEntryList instance variable has not been set or is set to null.

toCanonicalXMLString

public java.lang.String toCanonicalXMLString()
Creates the canonical XML representation of this object.

Overrides:
toCanonicalXMLString in class PD_Container
Returns:
the canonical XML representation of this object

regenerateUniqueInstanceID

public void regenerateUniqueInstanceID()
Regenerates a new unique instance ID for the object.

Overrides:
regenerateUniqueInstanceID in class PD_Container

init

public void init()
Initializes the object to a newly constructed state. NOTE: To reuse the object without calling the init() API, the uniqueInstanceID instance variable MUST be regenerated via the regenerateUniqueInstanceID() API.

Overrides:
init in class PD_Container