yarfraw.generated.blogger.elements
Class BloggerExtension

java.lang.Object
  extended by yarfraw.generated.blogger.elements.BloggerExtension

public class BloggerExtension
extends Object

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

convertLineBreaks

protected boolean convertLineBreaks

draft

protected boolean draft
Constructor Detail

BloggerExtension

public BloggerExtension()
Method Detail

isConvertLineBreaks

public boolean isConvertLineBreaks()
This flag, when set to true, means that a blog's posts will have their newlines automatically converted to
. If set to false, newlines will not be transformed. This flag is read-only and can only be changed through the Blogger web interface for now. You can see a blog's Line Break status by sending a GET to it's service.feed URI and looking for it as a child of the <feed> element:
<convertLineBreaks xmlns="http://www.blogger.com/atom/ns#">true</convertLineBreaks>


setConvertLineBreaks

public void setConvertLineBreaks(boolean value)
Sets the value of the convertLineBreaks property.


isDraft

public boolean isDraft()
Blogger Draft extension.
http://purl.org/atom-blog/ns#
Set to true to indicate a draft, false otherwise.


setDraft

public void setDraft(boolean value)
Sets the value of the draft property.



Copyright © 2008. All Rights Reserved.