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

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

public class PD_ProblemIncident
extends java.lang.Object


Constructor Summary
PD_ProblemIncident()
          PD_ProblemIncident constructors
 
Method Summary
 java.lang.String getFailureTime()
          Gets the value of the failureTime instance variable.
 PD_ProblemArtifact[] getProblemArtifactList()
          Gets the value of the problemArtifactList 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 setFailureTime(java.lang.String pd_ProblemIncident_failureTime)
          Sets value of the failureTime instance variable to the specified value.
 void setProblemArtifactList(PD_ProblemArtifact[] pd_ProblemIncident_problemArtifactList)
          Sets value of the problemArtifactList 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_ProblemIncident

public PD_ProblemIncident()
PD_ProblemIncident 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.

setFailureTime

public void setFailureTime(java.lang.String pd_ProblemIncident_failureTime)
Sets value of the failureTime instance variable to the specified value.

Parameters:
pd_ProblemIncident_failureTime - The new value of the failureTime instance variable.

getFailureTime

public java.lang.String getFailureTime()
Gets the value of the failureTime instance variable.

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

setProblemArtifactList

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

Parameters:
pd_ProblemIncident_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.