Class CitationName


  • public class CitationName
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <simpleContent>
         <extension base="<http://www.cienciavitae.pt/ns/common>string-80-stype">
           <attribute name="id" type="{http://www.cienciavitae.pt/ns/common}id-stype" />
           <attribute name="privacy-level" use="required" type="{http://www.cienciavitae.pt/ns/common-enum}privacy-level-enum" />
           <attribute name="source-name" type="{http://www.cienciavitae.pt/ns/common}string-120-stype" />
           <attribute ref="{http://www.cienciavitae.pt/ns/common}last-modified-date"/>
           <attribute name="preferred-citation-name" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Constructor Detail

      • CitationName

        public CitationName()
    • 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
      • getId

        public Integer getId()
        Gets the value of the id property.
        Returns:
        possible object is Integer
      • setId

        public void setId​(Integer value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is Integer
      • setPrivacyLevel

        public void setPrivacyLevel​(PrivacyLevelEnum value)
        Sets the value of the privacyLevel property.
        Parameters:
        value - allowed object is PrivacyLevelEnum
      • getSourceName

        public String getSourceName()
        Gets the value of the sourceName property.
        Returns:
        possible object is String
      • setSourceName

        public void setSourceName​(String value)
        Sets the value of the sourceName property.
        Parameters:
        value - allowed object is String
      • isPreferredCitationName

        public boolean isPreferredCitationName()
        Gets the value of the preferredCitationName property.
        Returns:
        possible object is Boolean
      • setPreferredCitationName

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