org.oslc.asset.internal
Class Resource

java.lang.Object
  extended by org.oslc.asset.internal.Resource
Direct Known Subclasses:
ApprovalQuery, ApprovalQueryResult, ApproverQuery, Artifact, Asset, CommunityAssetType, CompactRendering, Permissions, QueryResult, RootServicesDescription, ServiceDescriptor, ServiceProviderCatalog, Subscription

public class Resource
extends java.lang.Object

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

about

protected java.lang.String about

base

protected java.lang.String base

etag

protected java.lang.String etag

title

protected java.lang.String title
Constructor Detail

Resource

public Resource()
Method Detail

getAbout

public java.lang.String getAbout()
Gets the value of the about property.

Returns:
possible object is String

setAbout

public void setAbout(java.lang.String value)
Sets the value of the about property.

Parameters:
value - allowed object is String

getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getBase

public java.lang.String getBase()
Gets the value of the base property.

Returns:
possible object is String

setBase

public void setBase(java.lang.String value)
Sets the value of the base property.

Parameters:
value - allowed object is String

getEtag

public java.lang.String getEtag()
Gets the value of the etag property.

Returns:
possible object is String

setEtag

public void setEtag(java.lang.String value)
Sets the value of the etag property.

Parameters:
value - allowed object is String

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object