org.oslc.asset.internal
Class Contributor

java.lang.Object
  extended by org.oslc.asset.internal.Contributor

public class Contributor
extends java.lang.Object

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

title

protected java.lang.String title

identifier

protected java.lang.String identifier

icon

protected java.lang.String icon
Constructor Detail

Contributor

public Contributor()
Method Detail

getTitle

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

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

setTitle

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

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

getIdentifier

public java.lang.String getIdentifier()
Gets the value of the identifier property.

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

setIdentifier

public void setIdentifier(java.lang.String value)
Sets the value of the identifier property.

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

getIcon

public java.lang.String getIcon()
Gets the value of the icon property.

Returns:
possible object is String

setIcon

public void setIcon(java.lang.String value)
Sets the value of the icon property.

Parameters:
value - allowed object is String

toString

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