public class CONFIGURATIONType extends Object
Java class for CONFIGURATIONType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CONFIGURATIONType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RSSFEED_INFO" type="{}RSSFEED_INFOType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RSSFEEDINFOType |
rssfeedinfo |
| Constructor and Description |
|---|
CONFIGURATIONType() |
| Modifier and Type | Method and Description |
|---|---|
RSSFEEDINFOType |
getRSSFEEDINFO()
Gets the value of the rssfeedinfo property.
|
void |
setRSSFEEDINFO(RSSFEEDINFOType value)
Sets the value of the rssfeedinfo property.
|
protected RSSFEEDINFOType rssfeedinfo
public RSSFEEDINFOType getRSSFEEDINFO()
RSSFEEDINFOTypepublic void setRSSFEEDINFO(RSSFEEDINFOType value)
value - allowed object is
RSSFEEDINFOTypeCopyright © 2019. All rights reserved.