|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.oslc.asset.internal.Relation
public class Relation
Java class for Relation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Relation">
<complexContent>
<extension base="{http://open-services.net/xmlns/asset/1.0/}Resource">
<sequence>
<element name="asset" type="{http://open-services.net/xmlns/asset/1.0/}Asset" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
description
|
protected java.lang.String |
resource
|
protected java.lang.String |
title
|
protected ResourceRef |
type
|
| Constructor Summary | |
|---|---|
Relation()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getResource()
Gets the value of the asset property. |
java.lang.String |
getTitle()
Gets the value of the description property. |
ResourceRef |
getType()
Gets the value of the type property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setResource(java.lang.String value)
Sets the value of the asset property. |
void |
setTitle(java.lang.String value)
Sets the value of the description property. |
void |
setType(ResourceRef value)
Sets the value of the type 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 resource
protected ResourceRef type
protected java.lang.String title
protected java.lang.String description
| Constructor Detail |
|---|
public Relation()
| Method Detail |
|---|
public java.lang.String getResource()
Assetpublic void setResource(java.lang.String value)
value - allowed object is
Assetpublic ResourceRef getType()
SimpleLiteralpublic void setType(ResourceRef value)
value - allowed object is
SimpleLiteralpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTitle()
Stringpublic void setTitle(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 | ||||||||