public class Source extends Object implements Serializable
Java class for source complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="source">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="homeUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="publisher" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="primaryLanguage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="primaryMediaType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="category" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="editorialRank" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="publicationId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="channelCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="location" type="{}sourceLocation"/>
<element name="feedSource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="feed" type="{}feed"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
channelCode |
protected String |
editorialRank |
protected Feed |
feed |
protected String |
feedSource |
protected String |
homeUrl |
protected String |
id |
protected SourceLocation |
location |
protected String |
name |
protected String |
primaryLanguage |
protected String |
primaryMediaType |
protected String |
publicationId |
protected String |
publisher |
| Constructor and Description |
|---|
Source() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Gets the value of the category property.
|
String |
getChannelCode()
Gets the value of the channelCode property.
|
String |
getEditorialRank()
Gets the value of the editorialRank property.
|
Feed |
getFeed()
Gets the value of the feed property.
|
String |
getFeedSource()
Gets the value of the feedSource property.
|
String |
getHomeUrl()
Gets the value of the homeUrl property.
|
String |
getId()
Gets the value of the id property.
|
SourceLocation |
getLocation()
Gets the value of the location property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPrimaryLanguage()
Gets the value of the primaryLanguage property.
|
String |
getPrimaryMediaType()
Gets the value of the primaryMediaType property.
|
String |
getPublicationId()
Gets the value of the publicationId property.
|
String |
getPublisher()
Gets the value of the publisher property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setChannelCode(String value)
Sets the value of the channelCode property.
|
void |
setEditorialRank(String value)
Sets the value of the editorialRank property.
|
void |
setFeed(Feed value)
Sets the value of the feed property.
|
void |
setFeedSource(String value)
Sets the value of the feedSource property.
|
void |
setHomeUrl(String value)
Sets the value of the homeUrl property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLocation(SourceLocation value)
Sets the value of the location property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPrimaryLanguage(String value)
Sets the value of the primaryLanguage property.
|
void |
setPrimaryMediaType(String value)
Sets the value of the primaryMediaType property.
|
void |
setPublicationId(String value)
Sets the value of the publicationId property.
|
void |
setPublisher(String value)
Sets the value of the publisher property.
|
protected String id
protected String name
protected String homeUrl
protected String publisher
protected String primaryLanguage
protected String primaryMediaType
protected String category
protected String editorialRank
protected String publicationId
protected String channelCode
protected SourceLocation location
protected String feedSource
protected Feed feed
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getHomeUrl()
Stringpublic void setHomeUrl(String value)
value - allowed object is
Stringpublic String getPublisher()
Stringpublic void setPublisher(String value)
value - allowed object is
Stringpublic String getPrimaryLanguage()
Stringpublic void setPrimaryLanguage(String value)
value - allowed object is
Stringpublic String getPrimaryMediaType()
Stringpublic void setPrimaryMediaType(String value)
value - allowed object is
Stringpublic String getCategory()
Stringpublic void setCategory(String value)
value - allowed object is
Stringpublic String getEditorialRank()
Stringpublic void setEditorialRank(String value)
value - allowed object is
Stringpublic String getPublicationId()
Stringpublic void setPublicationId(String value)
value - allowed object is
Stringpublic String getChannelCode()
Stringpublic void setChannelCode(String value)
value - allowed object is
Stringpublic SourceLocation getLocation()
SourceLocationpublic void setLocation(SourceLocation value)
value - allowed object is
SourceLocationpublic String getFeedSource()
Stringpublic void setFeedSource(String value)
value - allowed object is
StringCopyright © 2018 The Apache Software Foundation. All rights reserved.