Class MembershipCtype


  • public class MembershipCtype
    extends Object
    Corresponding to "service:service-category[@code='S203']"

    Java class for membership-ctype complex type.

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

     <complexType name="membership-ctype">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="membership-start-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/>
             <element name="membership-end-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype" minOccurs="0"/>
             <element name="society-other-organization" type="{http://www.cienciavitae.pt/ns/common}string-555-stype"/>
             <element name="membership-role" type="{http://www.cienciavitae.pt/ns/common}string-555-stype" minOccurs="0"/>
             <group ref="{http://www.cienciavitae.pt/ns/common}research-classifications-keywords-group"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • MembershipCtype

        public MembershipCtype()
    • Method Detail

      • getMembershipStartDate

        public DateCtype getMembershipStartDate()
        Gets the value of the membershipStartDate property.
        Returns:
        possible object is DateCtype
      • setMembershipStartDate

        public void setMembershipStartDate​(DateCtype value)
        Sets the value of the membershipStartDate property.
        Parameters:
        value - allowed object is DateCtype
      • getMembershipEndDate

        public DateCtype getMembershipEndDate()
        Gets the value of the membershipEndDate property.
        Returns:
        possible object is DateCtype
      • setMembershipEndDate

        public void setMembershipEndDate​(DateCtype value)
        Sets the value of the membershipEndDate property.
        Parameters:
        value - allowed object is DateCtype
      • getSocietyOtherOrganization

        public String getSocietyOtherOrganization()
        Gets the value of the societyOtherOrganization property.
        Returns:
        possible object is String
      • setSocietyOtherOrganization

        public void setSocietyOtherOrganization​(String value)
        Sets the value of the societyOtherOrganization property.
        Parameters:
        value - allowed object is String
      • getMembershipRole

        public String getMembershipRole()
        Gets the value of the membershipRole property.
        Returns:
        possible object is String
      • setMembershipRole

        public void setMembershipRole​(String value)
        Sets the value of the membershipRole property.
        Parameters:
        value - allowed object is String
      • 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