|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.oslc.asset.internal.Resource
org.oslc.asset.internal.ServiceDescriptor
public class ServiceDescriptor
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 |
|---|
protected java.lang.String description
protected Contributor contributor
protected Assets assets
| Constructor Detail |
|---|
public ServiceDescriptor()
| Method Detail |
|---|
public java.lang.String getDescription()
JAXBElement<SimpleLiteral>
JAXBElement<SimpleLiteral>
JAXBElement<SimpleLiteral>public void setDescription(java.lang.String value)
value - allowed object is
JAXBElement<SimpleLiteral>
JAXBElement<SimpleLiteral>
JAXBElement<SimpleLiteral>public Contributor getContributor()
Contributorpublic void setContributor(Contributor value)
value - allowed object is
Contributorpublic Assets getAssets()
Assetspublic void setAssets(Assets value)
value - allowed object is
Assets
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||