yarfraw.generated.wfw.elements
Class WellFormedWebExtension

java.lang.Object
  extended by yarfraw.generated.wfw.elements.WellFormedWebExtension

public class WellFormedWebExtension
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://wellformedweb.org/CommentAPI/}comment"/>
         <element ref="{http://wellformedweb.org/CommentAPI/}commentRss"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String comment
           
protected  String commentRss
           
 
Constructor Summary
WellFormedWebExtension()
           
 
Method Summary
 String getComment()
          wfw:comment The first element to appear in this namespace is comment.
 String getCommentRss()
          wfw:commentRss The second element to appear in the wfw namespace is commentRss.
 void setComment(String value)
          Sets the value of the comment property.
 void setCommentRss(String value)
          Sets the value of the commentRss property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

comment

protected String comment

commentRss

protected String commentRss
Constructor Detail

WellFormedWebExtension

public WellFormedWebExtension()
Method Detail

getComment

public String getComment()
wfw:comment
The first element to appear in this namespace is comment. This element appears in RSS feeds and contains the URI that comment entries are to be POSTed to. The details of this are outlined in the CommentAPI Specification.

Returns:
possible object is String

setComment

public void setComment(String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

getCommentRss

public String getCommentRss()
wfw:commentRss
The second element to appear in the wfw namespace is commentRss. This element also appears in RSS feeds and contains the URI of the RSS feed for comments on that Item. This is documented in Chris Sells' Specification. Note that for quite a while this page has had a typo and erroneously referred to this element as 'commentRSS' as opposed to the correct 'commentRss'. Feed consumers should be aware that they may run into both spellings in the wild. Please see this page for more information.

Returns:
possible object is String

setCommentRss

public void setCommentRss(String value)
Sets the value of the commentRss property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.