org.oslc.asset.internal
Class ServiceDescriptor

java.lang.Object
  extended by org.oslc.asset.internal.Resource
      extended by org.oslc.asset.internal.ServiceDescriptor

public class ServiceDescriptor
extends Resource

Java class for ServiceDescriptor complex type.

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

 <complexType name="ServiceDescriptor">
   <complexContent>
     <extension base="{http://open-services.net/xmlns/asset/1.0/}Resource">
       <sequence>
         <element ref="{http://purl.org/dc/terms/}description"/>
         <element name="contributor" type="{http://open-services.net/xmlns/asset/1.0/}Contributor" minOccurs="0"/>
         <element name="assets" type="{http://open-services.net/xmlns/asset/1.0/}Assets" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Assets assets
           
protected  Contributor contributor
           
protected  java.lang.String description
           
 
Fields inherited from class org.oslc.asset.internal.Resource
about, base, etag, title
 
Constructor Summary
ServiceDescriptor()
           
 
Method Summary
 Assets getAssets()
          Gets the value of the assets property.
 Contributor getContributor()
          Gets the value of the contributor property.
 java.lang.String getDescription()
          Gets the value of the description property.
 void setAssets(Assets value)
          Sets the value of the assets property.
 void setContributor(Contributor value)
          Sets the value of the contributor property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 
Methods inherited from class org.oslc.asset.internal.Resource
getAbout, getBase, getEtag, getTitle, setAbout, setBase, setEtag, setTitle, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

description

protected java.lang.String description

contributor

protected Contributor contributor

assets

protected Assets assets
Constructor Detail

ServiceDescriptor

public ServiceDescriptor()
Method Detail

getDescription

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

Returns:
possible object is JAXBElement<SimpleLiteral> JAXBElement<SimpleLiteral> JAXBElement<SimpleLiteral>

setDescription

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

Parameters:
value - allowed object is JAXBElement<SimpleLiteral> JAXBElement<SimpleLiteral> JAXBElement<SimpleLiteral>

getContributor

public Contributor getContributor()
Gets the value of the contributor property.

Returns:
possible object is Contributor

setContributor

public void setContributor(Contributor value)
Sets the value of the contributor property.

Parameters:
value - allowed object is Contributor

getAssets

public Assets getAssets()
Gets the value of the assets property.

Returns:
possible object is Assets

setAssets

public void setAssets(Assets value)
Sets the value of the assets property.

Parameters:
value - allowed object is Assets