Class AuthorCtype


  • public class AuthorCtype
    extends Object

    Java class for author-ctype complex type.

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

     <complexType name="author-ctype">
       <simpleContent>
         <extension base="<http://www.cienciavitae.pt/ns/common>string-120-stype">
           <attribute name="ciencia-id" type="{http://www.cienciavitae.pt/ns/common}string-14-stype" />
           <attribute name="self" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="firstAuthor" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="correspondingAuthor" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Detail

      • value

        protected String value
      • cienciaId

        protected String cienciaId
      • firstAuthor

        protected Boolean firstAuthor
      • correspondingAuthor

        protected Boolean correspondingAuthor
    • Constructor Detail

      • AuthorCtype

        public AuthorCtype()
    • Method Detail

      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getCienciaId

        public String getCienciaId()
        Gets the value of the cienciaId property.
        Returns:
        possible object is String
      • setCienciaId

        public void setCienciaId​(String value)
        Sets the value of the cienciaId property.
        Parameters:
        value - allowed object is String
      • isSelf

        public Boolean isSelf()
        Gets the value of the self property.
        Returns:
        possible object is Boolean
      • setSelf

        public void setSelf​(Boolean value)
        Sets the value of the self property.
        Parameters:
        value - allowed object is Boolean
      • isFirstAuthor

        public Boolean isFirstAuthor()
        Gets the value of the firstAuthor property.
        Returns:
        possible object is Boolean
      • setFirstAuthor

        public void setFirstAuthor​(Boolean value)
        Sets the value of the firstAuthor property.
        Parameters:
        value - allowed object is Boolean
      • isCorrespondingAuthor

        public Boolean isCorrespondingAuthor()
        Gets the value of the correspondingAuthor property.
        Returns:
        possible object is Boolean
      • setCorrespondingAuthor

        public void setCorrespondingAuthor​(Boolean value)
        Sets the value of the correspondingAuthor property.
        Parameters:
        value - allowed object is Boolean