|
|||||||||||
| 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_GUID
Licensed Material - Property of IBM (C) Copyright IBM Corp. 2003, 2005 All Rights Reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. This is the Globally Unique Identifier class. When reusing the object, users may re-initialize the object to a newly constructed state via the init() API. Otherwise, to reuse a partially initialized object, the uniqueInstanceID instance variable MUST be regenerated via the regenerateUniqueInstanceID() API.
| Constructor Summary | |
|---|---|
PD_GUID()
PD_GUID constructors |
|
| Method Summary | |
|---|---|
byte[] |
getGuid_Data()
Gets the value of the guid_Data instance variable. |
byte |
getGuid_Length()
Gets the value of the guid_Length instance variable. |
byte |
getGuid_Type()
Gets the value of the guid_Type instance variable. |
byte |
getGuid_Version()
Gets the value of the guid_Version 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 |
setGuid_Data(byte[] pd_GUID_guid_Data)
Sets value of the guid_Data instance variable to the specified value. |
void |
setGuid_Length(byte pd_GUID_guid_Length)
Sets value of the guid_Length instance variable to the specified value. |
void |
setGuid_Type(byte pd_GUID_guid_Type)
Sets value of the guid_Type instance variable to the specified value. |
void |
setGuid_Version(byte pd_GUID_guid_Version)
Sets value of the guid_Version 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_GUID()
| Method Detail |
public java.lang.String getUniqueInstanceID()
public void setGuid_Length(byte pd_GUID_guid_Length)
pd_GUID_guid_Length - The new value of the guid_Length instance variable.public byte getGuid_Length()
null if the value of the guid_Length instance variable has not been set or is set to null.public void setGuid_Version(byte pd_GUID_guid_Version)
pd_GUID_guid_Version - The new value of the guid_Version instance variable.
java.lang.IllegalArgumentException - if the parameter byte is not between 0 and 15.public byte getGuid_Version()
null if the value of the guid_Version instance variable has not been set or is set to null.public void setGuid_Type(byte pd_GUID_guid_Type)
pd_GUID_guid_Type - The new value of the guid_Type instance variable.
java.lang.IllegalArgumentException - if the parameter byte is not between 0 and 15.public byte getGuid_Type()
null if the value of the guid_Type instance variable has not been set or is set to null.
public void setGuid_Data(byte[] pd_GUID_guid_Data)
throws java.lang.IllegalArgumentException
pd_GUID_guid_Data - The new value of the guid_Data instance variable.
java.lang.IllegalArgumentException - if the parameter array's length is greater than 32.public byte[] getGuid_Data()
null if the value of the guid_Data 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 | ||||||||||