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

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

public class PD_ProblemArtifact_Token
extends java.lang.Object


Constructor Summary
PD_ProblemArtifact_Token()
          PD_ProblemArtifact_Token constructors
 
Method Summary
 byte[] getByteArrayValue()
          Gets the value of the byteArrayValue instance variable.
 java.lang.String getId()
          Gets the value of the id instance variable.
 java.lang.String getName()
          Gets the value of the name instance variable.
 java.lang.String getStringValue()
          Gets the value of the stringValue 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 setByteArrayValue(byte[] pd_ProblemArtifact_Token_byteArrayValue)
          Sets value of the byteArrayValue instance variable to the specified value.
 void setId(java.lang.String pd_ProblemArtifact_Token_id)
          Sets value of the id instance variable to the specified value.
 void setName(java.lang.String pd_ProblemArtifact_Token_name)
          Sets value of the name instance variable to the specified value.
 void setStringValue(java.lang.String pd_ProblemArtifact_Token_stringValue)
          Sets value of the stringValue 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_ProblemArtifact_Token

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

setId

public void setId(java.lang.String pd_ProblemArtifact_Token_id)
Sets value of the id instance variable to the specified value.

Parameters:
pd_ProblemArtifact_Token_id - The new value of the id instance variable.

getId

public java.lang.String getId()
Gets the value of the id instance variable.

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

setName

public void setName(java.lang.String pd_ProblemArtifact_Token_name)
Sets value of the name instance variable to the specified value.

Parameters:
pd_ProblemArtifact_Token_name - The new value of the name instance variable.

getName

public java.lang.String getName()
Gets the value of the name instance variable.

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

setByteArrayValue

public void setByteArrayValue(byte[] pd_ProblemArtifact_Token_byteArrayValue)
Sets value of the byteArrayValue instance variable to the specified value.

Parameters:
pd_ProblemArtifact_Token_byteArrayValue - The new value of the byteArrayValue instance variable.

getByteArrayValue

public byte[] getByteArrayValue()
Gets the value of the byteArrayValue instance variable.

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

setStringValue

public void setStringValue(java.lang.String pd_ProblemArtifact_Token_stringValue)
Sets value of the stringValue instance variable to the specified value.

Parameters:
pd_ProblemArtifact_Token_stringValue - The new value of the stringValue instance variable.

getStringValue

public java.lang.String getStringValue()
Gets the value of the stringValue instance variable.

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