Package pt.cienciavitae.ns.output
Class BookChapterCtype
- java.lang.Object
-
- pt.cienciavitae.ns.output.BookChapterCtype
-
public class BookChapterCtype extends Object
Corresponding to "output:output-type[@code='P105']"Java class for book-chapter-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="book-chapter-ctype"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="chapter-title" type="{http://www.cienciavitae.pt/ns/common}string-400-stype"/> <element name="book-title" type="{http://www.cienciavitae.pt/ns/common}string-400-stype" minOccurs="0"/> <element name="book-volume" type="{http://www.cienciavitae.pt/ns/common}string-10-stype" minOccurs="0"/> <element name="book-edition" type="{http://www.cienciavitae.pt/ns/common}string-10-stype" minOccurs="0"/> <element name="chapter-page-range-from" type="{http://www.cienciavitae.pt/ns/common}string-20-stype" minOccurs="0"/> <element name="chapter-page-range-to" type="{http://www.cienciavitae.pt/ns/common}string-20-stype" minOccurs="0"/> <element name="refereed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="publication-status" type="{http://www.cienciavitae.pt/ns/output}publication-status-ctype" minOccurs="0"/> <element name="publication-year" type="{http://www.cienciavitae.pt/ns/common}year-stype"/> <element name="publication-location" type="{http://www.cienciavitae.pt/ns/output}publication-location-ctype" minOccurs="0"/> <element name="book-publisher" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/> <element name="authoring-role" type="{http://www.cienciavitae.pt/ns/output}publication-role-ctype" minOccurs="0"/> <element name="url" type="{http://www.cienciavitae.pt/ns/common}string-uri-stype" minOccurs="0"/> <element name="identifiers" type="{http://www.cienciavitae.pt/ns/output}identifiers-ctype" minOccurs="0"/> <element name="authors" type="{http://www.cienciavitae.pt/ns/output}authors-ctype"/> <element name="editors" type="{http://www.cienciavitae.pt/ns/output}authors-ctype" minOccurs="0"/> <group ref="{http://www.cienciavitae.pt/ns/common}research-classifications-keywords-group"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PublicationRoleCtypeauthoringRoleprotected AuthorsCtypeauthorsprotected StringbookEditionprotected StringbookPublisherprotected StringbookTitleprotected StringbookVolumeprotected StringchapterPageRangeFromprotected StringchapterPageRangeToprotected StringchapterTitleprotected AuthorsCtypeeditorsprotected IdentifiersCtypeidentifiersprotected KeywordsCtypekeywordsprotected PublicationLocationCtypepublicationLocationprotected PublicationStatusCtypepublicationStatusprotected StringpublicationYearprotected Booleanrefereedprotected ResearchClassificationsCtyperesearchClassificationsprotected Stringurl
-
Constructor Summary
Constructors Constructor Description BookChapterCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PublicationRoleCtypegetAuthoringRole()Gets the value of the authoringRole property.AuthorsCtypegetAuthors()Gets the value of the authors property.StringgetBookEdition()Gets the value of the bookEdition property.StringgetBookPublisher()Gets the value of the bookPublisher property.StringgetBookTitle()Gets the value of the bookTitle property.StringgetBookVolume()Gets the value of the bookVolume property.StringgetChapterPageRangeFrom()Gets the value of the chapterPageRangeFrom property.StringgetChapterPageRangeTo()Gets the value of the chapterPageRangeTo property.StringgetChapterTitle()Gets the value of the chapterTitle property.AuthorsCtypegetEditors()Gets the value of the editors property.IdentifiersCtypegetIdentifiers()Gets the value of the identifiers property.KeywordsCtypegetKeywords()Gets the value of the keywords property.PublicationLocationCtypegetPublicationLocation()Gets the value of the publicationLocation property.PublicationStatusCtypegetPublicationStatus()Gets the value of the publicationStatus property.StringgetPublicationYear()Gets the value of the publicationYear property.ResearchClassificationsCtypegetResearchClassifications()Gets the value of the researchClassifications property.StringgetUrl()Gets the value of the url property.BooleanisRefereed()Gets the value of the refereed property.voidsetAuthoringRole(PublicationRoleCtype value)Sets the value of the authoringRole property.voidsetAuthors(AuthorsCtype value)Sets the value of the authors property.voidsetBookEdition(String value)Sets the value of the bookEdition property.voidsetBookPublisher(String value)Sets the value of the bookPublisher property.voidsetBookTitle(String value)Sets the value of the bookTitle property.voidsetBookVolume(String value)Sets the value of the bookVolume property.voidsetChapterPageRangeFrom(String value)Sets the value of the chapterPageRangeFrom property.voidsetChapterPageRangeTo(String value)Sets the value of the chapterPageRangeTo property.voidsetChapterTitle(String value)Sets the value of the chapterTitle property.voidsetEditors(AuthorsCtype value)Sets the value of the editors property.voidsetIdentifiers(IdentifiersCtype value)Sets the value of the identifiers property.voidsetKeywords(KeywordsCtype value)Sets the value of the keywords property.voidsetPublicationLocation(PublicationLocationCtype value)Sets the value of the publicationLocation property.voidsetPublicationStatus(PublicationStatusCtype value)Sets the value of the publicationStatus property.voidsetPublicationYear(String value)Sets the value of the publicationYear property.voidsetRefereed(Boolean value)Sets the value of the refereed property.voidsetResearchClassifications(ResearchClassificationsCtype value)Sets the value of the researchClassifications property.voidsetUrl(String value)Sets the value of the url property.
-
-
-
Field Detail
-
chapterTitle
protected String chapterTitle
-
bookTitle
protected String bookTitle
-
bookVolume
protected String bookVolume
-
bookEdition
protected String bookEdition
-
chapterPageRangeFrom
protected String chapterPageRangeFrom
-
chapterPageRangeTo
protected String chapterPageRangeTo
-
refereed
protected Boolean refereed
-
publicationStatus
protected PublicationStatusCtype publicationStatus
-
publicationYear
protected String publicationYear
-
publicationLocation
protected PublicationLocationCtype publicationLocation
-
bookPublisher
protected String bookPublisher
-
authoringRole
protected PublicationRoleCtype authoringRole
-
url
protected String url
-
identifiers
protected IdentifiersCtype identifiers
-
authors
protected AuthorsCtype authors
-
editors
protected AuthorsCtype editors
-
researchClassifications
protected ResearchClassificationsCtype researchClassifications
-
keywords
protected KeywordsCtype keywords
-
-
Method Detail
-
getChapterTitle
public String getChapterTitle()
Gets the value of the chapterTitle property.- Returns:
- possible object is
String
-
setChapterTitle
public void setChapterTitle(String value)
Sets the value of the chapterTitle property.- Parameters:
value- allowed object isString
-
getBookTitle
public String getBookTitle()
Gets the value of the bookTitle property.- Returns:
- possible object is
String
-
setBookTitle
public void setBookTitle(String value)
Sets the value of the bookTitle property.- Parameters:
value- allowed object isString
-
getBookVolume
public String getBookVolume()
Gets the value of the bookVolume property.- Returns:
- possible object is
String
-
setBookVolume
public void setBookVolume(String value)
Sets the value of the bookVolume property.- Parameters:
value- allowed object isString
-
getBookEdition
public String getBookEdition()
Gets the value of the bookEdition property.- Returns:
- possible object is
String
-
setBookEdition
public void setBookEdition(String value)
Sets the value of the bookEdition property.- Parameters:
value- allowed object isString
-
getChapterPageRangeFrom
public String getChapterPageRangeFrom()
Gets the value of the chapterPageRangeFrom property.- Returns:
- possible object is
String
-
setChapterPageRangeFrom
public void setChapterPageRangeFrom(String value)
Sets the value of the chapterPageRangeFrom property.- Parameters:
value- allowed object isString
-
getChapterPageRangeTo
public String getChapterPageRangeTo()
Gets the value of the chapterPageRangeTo property.- Returns:
- possible object is
String
-
setChapterPageRangeTo
public void setChapterPageRangeTo(String value)
Sets the value of the chapterPageRangeTo property.- Parameters:
value- allowed object isString
-
isRefereed
public Boolean isRefereed()
Gets the value of the refereed property.- Returns:
- possible object is
Boolean
-
setRefereed
public void setRefereed(Boolean value)
Sets the value of the refereed property.- Parameters:
value- allowed object isBoolean
-
getPublicationStatus
public PublicationStatusCtype getPublicationStatus()
Gets the value of the publicationStatus property.- Returns:
- possible object is
PublicationStatusCtype
-
setPublicationStatus
public void setPublicationStatus(PublicationStatusCtype value)
Sets the value of the publicationStatus property.- Parameters:
value- allowed object isPublicationStatusCtype
-
getPublicationYear
public String getPublicationYear()
Gets the value of the publicationYear property.- Returns:
- possible object is
String
-
setPublicationYear
public void setPublicationYear(String value)
Sets the value of the publicationYear property.- Parameters:
value- allowed object isString
-
getPublicationLocation
public PublicationLocationCtype getPublicationLocation()
Gets the value of the publicationLocation property.- Returns:
- possible object is
PublicationLocationCtype
-
setPublicationLocation
public void setPublicationLocation(PublicationLocationCtype value)
Sets the value of the publicationLocation property.- Parameters:
value- allowed object isPublicationLocationCtype
-
getBookPublisher
public String getBookPublisher()
Gets the value of the bookPublisher property.- Returns:
- possible object is
String
-
setBookPublisher
public void setBookPublisher(String value)
Sets the value of the bookPublisher property.- Parameters:
value- allowed object isString
-
getAuthoringRole
public PublicationRoleCtype getAuthoringRole()
Gets the value of the authoringRole property.- Returns:
- possible object is
PublicationRoleCtype
-
setAuthoringRole
public void setAuthoringRole(PublicationRoleCtype value)
Sets the value of the authoringRole property.- Parameters:
value- allowed object isPublicationRoleCtype
-
getUrl
public String getUrl()
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
public void setUrl(String value)
Sets the value of the url property.- Parameters:
value- allowed object isString
-
getIdentifiers
public IdentifiersCtype getIdentifiers()
Gets the value of the identifiers property.- Returns:
- possible object is
IdentifiersCtype
-
setIdentifiers
public void setIdentifiers(IdentifiersCtype value)
Sets the value of the identifiers property.- Parameters:
value- allowed object isIdentifiersCtype
-
getAuthors
public AuthorsCtype getAuthors()
Gets the value of the authors property.- Returns:
- possible object is
AuthorsCtype
-
setAuthors
public void setAuthors(AuthorsCtype value)
Sets the value of the authors property.- Parameters:
value- allowed object isAuthorsCtype
-
getEditors
public AuthorsCtype getEditors()
Gets the value of the editors property.- Returns:
- possible object is
AuthorsCtype
-
setEditors
public void setEditors(AuthorsCtype value)
Sets the value of the editors property.- Parameters:
value- allowed object isAuthorsCtype
-
getResearchClassifications
public ResearchClassificationsCtype getResearchClassifications()
Gets the value of the researchClassifications property.- Returns:
- possible object is
ResearchClassificationsCtype
-
setResearchClassifications
public void setResearchClassifications(ResearchClassificationsCtype value)
Sets the value of the researchClassifications property.- Parameters:
value- allowed object isResearchClassificationsCtype
-
getKeywords
public KeywordsCtype getKeywords()
Gets the value of the keywords property.- Returns:
- possible object is
KeywordsCtype
-
setKeywords
public void setKeywords(KeywordsCtype value)
Sets the value of the keywords property.- Parameters:
value- allowed object isKeywordsCtype
-
-