|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object yarfraw.generated.wfw.elements.WellFormedWebExtension
public class WellFormedWebExtension
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 |
---|
protected String comment
protected String commentRss
Constructor Detail |
---|
public WellFormedWebExtension()
Method Detail |
---|
public String getComment()
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.
String
public void setComment(String value)
value
- allowed object is
String
public String getCommentRss()
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.
String
public void setCommentRss(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |