|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.oslc.asset.internal.Resource
public class Resource
Java class for Resource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Resource">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://purl.org/dc/terms/}title" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}aboutAttrOpt"/>
<attGroup ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}resourceAttrOpt"/>
<attGroup ref="{http://www.w3.org/XML/1998/namespace}specialAttrs"/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
about
|
protected java.lang.String |
base
|
protected java.lang.String |
etag
|
protected java.lang.String |
title
|
| Constructor Summary | |
|---|---|
Resource()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAbout()
Gets the value of the about property. |
java.lang.String |
getBase()
Gets the value of the base property. |
java.lang.String |
getEtag()
Gets the value of the etag property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
void |
setAbout(java.lang.String value)
Sets the value of the about property. |
void |
setBase(java.lang.String value)
Sets the value of the base property. |
void |
setEtag(java.lang.String value)
Sets the value of the etag property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String about
protected java.lang.String base
protected java.lang.String etag
protected java.lang.String title
| Constructor Detail |
|---|
public Resource()
| Method Detail |
|---|
public java.lang.String getAbout()
Stringpublic void setAbout(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBase()
Stringpublic void setBase(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEtag()
Stringpublic void setEtag(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||