|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectyarfraw.generated.rss10.elements.SyndicationExtension
public class SyndicationExtension
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 |
|---|
protected String updateBase
protected BigInteger updateFrequency
protected UpdatePeriodEnum updatePeriod
| Constructor Detail |
|---|
public SyndicationExtension()
| Method Detail |
|---|
public String getUpdateBase()
Stringpublic void setUpdateBase(String value)
value - allowed object is
Stringpublic BigInteger getUpdateFrequency()
BigIntegerpublic void setUpdateFrequency(BigInteger value)
value - allowed object is
BigIntegerpublic UpdatePeriodEnum getUpdatePeriod()
UpdatePeriodEnumpublic void setUpdatePeriod(UpdatePeriodEnum value)
value - allowed object is
UpdatePeriodEnum
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||