|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object yarfraw.generated.feedburner.elements.FeedburnerExtension
public class FeedburnerExtension
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://rssnamespace.org/feedburner/ext/1.0}browserFriendly"/> <element ref="{http://rssnamespace.org/feedburner/ext/1.0}origLink"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
browserFriendly
|
protected String |
origLink
|
Constructor Summary | |
---|---|
FeedburnerExtension()
|
Method Summary | |
---|---|
String |
getBrowserFriendly()
Feedburner RSS extension elements. |
String |
getOrigLink()
Feedburner RSS extension elements. |
void |
setBrowserFriendly(String value)
Sets the value of the browserFriendly property. |
void |
setOrigLink(String value)
Sets the value of the origLink property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String browserFriendly
protected String origLink
Constructor Detail |
---|
public FeedburnerExtension()
Method Detail |
---|
public String getBrowserFriendly()
String
public void setBrowserFriendly(String value)
value
- allowed object is
String
public String getOrigLink()
String
public void setOrigLink(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |