public class Title extends Object
<media:title type="plain">The Judy's - The Moo Song</media:title>
| Constructor and Description |
|---|
Title() |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Returns the type of text embedded.
|
String |
getValue()
Returns the title itself.
|
void |
setType(String type)
Initializes the type of text embedded.
|
void |
setValue(String value)
Initializes the title itself.
|
public void setValue(String value)
value - a title. Shall not be null.NullPointerException - if value is null.getValue()public String getValue()
null if not yet initialized.setValue(java.lang.String)public void setType(String type)
type - a title's type. May be null.getType()public String getType()
null.setType(java.lang.String)Copyright © 2008–2017. All rights reserved.