yarfraw.generated.rss10.elements
Class SyndicationExtension

java.lang.Object
  extended by yarfraw.generated.rss10.elements.SyndicationExtension

public class SyndicationExtension
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://purl.org/rss/1.0/modules/syndication/}updateBase"/>
         <element ref="{http://purl.org/rss/1.0/modules/syndication/}updateFrequency"/>
         <element ref="{http://purl.org/rss/1.0/modules/syndication/}updatePeriod"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String updateBase
           
protected  BigInteger updateFrequency
           
protected  UpdatePeriodEnum updatePeriod
           
 
Constructor Summary
SyndicationExtension()
           
 
Method Summary
 String getUpdateBase()
          Gets the value of the updateBase property.
 BigInteger getUpdateFrequency()
          Gets the value of the updateFrequency property.
 UpdatePeriodEnum getUpdatePeriod()
          Gets the value of the updatePeriod property.
 void setUpdateBase(String value)
          Sets the value of the updateBase property.
 void setUpdateFrequency(BigInteger value)
          Sets the value of the updateFrequency property.
 void setUpdatePeriod(UpdatePeriodEnum value)
          Sets the value of the updatePeriod property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

updateBase

protected String updateBase

updateFrequency

protected BigInteger updateFrequency

updatePeriod

protected UpdatePeriodEnum updatePeriod
Constructor Detail

SyndicationExtension

public SyndicationExtension()
Method Detail

getUpdateBase

public String getUpdateBase()
Gets the value of the updateBase property.

Returns:
possible object is String

setUpdateBase

public void setUpdateBase(String value)
Sets the value of the updateBase property.

Parameters:
value - allowed object is String

getUpdateFrequency

public BigInteger getUpdateFrequency()
Gets the value of the updateFrequency property.

Returns:
possible object is BigInteger

setUpdateFrequency

public void setUpdateFrequency(BigInteger value)
Sets the value of the updateFrequency property.

Parameters:
value - allowed object is BigInteger

getUpdatePeriod

public UpdatePeriodEnum getUpdatePeriod()
Gets the value of the updatePeriod property.

Returns:
possible object is UpdatePeriodEnum

setUpdatePeriod

public void setUpdatePeriod(UpdatePeriodEnum value)
Sets the value of the updatePeriod property.

Parameters:
value - allowed object is UpdatePeriodEnum


Copyright © 2008. All Rights Reserved.