|
|||||||||||
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_ProblemArtifact_Token
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 |
public PD_ProblemArtifact_Token()
Method Detail |
public java.lang.String getUniqueInstanceID()
public void setId(java.lang.String pd_ProblemArtifact_Token_id)
pd_ProblemArtifact_Token_id
- The new value of the id instance variable.public java.lang.String getId()
null
if the value of the id instance variable has not been set or is set to null
.public void setName(java.lang.String pd_ProblemArtifact_Token_name)
pd_ProblemArtifact_Token_name
- The new value of the name instance variable.public java.lang.String getName()
null
if the value of the name instance variable has not been set or is set to null
.public void setByteArrayValue(byte[] pd_ProblemArtifact_Token_byteArrayValue)
pd_ProblemArtifact_Token_byteArrayValue
- The new value of the byteArrayValue instance variable.public byte[] getByteArrayValue()
null
if the value of the byteArrayValue instance variable has not been set or is set to null
.public void setStringValue(java.lang.String pd_ProblemArtifact_Token_stringValue)
pd_ProblemArtifact_Token_stringValue
- The new value of the stringValue instance variable.public java.lang.String getStringValue()
null
if the value of the stringValue instance variable has not been set or is set to null
.public java.lang.String toCanonicalXMLString()
public void regenerateUniqueInstanceID()
public void init()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |