public class Article extends Object implements Serializable
Java class for article complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="article"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sequenceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="language" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="subTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="content" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contentWithMarkup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <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="publishedDate" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="harvestDate" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="embargoDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="licenseEndDate" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="originalUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="commentsUrl" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="outboundUrls" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="outboundUrl" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="wordCount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataFormat" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="copyright" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="loginStatus" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="duplicateGroupId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="contentGroupIds" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="harvest" type="{}harvest" minOccurs="0"/> <element name="media" type="{}media"/> <element name="publishingPlatform" type="{}articlePublishingPlatform"/> <element name="adultLanguage" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="topics" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="topic" type="{}topic" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="companies" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="company" type="{}company" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="locations" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="location" type="{}articleLocation" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="semantics" type="{}semantics" minOccurs="0"/> <element name="print" type="{}print" minOccurs="0"/> <element name="broadcast" type="{}broadcast" minOccurs="0"/> <element name="author" type="{}author"/> <element name="source" type="{}source"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Article.Companies
Java class for anonymous complex type.
|
static class |
Article.Locations
Java class for anonymous complex type.
|
static class |
Article.OutboundUrls
Java class for anonymous complex type.
|
static class |
Article.Tags
Java class for anonymous complex type.
|
static class |
Article.Topics
Java class for anonymous complex type.
|
Constructor and Description |
---|
Article() |
Modifier and Type | Method and Description |
---|---|
String |
getAdultLanguage()
Gets the value of the adultLanguage property.
|
Author |
getAuthor()
Gets the value of the author property.
|
Broadcast |
getBroadcast()
Gets the value of the broadcast property.
|
String |
getCommentsUrl()
Gets the value of the commentsUrl property.
|
Article.Companies |
getCompanies()
Gets the value of the companies property.
|
String |
getContent()
Gets the value of the content property.
|
String |
getContentGroupIds()
Gets the value of the contentGroupIds property.
|
String |
getContentWithMarkup()
Gets the value of the contentWithMarkup property.
|
String |
getCopyright()
Gets the value of the copyright property.
|
String |
getDataFormat()
Gets the value of the dataFormat property.
|
String |
getDuplicateGroupId()
Gets the value of the duplicateGroupId property.
|
String |
getEmbargoDate()
Gets the value of the embargoDate property.
|
Harvest |
getHarvest()
Gets the value of the harvest property.
|
String |
getHarvestDate()
Gets the value of the harvestDate property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLanguage()
Gets the value of the language property.
|
String |
getLicenseEndDate()
Gets the value of the licenseEndDate property.
|
Article.Locations |
getLocations()
Gets the value of the locations property.
|
String |
getLoginStatus()
Gets the value of the loginStatus property.
|
Media |
getMedia()
Gets the value of the media property.
|
String |
getOriginalUrl()
Gets the value of the originalUrl property.
|
Article.OutboundUrls |
getOutboundUrls()
Gets the value of the outboundUrls property.
|
Print |
getPrint()
Gets the value of the print property.
|
String |
getPublishedDate()
Gets the value of the publishedDate property.
|
ArticlePublishingPlatform |
getPublishingPlatform()
Gets the value of the publishingPlatform property.
|
Semantics |
getSemantics()
Gets the value of the semantics property.
|
String |
getSequenceId()
Gets the value of the sequenceId property.
|
Source |
getSource()
Gets the value of the source property.
|
String |
getSubTitle()
Gets the value of the subTitle property.
|
Article.Tags |
getTags()
Gets the value of the tags property.
|
String |
getTitle()
Gets the value of the title property.
|
Article.Topics |
getTopics()
Gets the value of the topics property.
|
String |
getUrl()
Gets the value of the url property.
|
String |
getWordCount()
Gets the value of the wordCount property.
|
void |
setAdultLanguage(String value)
Sets the value of the adultLanguage property.
|
void |
setAuthor(Author value)
Sets the value of the author property.
|
void |
setBroadcast(Broadcast value)
Sets the value of the broadcast property.
|
void |
setCommentsUrl(String value)
Sets the value of the commentsUrl property.
|
void |
setCompanies(Article.Companies value)
Sets the value of the companies property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setContentGroupIds(String value)
Sets the value of the contentGroupIds property.
|
void |
setContentWithMarkup(String value)
Sets the value of the contentWithMarkup property.
|
void |
setCopyright(String value)
Sets the value of the copyright property.
|
void |
setDataFormat(String value)
Sets the value of the dataFormat property.
|
void |
setDuplicateGroupId(String value)
Sets the value of the duplicateGroupId property.
|
void |
setEmbargoDate(String value)
Sets the value of the embargoDate property.
|
void |
setHarvest(Harvest value)
Sets the value of the harvest property.
|
void |
setHarvestDate(String value)
Sets the value of the harvestDate property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setLicenseEndDate(String value)
Sets the value of the licenseEndDate property.
|
void |
setLocations(Article.Locations value)
Sets the value of the locations property.
|
void |
setLoginStatus(String value)
Sets the value of the loginStatus property.
|
void |
setMedia(Media value)
Sets the value of the media property.
|
void |
setOriginalUrl(String value)
Sets the value of the originalUrl property.
|
void |
setOutboundUrls(Article.OutboundUrls value)
Sets the value of the outboundUrls property.
|
void |
setPrint(Print value)
Sets the value of the print property.
|
void |
setPublishedDate(String value)
Sets the value of the publishedDate property.
|
void |
setPublishingPlatform(ArticlePublishingPlatform value)
Sets the value of the publishingPlatform property.
|
void |
setSemantics(Semantics value)
Sets the value of the semantics property.
|
void |
setSequenceId(String value)
Sets the value of the sequenceId property.
|
void |
setSource(Source value)
Sets the value of the source property.
|
void |
setSubTitle(String value)
Sets the value of the subTitle property.
|
void |
setTags(Article.Tags value)
Sets the value of the tags property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setTopics(Article.Topics value)
Sets the value of the topics property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setWordCount(String value)
Sets the value of the wordCount property.
|
protected String sequenceId
protected String id
protected String language
protected String title
protected String subTitle
protected String content
protected String contentWithMarkup
protected Article.Tags tags
protected String publishedDate
protected String harvestDate
protected String embargoDate
protected String licenseEndDate
protected String url
protected String originalUrl
protected String commentsUrl
protected Article.OutboundUrls outboundUrls
protected String wordCount
protected String dataFormat
protected String copyright
protected String loginStatus
protected String duplicateGroupId
protected String contentGroupIds
protected Harvest harvest
protected Media media
protected ArticlePublishingPlatform publishingPlatform
protected String adultLanguage
protected Article.Topics topics
protected Article.Companies companies
protected Article.Locations locations
protected Semantics semantics
protected Print print
protected Broadcast broadcast
protected Author author
protected Source source
public String getSequenceId()
String
public void setSequenceId(String value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public String getLanguage()
String
public void setLanguage(String value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public String getSubTitle()
String
public void setSubTitle(String value)
value
- allowed object is
String
public String getContent()
String
public void setContent(String value)
value
- allowed object is
String
public String getContentWithMarkup()
String
public void setContentWithMarkup(String value)
value
- allowed object is
String
public Article.Tags getTags()
Article.Tags
public void setTags(Article.Tags value)
value
- allowed object is
Article.Tags
public String getPublishedDate()
String
public void setPublishedDate(String value)
value
- allowed object is
String
public String getHarvestDate()
String
public void setHarvestDate(String value)
value
- allowed object is
String
public String getEmbargoDate()
String
public void setEmbargoDate(String value)
value
- allowed object is
String
public String getLicenseEndDate()
String
public void setLicenseEndDate(String value)
value
- allowed object is
String
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
public String getOriginalUrl()
String
public void setOriginalUrl(String value)
value
- allowed object is
String
public String getCommentsUrl()
String
public void setCommentsUrl(String value)
value
- allowed object is
String
public Article.OutboundUrls getOutboundUrls()
Article.OutboundUrls
public void setOutboundUrls(Article.OutboundUrls value)
value
- allowed object is
Article.OutboundUrls
public String getWordCount()
String
public void setWordCount(String value)
value
- allowed object is
String
public String getDataFormat()
String
public void setDataFormat(String value)
value
- allowed object is
String
public String getCopyright()
String
public void setCopyright(String value)
value
- allowed object is
String
public String getLoginStatus()
String
public void setLoginStatus(String value)
value
- allowed object is
String
public String getDuplicateGroupId()
String
public void setDuplicateGroupId(String value)
value
- allowed object is
String
public String getContentGroupIds()
String
public void setContentGroupIds(String value)
value
- allowed object is
String
public Harvest getHarvest()
Harvest
public void setHarvest(Harvest value)
value
- allowed object is
Harvest
public Media getMedia()
Media
public void setMedia(Media value)
value
- allowed object is
Media
public ArticlePublishingPlatform getPublishingPlatform()
ArticlePublishingPlatform
public void setPublishingPlatform(ArticlePublishingPlatform value)
value
- allowed object is
ArticlePublishingPlatform
public String getAdultLanguage()
String
public void setAdultLanguage(String value)
value
- allowed object is
String
public Article.Topics getTopics()
Article.Topics
public void setTopics(Article.Topics value)
value
- allowed object is
Article.Topics
public Article.Companies getCompanies()
Article.Companies
public void setCompanies(Article.Companies value)
value
- allowed object is
Article.Companies
public Article.Locations getLocations()
Article.Locations
public void setLocations(Article.Locations value)
value
- allowed object is
Article.Locations
public Semantics getSemantics()
Semantics
public void setSemantics(Semantics value)
value
- allowed object is
Semantics
public Print getPrint()
Print
public void setPrint(Print value)
value
- allowed object is
Print
public Broadcast getBroadcast()
Broadcast
public void setBroadcast(Broadcast value)
value
- allowed object is
Broadcast
public Author getAuthor()
Author
public void setAuthor(Author value)
value
- allowed object is
Author
public Source getSource()
Source
Copyright © 2018 The Apache Software Foundation. All rights reserved.