Class AuthorIdentifier


  • public class AuthorIdentifier
    extends RecordCtype

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{http://www.cienciavitae.pt/ns/common}record-ctype">
           <sequence>
             <element name="identifier-type" type="{http://www.cienciavitae.pt/ns/author-identifier}identifier-type-ctype"/>
             <element name="identifier" type="{http://www.cienciavitae.pt/ns/common}string-255-stype"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AuthorIdentifier

        public AuthorIdentifier()
    • Method Detail

      • getIdentifier

        public String getIdentifier()
        Gets the value of the identifier property.
        Returns:
        possible object is String
      • setIdentifier

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