|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.rometools.propono.blogclient.BlogEntry.Content
public static class BlogEntry.Content
Represents blog entry content
Constructor Summary | |
---|---|
BlogEntry.Content()
Construct content |
|
BlogEntry.Content(String value)
Construct content with value (and type="html") |
Method Summary | |
---|---|
String |
getSrc()
Get URI of content if out-of-line |
String |
getType()
Get type of content, either "text", "html", "xhtml" or a MIME content-type. |
String |
getValue()
Get value of content if in-line |
void |
setSrc(String src)
Set URI of content if out-of-line |
void |
setType(String type)
Set type of content, either "text", "html", "xhtml" or a MIME content-type. |
void |
setValue(String value)
Set value of content if in-line |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlogEntry.Content()
public BlogEntry.Content(String value)
Method Detail |
---|
public String getValue()
public void setValue(String value)
public String getType()
public void setType(String type)
public String getSrc()
public void setSrc(String src)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |