Package pt.cienciavitae.ns.service
Class EventAdministrationCtype
- java.lang.Object
-
- pt.cienciavitae.ns.service.EventAdministrationCtype
-
public class EventAdministrationCtype extends Object
Corresponding to "service:service-category[@code='S201']"Java class for event-administration-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="event-administration-ctype"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="activity-start-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/> <element name="activity-end-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype" minOccurs="0"/> <element name="event-description" type="{http://www.cienciavitae.pt/ns/common}string-555-stype"/> <element name="event-type" type="{http://www.cienciavitae.pt/ns/service}event-type-ctype" minOccurs="0"/> <element name="administrative-role" type="{http://www.cienciavitae.pt/ns/service}administrative-role-ctype" minOccurs="0"/> <element name="event-start-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/> <element name="event-end-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype" minOccurs="0"/> <element ref="{http://www.cienciavitae.pt/ns/common}institutions" 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 DateCtypeactivityEndDateprotected DateCtypeactivityStartDateprotected AdministrativeRoleCtypeadministrativeRoleprotected StringeventDescriptionprotected DateCtypeeventEndDateprotected DateCtypeeventStartDateprotected EventTypeCtypeeventTypeprotected InstitutionsCtypeinstitutionsprotected KeywordsCtypekeywordsprotected ResearchClassificationsCtyperesearchClassifications
-
Constructor Summary
Constructors Constructor Description EventAdministrationCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DateCtypegetActivityEndDate()Gets the value of the activityEndDate property.DateCtypegetActivityStartDate()Gets the value of the activityStartDate property.AdministrativeRoleCtypegetAdministrativeRole()Gets the value of the administrativeRole property.StringgetEventDescription()Gets the value of the eventDescription property.DateCtypegetEventEndDate()Gets the value of the eventEndDate property.DateCtypegetEventStartDate()Gets the value of the eventStartDate property.EventTypeCtypegetEventType()Gets the value of the eventType property.InstitutionsCtypegetInstitutions()Gets the value of the institutions property.KeywordsCtypegetKeywords()Gets the value of the keywords property.ResearchClassificationsCtypegetResearchClassifications()Gets the value of the researchClassifications property.voidsetActivityEndDate(DateCtype value)Sets the value of the activityEndDate property.voidsetActivityStartDate(DateCtype value)Sets the value of the activityStartDate property.voidsetAdministrativeRole(AdministrativeRoleCtype value)Sets the value of the administrativeRole property.voidsetEventDescription(String value)Sets the value of the eventDescription property.voidsetEventEndDate(DateCtype value)Sets the value of the eventEndDate property.voidsetEventStartDate(DateCtype value)Sets the value of the eventStartDate property.voidsetEventType(EventTypeCtype value)Sets the value of the eventType property.voidsetInstitutions(InstitutionsCtype value)Sets the value of the institutions property.voidsetKeywords(KeywordsCtype value)Sets the value of the keywords property.voidsetResearchClassifications(ResearchClassificationsCtype value)Sets the value of the researchClassifications property.
-
-
-
Field Detail
-
activityStartDate
protected DateCtype activityStartDate
-
activityEndDate
protected DateCtype activityEndDate
-
eventDescription
protected String eventDescription
-
eventType
protected EventTypeCtype eventType
-
administrativeRole
protected AdministrativeRoleCtype administrativeRole
-
eventStartDate
protected DateCtype eventStartDate
-
eventEndDate
protected DateCtype eventEndDate
-
institutions
protected InstitutionsCtype institutions
-
researchClassifications
protected ResearchClassificationsCtype researchClassifications
-
keywords
protected KeywordsCtype keywords
-
-
Method Detail
-
getActivityStartDate
public DateCtype getActivityStartDate()
Gets the value of the activityStartDate property.- Returns:
- possible object is
DateCtype
-
setActivityStartDate
public void setActivityStartDate(DateCtype value)
Sets the value of the activityStartDate property.- Parameters:
value- allowed object isDateCtype
-
getActivityEndDate
public DateCtype getActivityEndDate()
Gets the value of the activityEndDate property.- Returns:
- possible object is
DateCtype
-
setActivityEndDate
public void setActivityEndDate(DateCtype value)
Sets the value of the activityEndDate property.- Parameters:
value- allowed object isDateCtype
-
getEventDescription
public String getEventDescription()
Gets the value of the eventDescription property.- Returns:
- possible object is
String
-
setEventDescription
public void setEventDescription(String value)
Sets the value of the eventDescription property.- Parameters:
value- allowed object isString
-
getEventType
public EventTypeCtype getEventType()
Gets the value of the eventType property.- Returns:
- possible object is
EventTypeCtype
-
setEventType
public void setEventType(EventTypeCtype value)
Sets the value of the eventType property.- Parameters:
value- allowed object isEventTypeCtype
-
getAdministrativeRole
public AdministrativeRoleCtype getAdministrativeRole()
Gets the value of the administrativeRole property.- Returns:
- possible object is
AdministrativeRoleCtype
-
setAdministrativeRole
public void setAdministrativeRole(AdministrativeRoleCtype value)
Sets the value of the administrativeRole property.- Parameters:
value- allowed object isAdministrativeRoleCtype
-
getEventStartDate
public DateCtype getEventStartDate()
Gets the value of the eventStartDate property.- Returns:
- possible object is
DateCtype
-
setEventStartDate
public void setEventStartDate(DateCtype value)
Sets the value of the eventStartDate property.- Parameters:
value- allowed object isDateCtype
-
getEventEndDate
public DateCtype getEventEndDate()
Gets the value of the eventEndDate property.- Returns:
- possible object is
DateCtype
-
setEventEndDate
public void setEventEndDate(DateCtype value)
Sets the value of the eventEndDate property.- Parameters:
value- allowed object isDateCtype
-
getInstitutions
public InstitutionsCtype getInstitutions()
Gets the value of the institutions property.- Returns:
- possible object is
InstitutionsCtype
-
setInstitutions
public void setInstitutions(InstitutionsCtype value)
Sets the value of the institutions property.- Parameters:
value- allowed object isInstitutionsCtype
-
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
-
-