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
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getHomeUrl()
String
public void setHomeUrl(String value)
value
- allowed object is
String
public String getPublisher()
String
public void setPublisher(String value)
value
- allowed object is
String
public String getPrimaryLanguage()
String
public void setPrimaryLanguage(String value)
value
- allowed object is
String
public String getPrimaryMediaType()
String
public void setPrimaryMediaType(String value)
value
- allowed object is
String
public String getCategory()
String
public void setCategory(String value)
value
- allowed object is
String
public String getEditorialRank()
String
public void setEditorialRank(String value)
value
- allowed object is
String
public String getPublicationId()
String
public void setPublicationId(String value)
value
- allowed object is
String
public String getChannelCode()
String
public void setChannelCode(String value)
value
- allowed object is
String
public SourceLocation getLocation()
SourceLocation
public void setLocation(SourceLocation value)
value
- allowed object is
SourceLocation
public String getFeedSource()
String
public void setFeedSource(String value)
value
- allowed object is
String
Copyright © 2018 The Apache Software Foundation. All rights reserved.