Class Distinction


  • public class Distinction
    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="distinction-type" type="{http://www.cienciavitae.pt/ns/distinction}distinction-type-ctype"/>
             <element name="distinction-name" type="{http://www.cienciavitae.pt/ns/common}string-255-stype"/>
             <element name="effective-date" type="{http://www.cienciavitae.pt/ns/common}year-stype" minOccurs="0"/>
             <element ref="{http://www.cienciavitae.pt/ns/common}institutions" minOccurs="0"/>
             <element name="country" type="{http://www.cienciavitae.pt/ns/common}iso-3166-country-ctype" minOccurs="0"/>
             <element name="description" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/>
             <element name="end-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype" minOccurs="0"/>
             <group ref="{http://www.cienciavitae.pt/ns/common}research-classifications-keywords-group"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Distinction

        public Distinction()
    • Method Detail

      • getDistinctionName

        public String getDistinctionName()
        Gets the value of the distinctionName property.
        Returns:
        possible object is String
      • setDistinctionName

        public void setDistinctionName​(String value)
        Sets the value of the distinctionName property.
        Parameters:
        value - allowed object is String
      • getEffectiveDate

        public String getEffectiveDate()
        Gets the value of the effectiveDate property.
        Returns:
        possible object is String
      • setEffectiveDate

        public void setEffectiveDate​(String value)
        Sets the value of the effectiveDate property.
        Parameters:
        value - allowed object is String
      • setInstitutions

        public void setInstitutions​(InstitutionsCtype value)
        Sets the value of the institutions property.
        Parameters:
        value - allowed object is InstitutionsCtype
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getEndDate

        public DateCtype getEndDate()
        Gets the value of the endDate property.
        Returns:
        possible object is DateCtype
      • setEndDate

        public void setEndDate​(DateCtype value)
        Sets the value of the endDate property.
        Parameters:
        value - allowed object is DateCtype
      • getKeywords

        public KeywordsCtype getKeywords()
        Gets the value of the keywords property.
        Returns:
        possible object is KeywordsCtype
      • setKeywords

        public void setKeywords​(KeywordsCtype value)
        Sets the value of the keywords property.
        Parameters:
        value - allowed object is KeywordsCtype