Class DateOfBirthCtype


  • public class DateOfBirthCtype
    extends DateCtype

    Java class for date-of-birth-ctype complex type.

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

     <complexType name="date-of-birth-ctype">
       <complexContent>
         <extension base="{http://www.cienciavitae.pt/ns/common}date-ctype">
           <attribute name="privacy-level" use="required" type="{http://www.cienciavitae.pt/ns/common-enum}privacy-level-enum" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • DateOfBirthCtype

        public DateOfBirthCtype()
    • Method Detail

      • setPrivacyLevel

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