|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object yarfraw.generated.blogger.elements.BloggerExtension
public class BloggerExtension
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.blogger.com/atom/ns#}convertLineBreaks"/> <element ref="{http://purl.org/atom-blog/ns#}draft"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected boolean |
convertLineBreaks
|
protected boolean |
draft
|
Constructor Summary | |
---|---|
BloggerExtension()
|
Method Summary | |
---|---|
boolean |
isConvertLineBreaks()
This flag, when set to true, means that a blog's posts will have their newlines automatically converted to . |
boolean |
isDraft()
Blogger Draft extension. |
void |
setConvertLineBreaks(boolean value)
Sets the value of the convertLineBreaks property. |
void |
setDraft(boolean value)
Sets the value of the draft property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean convertLineBreaks
protected boolean draft
Constructor Detail |
---|
public BloggerExtension()
Method Detail |
---|
public boolean isConvertLineBreaks()
public void setConvertLineBreaks(boolean value)
public boolean isDraft()
public void setDraft(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |