|
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.Title
public class Title
The title of a particular media.
Example:
<media:title type="plain">The Judy's - The Moo Song</media:title>
Constructor Summary | |
---|---|
Title()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Title()
Method Detail |
---|
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)
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |