Package pt.cienciavitae.ns.service
Class MembershipCtype
- java.lang.Object
-
- pt.cienciavitae.ns.service.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected KeywordsCtypekeywordsprotected DateCtypemembershipEndDateprotected StringmembershipRoleprotected DateCtypemembershipStartDateprotected ResearchClassificationsCtyperesearchClassificationsprotected StringsocietyOtherOrganization
-
Constructor Summary
Constructors Constructor Description MembershipCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeywordsCtypegetKeywords()Gets the value of the keywords property.DateCtypegetMembershipEndDate()Gets the value of the membershipEndDate property.StringgetMembershipRole()Gets the value of the membershipRole property.DateCtypegetMembershipStartDate()Gets the value of the membershipStartDate property.ResearchClassificationsCtypegetResearchClassifications()Gets the value of the researchClassifications property.StringgetSocietyOtherOrganization()Gets the value of the societyOtherOrganization property.voidsetKeywords(KeywordsCtype value)Sets the value of the keywords property.voidsetMembershipEndDate(DateCtype value)Sets the value of the membershipEndDate property.voidsetMembershipRole(String value)Sets the value of the membershipRole property.voidsetMembershipStartDate(DateCtype value)Sets the value of the membershipStartDate property.voidsetResearchClassifications(ResearchClassificationsCtype value)Sets the value of the researchClassifications property.voidsetSocietyOtherOrganization(String value)Sets the value of the societyOtherOrganization property.
-
-
-
Field Detail
-
membershipStartDate
protected DateCtype membershipStartDate
-
membershipEndDate
protected DateCtype membershipEndDate
-
societyOtherOrganization
protected String societyOtherOrganization
-
membershipRole
protected String membershipRole
-
researchClassifications
protected ResearchClassificationsCtype researchClassifications
-
keywords
protected KeywordsCtype keywords
-
-
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 isDateCtype
-
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 isDateCtype
-
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 isString
-
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 isString
-
getResearchClassifications
public ResearchClassificationsCtype getResearchClassifications()
Gets the value of the researchClassifications property.- Returns:
- possible object is
ResearchClassificationsCtype
-
setResearchClassifications
public void setResearchClassifications(ResearchClassificationsCtype value)
Sets the value of the researchClassifications property.- Parameters:
value- allowed object isResearchClassificationsCtype
-
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 isKeywordsCtype
-
-