yarfraw.generated.feedburner.elements
Class FeedburnerExtension

java.lang.Object
  extended by yarfraw.generated.feedburner.elements.FeedburnerExtension

public class FeedburnerExtension
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://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

browserFriendly

protected String browserFriendly

origLink

protected String origLink
Constructor Detail

FeedburnerExtension

public FeedburnerExtension()
Method Detail

getBrowserFriendly

public String getBrowserFriendly()
Feedburner RSS extension elements.
Contain a 'browser friendly' description about the parent element.

Returns:
possible object is String

setBrowserFriendly

public void setBrowserFriendly(String value)
Sets the value of the browserFriendly property.

Parameters:
value - allowed object is String

getOrigLink

public String getOrigLink()
Feedburner RSS extension elements.
The original link of the channel.

Returns:
possible object is String

setOrigLink

public void setOrigLink(String value)
Sets the value of the origLink property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.