Class BookReviewCtype


  • public class BookReviewCtype
    extends Object
    Corresponding to "output:output-type[@code='P106']"

    Java class for book-review-ctype complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="book-review-ctype">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="review-title" type="{http://www.cienciavitae.pt/ns/common}string-400-stype"/>
             <element name="published-in" type="{http://www.cienciavitae.pt/ns/common}string-400-stype" minOccurs="0"/>
             <element name="review-volume" type="{http://www.cienciavitae.pt/ns/common}string-10-stype" minOccurs="0"/>
             <element name="review-issue" type="{http://www.cienciavitae.pt/ns/common}string-10-stype" minOccurs="0"/>
             <element name="page-range-from" type="{http://www.cienciavitae.pt/ns/common}string-20-stype" minOccurs="0"/>
             <element name="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="review-publication" type="{http://www.cienciavitae.pt/ns/output}review-publication-ctype" minOccurs="0"/>
             <element name="date-of-review-publication" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/>
             <element name="review-publisher" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/>
             <element name="url" type="{http://www.cienciavitae.pt/ns/common}string-uri-stype" minOccurs="0"/>
             <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="book-refereed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="book-publication-year" type="{http://www.cienciavitae.pt/ns/common}year-stype" minOccurs="0"/>
             <element name="book-publication-location" type="{http://www.cienciavitae.pt/ns/output}publication-location-ctype" 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"/>
             <group ref="{http://www.cienciavitae.pt/ns/common}research-classifications-keywords-group"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • BookReviewCtype

        public BookReviewCtype()
    • Method Detail

      • getReviewTitle

        public String getReviewTitle()
        Gets the value of the reviewTitle property.
        Returns:
        possible object is String
      • setReviewTitle

        public void setReviewTitle​(String value)
        Sets the value of the reviewTitle property.
        Parameters:
        value - allowed object is String
      • getPublishedIn

        public String getPublishedIn()
        Gets the value of the publishedIn property.
        Returns:
        possible object is String
      • setPublishedIn

        public void setPublishedIn​(String value)
        Sets the value of the publishedIn property.
        Parameters:
        value - allowed object is String
      • getReviewVolume

        public String getReviewVolume()
        Gets the value of the reviewVolume property.
        Returns:
        possible object is String
      • setReviewVolume

        public void setReviewVolume​(String value)
        Sets the value of the reviewVolume property.
        Parameters:
        value - allowed object is String
      • getReviewIssue

        public String getReviewIssue()
        Gets the value of the reviewIssue property.
        Returns:
        possible object is String
      • setReviewIssue

        public void setReviewIssue​(String value)
        Sets the value of the reviewIssue property.
        Parameters:
        value - allowed object is String
      • getPageRangeFrom

        public String getPageRangeFrom()
        Gets the value of the pageRangeFrom property.
        Returns:
        possible object is String
      • setPageRangeFrom

        public void setPageRangeFrom​(String value)
        Sets the value of the pageRangeFrom property.
        Parameters:
        value - allowed object is String
      • getPageRangeTo

        public String getPageRangeTo()
        Gets the value of the pageRangeTo property.
        Returns:
        possible object is String
      • setPageRangeTo

        public void setPageRangeTo​(String value)
        Sets the value of the pageRangeTo property.
        Parameters:
        value - allowed object is String
      • 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 is Boolean
      • getDateOfReviewPublication

        public DateCtype getDateOfReviewPublication()
        Gets the value of the dateOfReviewPublication property.
        Returns:
        possible object is DateCtype
      • setDateOfReviewPublication

        public void setDateOfReviewPublication​(DateCtype value)
        Sets the value of the dateOfReviewPublication property.
        Parameters:
        value - allowed object is DateCtype
      • getReviewPublisher

        public String getReviewPublisher()
        Gets the value of the reviewPublisher property.
        Returns:
        possible object is String
      • setReviewPublisher

        public void setReviewPublisher​(String value)
        Sets the value of the reviewPublisher property.
        Parameters:
        value - allowed object is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • isBookRefereed

        public Boolean isBookRefereed()
        Gets the value of the bookRefereed property.
        Returns:
        possible object is Boolean
      • setBookRefereed

        public void setBookRefereed​(Boolean value)
        Sets the value of the bookRefereed property.
        Parameters:
        value - allowed object is Boolean
      • getBookPublicationYear

        public String getBookPublicationYear()
        Gets the value of the bookPublicationYear property.
        Returns:
        possible object is String
      • setBookPublicationYear

        public void setBookPublicationYear​(String value)
        Sets the value of the bookPublicationYear property.
        Parameters:
        value - allowed object is String
      • setIdentifiers

        public void setIdentifiers​(IdentifiersCtype value)
        Sets the value of the identifiers property.
        Parameters:
        value - allowed object is IdentifiersCtype
      • 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 is AuthorsCtype
      • 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 is KeywordsCtype