Class Resume


  • public class Resume
    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-4000-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"/>
         </extension>
       </simpleContent>
     </complexType>
     
    • Constructor Detail

      • Resume

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