public class Credit extends Object
Notable entity and the contribution to the creation of the media object.
Specified in Media RSS namespace specification.
| Constructor and Description |
|---|
Credit() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntity()
The entity that the credit is assigned to.
|
String |
getRole()
The role the entity played.
|
String |
getScheme()
URN that identifies the role scheme (urn:ebu|urn:yvs).
|
void |
setEntity(String entity) |
void |
setRole(String role) |
void |
setScheme(String scheme) |
String |
toString() |
public String getEntity()
The entity that the credit is assigned to.
Specified in Media RSS namespace specification.
String or nullpublic void setEntity(String entity)
public String getRole()
The role the entity played.
Specified in Media RSS namespace specification (optional).
String or nullpublic void setRole(String role)
public String getScheme()
URN that identifies the role scheme (urn:ebu|urn:yvs).
Specified in Media RSS namespace specification (optional).
String or nullpublic void setScheme(String scheme)
Copyright © 2018. All rights reserved.