Class RecordCtype

  • Direct Known Subclasses:
    AuthorIdentifier, Degree, Distinction, DomainActivity, Email, Employment, ExtendedRecordCtype, LanguageCompetency, MailingAddress, PhoneNumber, WebAddress

    public class RecordCtype
    extends Object

    Java class for record-ctype complex type.

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

     <complexType name="record-ctype">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <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"/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • RecordCtype

        public RecordCtype()
    • Method Detail

      • 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