|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.internal.jaxb.RelatedAsset
public class RelatedAsset
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 |
|---|
protected java.lang.String assetName
protected AssetID assetId
protected java.lang.String description
protected java.lang.String aref
| Constructor Detail |
|---|
public RelatedAsset()
| Method Detail |
|---|
public java.lang.String getAssetName()
Stringpublic void setAssetName(java.lang.String value)
value - allowed object is
Stringpublic AssetID getAssetId()
AssetIDpublic void setAssetId(AssetID value)
value - allowed object is
AssetIDpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAref()
Stringpublic void setAref(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||