|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.oslc.asset.internal.Contributor
public class Contributor
Java class for Contributor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Contributor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://purl.org/dc/terms/}title"/>
<element ref="{http://purl.org/dc/terms/}identifier"/>
<element name="icon" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
icon
|
protected java.lang.String |
identifier
|
protected java.lang.String |
title
|
| Constructor Summary | |
|---|---|
Contributor()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getIcon()
Gets the value of the icon property. |
java.lang.String |
getIdentifier()
Gets the value of the identifier property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
void |
setIcon(java.lang.String value)
Sets the value of the icon property. |
void |
setIdentifier(java.lang.String value)
Sets the value of the identifier 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 title
protected java.lang.String identifier
protected java.lang.String icon
| Constructor Detail |
|---|
public Contributor()
| Method Detail |
|---|
public java.lang.String getTitle()
JAXBElement<SimpleLiteral>
JAXBElement<SimpleLiteral>public void setTitle(java.lang.String value)
value - allowed object is
JAXBElement<SimpleLiteral>
JAXBElement<SimpleLiteral>public java.lang.String getIdentifier()
JAXBElement<SimpleLiteral>
JAXBElement<SimpleLiteral>public void setIdentifier(java.lang.String value)
value - allowed object is
JAXBElement<SimpleLiteral>
JAXBElement<SimpleLiteral>public java.lang.String getIcon()
Stringpublic void setIcon(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 | ||||||||