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()
Stringpublic void setSequenceId(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getSubTitle()
Stringpublic void setSubTitle(String value)
value - allowed object is
Stringpublic String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic String getContentWithMarkup()
Stringpublic void setContentWithMarkup(String value)
value - allowed object is
Stringpublic Article.Tags getTags()
Article.Tagspublic void setTags(Article.Tags value)
value - allowed object is
Article.Tagspublic String getPublishedDate()
Stringpublic void setPublishedDate(String value)
value - allowed object is
Stringpublic String getHarvestDate()
Stringpublic void setHarvestDate(String value)
value - allowed object is
Stringpublic String getEmbargoDate()
Stringpublic void setEmbargoDate(String value)
value - allowed object is
Stringpublic String getLicenseEndDate()
Stringpublic void setLicenseEndDate(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getOriginalUrl()
Stringpublic void setOriginalUrl(String value)
value - allowed object is
Stringpublic String getCommentsUrl()
Stringpublic void setCommentsUrl(String value)
value - allowed object is
Stringpublic Article.OutboundUrls getOutboundUrls()
Article.OutboundUrlspublic void setOutboundUrls(Article.OutboundUrls value)
value - allowed object is
Article.OutboundUrlspublic String getWordCount()
Stringpublic void setWordCount(String value)
value - allowed object is
Stringpublic String getDataFormat()
Stringpublic void setDataFormat(String value)
value - allowed object is
Stringpublic String getCopyright()
Stringpublic void setCopyright(String value)
value - allowed object is
Stringpublic String getLoginStatus()
Stringpublic void setLoginStatus(String value)
value - allowed object is
Stringpublic String getDuplicateGroupId()
Stringpublic void setDuplicateGroupId(String value)
value - allowed object is
Stringpublic String getContentGroupIds()
Stringpublic void setContentGroupIds(String value)
value - allowed object is
Stringpublic Harvest getHarvest()
Harvestpublic void setHarvest(Harvest value)
value - allowed object is
Harvestpublic Media getMedia()
Mediapublic void setMedia(Media value)
value - allowed object is
Mediapublic ArticlePublishingPlatform getPublishingPlatform()
ArticlePublishingPlatformpublic void setPublishingPlatform(ArticlePublishingPlatform value)
value - allowed object is
ArticlePublishingPlatformpublic String getAdultLanguage()
Stringpublic void setAdultLanguage(String value)
value - allowed object is
Stringpublic Article.Topics getTopics()
Article.Topicspublic void setTopics(Article.Topics value)
value - allowed object is
Article.Topicspublic Article.Companies getCompanies()
Article.Companiespublic void setCompanies(Article.Companies value)
value - allowed object is
Article.Companiespublic Article.Locations getLocations()
Article.Locationspublic void setLocations(Article.Locations value)
value - allowed object is
Article.Locationspublic Semantics getSemantics()
Semanticspublic void setSemantics(Semantics value)
value - allowed object is
Semanticspublic Print getPrint()
Printpublic void setPrint(Print value)
value - allowed object is
Printpublic Broadcast getBroadcast()
Broadcastpublic void setBroadcast(Broadcast value)
value - allowed object is
Broadcastpublic Author getAuthor()
Authorpublic void setAuthor(Author value)
value - allowed object is
Authorpublic Source getSource()
SourceCopyright © 2018 The Apache Software Foundation. All rights reserved.