public class Credit extends Object
<media:credit role="producer" scheme="urn:ebu">entity name</media:credit>
| Constructor and Description |
|---|
Credit() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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)Copyright © 2008–2017. All rights reserved.