|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object christophedelory.rss.media.Credit
public class Credit
Notable entity and the contribution to the creation of the media object.
Current entities can include people, companies, locations, etc.
Specific entities can have multiple roles, and several entities can have the same role.
These should appear as distinct media credit elements.
Example:
<media:credit role="producer" scheme="urn:ebu">entity name</media:credit>
Constructor Summary | |
---|---|
Credit()
|
Method Summary | |
---|---|
String |
getRole()
Returns the role the entity played. |
String |
getScheme()
Returns the URI that identifies the role scheme. |
String |
getValue()
Returns the credit itself. |
void |
setRole(String role)
Initializes the role the entity played. |
void |
setScheme(String scheme)
Initializes the URI that identifies the role scheme. |
void |
setValue(String value)
Initializes the credit itself. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Credit()
Method Detail |
---|
public String getValue()
null
if not yet initialized.setValue(java.lang.String)
public void setValue(String value)
value
- a credit value. Shall not be null
.
NullPointerException
- if value
is null
.getValue()
public String getScheme()
null
.setScheme(java.lang.String)
public void setScheme(String scheme)
scheme
- the credit's scheme. May be null
.getScheme()
public String getRole()
null
.setRole(java.lang.String)
public void setRole(String role)
role
- the entity role. May be null
.getRole()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |