com.ibm.ram.internal.jaxb
Class RelatedAsset

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

public class RelatedAsset
extends java.lang.Object

Java class for RelatedAsset complex type.

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

 <complexType name="RelatedAsset">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="assetName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="assetId" type="{http://www.omg.org/ras/v2.2}AssetID"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="aref" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String aref
           
protected  AssetID assetId
           
protected  java.lang.String assetName
           
protected  java.lang.String description
           
 
Constructor Summary
RelatedAsset()
           
 
Method Summary
 java.lang.String getAref()
          Gets the value of the aref property.
 AssetID getAssetId()
          Gets the value of the assetId property.
 java.lang.String getAssetName()
          Gets the value of the assetName property.
 java.lang.String getDescription()
          Gets the value of the description property.
 void setAref(java.lang.String value)
          Sets the value of the aref property.
 void setAssetId(AssetID value)
          Sets the value of the assetId property.
 void setAssetName(java.lang.String value)
          Sets the value of the assetName property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

assetName

protected java.lang.String assetName

assetId

protected AssetID assetId

description

protected java.lang.String description

aref

protected java.lang.String aref
Constructor Detail

RelatedAsset

public RelatedAsset()
Method Detail

getAssetName

public java.lang.String getAssetName()
Gets the value of the assetName property.

Returns:
possible object is String

setAssetName

public void setAssetName(java.lang.String value)
Sets the value of the assetName property.

Parameters:
value - allowed object is String

getAssetId

public AssetID getAssetId()
Gets the value of the assetId property.

Returns:
possible object is AssetID

setAssetId

public void setAssetId(AssetID value)
Sets the value of the assetId property.

Parameters:
value - allowed object is AssetID

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getAref

public java.lang.String getAref()
Gets the value of the aref property.

Returns:
possible object is String

setAref

public void setAref(java.lang.String value)
Sets the value of the aref property.

Parameters:
value - allowed object is String