com.ibm.ram.internal.jaxb
Class AssetID

java.lang.Object
  extended by com.ibm.ram.internal.jaxb.AssetID

public class AssetID
extends java.lang.Object

From RAS:

The name identifies the asset in a few words and is intended for human consumption, whereas the id attribute is expected to contain a globally unique identifier and is used by tooling to distinguish assets.

Java class for AssetID complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AssetID">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="GUID" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String guid
           
protected  java.lang.String migrateInvalidGUID
           
protected  java.lang.String migrateInvalidVersion
           
protected  java.lang.String version
           
 
Constructor Summary
AssetID()
           
AssetID(AssetID oslcId)
           
AssetID(java.lang.String GUID, java.lang.String version)
           
 
Method Summary
 java.lang.String getGUID()
          Gets the value of the guid property.
 java.lang.String getMigrateInvalidGUID()
          Deprecated.  
 java.lang.String getMigrateInvalidVersion()
          Deprecated.  
 java.lang.String getVersion()
          Gets the value of the version property.
 void setGUID(java.lang.String value)
          Sets the value of the guid property.
 void setMigrateInvalidGUID(java.lang.String value)
          Deprecated.  
 void setMigrateInvalidVersion(java.lang.String value)
          Deprecated.  
 void setVersion(java.lang.String value)
          Sets the value of the version property.
 AssetID toOSLCAssetId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

guid

protected java.lang.String guid

version

protected java.lang.String version

migrateInvalidGUID

protected java.lang.String migrateInvalidGUID

migrateInvalidVersion

protected java.lang.String migrateInvalidVersion
Constructor Detail

AssetID

public AssetID()

AssetID

public AssetID(java.lang.String GUID,
               java.lang.String version)

AssetID

public AssetID(AssetID oslcId)
Method Detail

getGUID

public java.lang.String getGUID()
Gets the value of the guid property.

Returns:
possible object is String

setGUID

public void setGUID(java.lang.String value)
Sets the value of the guid property.

Parameters:
value - allowed object is String

getVersion

public java.lang.String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(java.lang.String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getMigrateInvalidGUID

public java.lang.String getMigrateInvalidGUID()
Deprecated. 

Gets the value of the guid property.

Returns:
possible object is String

setMigrateInvalidGUID

public void setMigrateInvalidGUID(java.lang.String value)
Deprecated. 

Sets the value of the guid property.

Parameters:
value - allowed object is String

getMigrateInvalidVersion

public java.lang.String getMigrateInvalidVersion()
Deprecated. 

Gets the value of the version property.

Returns:
possible object is String

setMigrateInvalidVersion

public void setMigrateInvalidVersion(java.lang.String value)
Deprecated. 

Sets the value of the version property.

Parameters:
value - allowed object is String

toOSLCAssetId

public AssetID toOSLCAssetId()