Class AuthorsCtype


  • public class AuthorsCtype
    extends AuthorsCtype

    Java class for authors-ctype complex type.

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

     <complexType name="authors-ctype">
       <complexContent>
         <extension base="{http://www.cienciavitae.pt/ns/common}authors-ctype">
           <sequence>
             <element name="citation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • citation

        protected String citation
    • Constructor Detail

      • AuthorsCtype

        public AuthorsCtype()
    • Method Detail

      • getCitation

        public String getCitation()
        Gets the value of the citation property.
        Returns:
        possible object is String
      • setCitation

        public void setCitation​(String value)
        Sets the value of the citation property.
        Parameters:
        value - allowed object is String