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

java.lang.Object
  |
  +--com.ibm.etools.logging.pd.artifacts.PD_CorrelationType

public class PD_CorrelationType
extends java.lang.Object


Constructor Summary
PD_CorrelationType()
          PD_CorrelationType constructors
 
Method Summary
 PD_ProblemArtifact[] getProblemArtifactList()
          Gets the value of the problemArtifactList instance variable.
 java.lang.String getType()
          Gets the value of the type 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 setProblemArtifactList(PD_ProblemArtifact[] pd_CorrelationType_problemArtifactList)
          Sets value of the problemArtifactList instance variable to the specified value.
 void setType(java.lang.String pd_CorrelationType_type)
          Sets value of the type instance variable to the specified value.
 java.lang.String toCanonicalXMLString()
          Creates the canonical XML representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PD_CorrelationType

public PD_CorrelationType()
PD_CorrelationType constructors

Method Detail

getUniqueInstanceID

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

Returns:
The value of the uniqueInstanceID instance variable.

setType

public void setType(java.lang.String pd_CorrelationType_type)
Sets value of the type instance variable to the specified value.

Parameters:
pd_CorrelationType_type - The new value of the type instance variable.

getType

public java.lang.String getType()
Gets the value of the type instance variable.

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

setProblemArtifactList

public void setProblemArtifactList(PD_ProblemArtifact[] pd_CorrelationType_problemArtifactList)
Sets value of the problemArtifactList instance variable to the specified value.

Parameters:
pd_CorrelationType_problemArtifactList - The new value of the problemArtifactList instance variable.

getProblemArtifactList

public PD_ProblemArtifact[] getProblemArtifactList()
Gets the value of the problemArtifactList instance variable.

Returns:
The value of the problemArtifactList instance variable, or null if the value of the problemArtifactList 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.

Returns:
the canonical XML representation of this object

regenerateUniqueInstanceID

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


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.