public interface ScholarlyArticle extends GlobalInterface
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getAuthors()
Array of Author Names.
|
java.lang.Integer |
getPages()
Number of pages in the article.
|
java.lang.String |
getPublicationName()
Name of the publication.
|
java.lang.String |
getPublicationVolume()
Volume of the publication.
|
java.util.Date |
getPublishDate()
Date article was published.
|
void |
setAuthors(java.lang.String[] authors)
Array of Author Names.
|
void |
setPages(java.lang.Integer pages)
Number of pages in the article.
|
void |
setPublicationName(java.lang.String publicationName)
Name of the publication.
|
void |
setPublicationVolume(java.lang.String publicationVolume)
Volume of the publication.
|
void |
setPublishDate(java.util.Date publishDate)
Date article was published.
|
getExpirationDate, getExpirationDateTime, getId, getImageLinks, getLabels, setExpirationDate, setExpirationDateTime, setId, setImageLinks, setLabelsvoid setAuthors(java.lang.String[] authors)
| author | |
| Details | Author of the item. |
| Example | <g:author>John Steinbeck</g:author> |
| Attribute of | Reference Items, News and Articles |
| Content type | string |
authors - Array of Author Names. Limit 10.java.lang.String[] getAuthors()
| author | |
| Details | Author of the item. |
| Example | <g:author>John Steinbeck</g:author> |
| Attribute of | Reference Items, News and Articles |
| Content type | string |
void setPages(java.lang.Integer pages)
| pages | |
| Details | The number of pages in the publication. |
| Example | <g:pages>18</g:pages> |
| Attribute of | Reference Items, News and Articles |
| Content type | integer |
pages - Number of pages in the articlejava.lang.Integer getPages()
| pages | |
| Details | The number of pages in the publication. |
| Example | <g:pages>18</g:pages> |
| Attribute of | Reference Items, News and Articles |
| Content type | integer |
void setPublicationName(java.lang.String publicationName)
publicationName - Name of the publication.java.lang.String getPublicationName()
void setPublicationVolume(java.lang.String publicationVolume)
| publication_volume | |
| Details | Volume of the publication. |
| Example | <g:publication_volume>VI</g:publication_volume> |
| Attribute of | Reference Items |
| Content type | string |
publicationVolume - Volume of the publication.java.lang.String getPublicationVolume()
| publication_volume | |
| Details | Volume of the publication. |
| Example | <g:publication_volume>VI</g:publication_volume> |
| Attribute of | Reference Items |
| Content type | string |
void setPublishDate(java.util.Date publishDate)
| publish_date | |
| Details | Date the item was published in ISO 8601 format: YYYY-MM-DD |
| Example | <g:publish_date>2005-12-20</g:publish_date> |
| Attribute of | Reference Items |
| Content type | date |
publishDate - Date article was publishedjava.util.Date getPublishDate()
| publish_date | |
| Details | Date the item was published in ISO 8601 format: YYYY-MM-DD |
| Example | <g:publish_date>2005-12-20</g:publish_date> |
| Attribute of | Reference Items |
| Content type | date |
Copyright © 2025. All rights reserved.