public class Feed extends Object implements Serializable
Java class for feed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="feed"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="mediaType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="publishingPlatform" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="idFromPublisher" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="generator" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tags" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tag" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="imageUrl" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="copyright" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="language" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="dataFormat" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="rank" type="{}rank"/> <element name="inWhiteList" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="autoTopics" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="autoTopic" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="editorialTopics" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="editorialTopic" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="genre" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Feed.AutoTopics
Java class for anonymous complex type.
|
static class |
Feed.EditorialTopics
Java class for anonymous complex type.
|
static class |
Feed.Tags
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Feed.AutoTopics |
autoTopics |
protected String |
copyright |
protected String |
dataFormat |
protected String |
description |
protected Feed.EditorialTopics |
editorialTopics |
protected String |
generator |
protected String |
genre |
protected String |
id |
protected String |
idFromPublisher |
protected String |
imageUrl |
protected String |
inWhiteList |
protected String |
language |
protected String |
mediaType |
protected String |
name |
protected String |
publishingPlatform |
protected Rank |
rank |
protected Feed.Tags |
tags |
protected String |
url |
Constructor and Description |
---|
Feed() |
Modifier and Type | Method and Description |
---|---|
Feed.AutoTopics |
getAutoTopics()
Gets the value of the autoTopics property.
|
String |
getCopyright()
Gets the value of the copyright property.
|
String |
getDataFormat()
Gets the value of the dataFormat property.
|
String |
getDescription()
Gets the value of the description property.
|
Feed.EditorialTopics |
getEditorialTopics()
Gets the value of the editorialTopics property.
|
String |
getGenerator()
Gets the value of the generator property.
|
String |
getGenre()
Gets the value of the genre property.
|
String |
getId()
Gets the value of the id property.
|
String |
getIdFromPublisher()
Gets the value of the idFromPublisher property.
|
String |
getImageUrl()
Gets the value of the imageUrl property.
|
String |
getInWhiteList()
Gets the value of the inWhiteList property.
|
String |
getLanguage()
Gets the value of the language property.
|
String |
getMediaType()
Gets the value of the mediaType property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPublishingPlatform()
Gets the value of the publishingPlatform property.
|
Rank |
getRank()
Gets the value of the rank property.
|
Feed.Tags |
getTags()
Gets the value of the tags property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setAutoTopics(Feed.AutoTopics value)
Sets the value of the autoTopics property.
|
void |
setCopyright(String value)
Sets the value of the copyright property.
|
void |
setDataFormat(String value)
Sets the value of the dataFormat property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEditorialTopics(Feed.EditorialTopics value)
Sets the value of the editorialTopics property.
|
void |
setGenerator(String value)
Sets the value of the generator property.
|
void |
setGenre(String value)
Sets the value of the genre property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIdFromPublisher(String value)
Sets the value of the idFromPublisher property.
|
void |
setImageUrl(String value)
Sets the value of the imageUrl property.
|
void |
setInWhiteList(String value)
Sets the value of the inWhiteList property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setMediaType(String value)
Sets the value of the mediaType property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPublishingPlatform(String value)
Sets the value of the publishingPlatform property.
|
void |
setRank(Rank value)
Sets the value of the rank property.
|
void |
setTags(Feed.Tags value)
Sets the value of the tags property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected String id
protected String name
protected String url
protected String mediaType
protected String publishingPlatform
protected String idFromPublisher
protected String generator
protected String description
protected Feed.Tags tags
protected String imageUrl
protected String copyright
protected String language
protected String dataFormat
protected Rank rank
protected String inWhiteList
protected Feed.AutoTopics autoTopics
protected Feed.EditorialTopics editorialTopics
protected String genre
public void setId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
public String getMediaType()
String
public void setMediaType(String value)
value
- allowed object is
String
public String getPublishingPlatform()
String
public void setPublishingPlatform(String value)
value
- allowed object is
String
public String getIdFromPublisher()
String
public void setIdFromPublisher(String value)
value
- allowed object is
String
public String getGenerator()
String
public void setGenerator(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public Feed.Tags getTags()
Feed.Tags
public void setTags(Feed.Tags value)
value
- allowed object is
Feed.Tags
public String getImageUrl()
String
public void setImageUrl(String value)
value
- allowed object is
String
public String getCopyright()
String
public void setCopyright(String value)
value
- allowed object is
String
public String getLanguage()
String
public void setLanguage(String value)
value
- allowed object is
String
public String getDataFormat()
String
public void setDataFormat(String value)
value
- allowed object is
String
public void setRank(Rank value)
value
- allowed object is
Rank
public String getInWhiteList()
String
public void setInWhiteList(String value)
value
- allowed object is
String
public Feed.AutoTopics getAutoTopics()
Feed.AutoTopics
public void setAutoTopics(Feed.AutoTopics value)
value
- allowed object is
Feed.AutoTopics
public Feed.EditorialTopics getEditorialTopics()
Feed.EditorialTopics
public void setEditorialTopics(Feed.EditorialTopics value)
value
- allowed object is
Feed.EditorialTopics
public String getGenre()
String
Copyright © 2018 The Apache Software Foundation. All rights reserved.