Package pt.cienciavitae.ns.service
Class NonResearchPresentationCtype
- java.lang.Object
-
- pt.cienciavitae.ns.service.NonResearchPresentationCtype
-
public class NonResearchPresentationCtype extends Object
Corresponding to "service:service-category[@code='S205']"Java class for non-research-presentation-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="non-research-presentation-ctype"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="presentation-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/> <element name="title" type="{http://www.cienciavitae.pt/ns/common}string-555-stype"/> <element name="conference-event" type="{http://www.cienciavitae.pt/ns/common}string-555-stype" minOccurs="0"/> <element name="organization-presented-to" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/> <element name="conference-event-location" type="{http://www.cienciavitae.pt/ns/service}conference-event-location-ctype" minOccurs="0"/> <element name="invited" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="keynote" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="competitive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="authors" type="{http://www.cienciavitae.pt/ns/common}authors-ctype" minOccurs="0"/> <element name="presenters" type="{http://www.cienciavitae.pt/ns/common}authors-ctype" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AuthorsCtypeauthorsprotected Booleancompetitiveprotected StringconferenceEventprotected ConferenceEventLocationCtypeconferenceEventLocationprotected Booleaninvitedprotected Booleankeynoteprotected StringorganizationPresentedToprotected DateCtypepresentationDateprotected AuthorsCtypepresentersprotected Stringtitle
-
Constructor Summary
Constructors Constructor Description NonResearchPresentationCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorsCtypegetAuthors()Gets the value of the authors property.StringgetConferenceEvent()Gets the value of the conferenceEvent property.ConferenceEventLocationCtypegetConferenceEventLocation()Gets the value of the conferenceEventLocation property.StringgetOrganizationPresentedTo()Gets the value of the organizationPresentedTo property.DateCtypegetPresentationDate()Gets the value of the presentationDate property.AuthorsCtypegetPresenters()Gets the value of the presenters property.StringgetTitle()Gets the value of the title property.BooleanisCompetitive()Gets the value of the competitive property.BooleanisInvited()Gets the value of the invited property.BooleanisKeynote()Gets the value of the keynote property.voidsetAuthors(AuthorsCtype value)Sets the value of the authors property.voidsetCompetitive(Boolean value)Sets the value of the competitive property.voidsetConferenceEvent(String value)Sets the value of the conferenceEvent property.voidsetConferenceEventLocation(ConferenceEventLocationCtype value)Sets the value of the conferenceEventLocation property.voidsetInvited(Boolean value)Sets the value of the invited property.voidsetKeynote(Boolean value)Sets the value of the keynote property.voidsetOrganizationPresentedTo(String value)Sets the value of the organizationPresentedTo property.voidsetPresentationDate(DateCtype value)Sets the value of the presentationDate property.voidsetPresenters(AuthorsCtype value)Sets the value of the presenters property.voidsetTitle(String value)Sets the value of the title property.
-
-
-
Field Detail
-
presentationDate
protected DateCtype presentationDate
-
title
protected String title
-
conferenceEvent
protected String conferenceEvent
-
organizationPresentedTo
protected String organizationPresentedTo
-
conferenceEventLocation
protected ConferenceEventLocationCtype conferenceEventLocation
-
invited
protected Boolean invited
-
keynote
protected Boolean keynote
-
competitive
protected Boolean competitive
-
authors
protected AuthorsCtype authors
-
presenters
protected AuthorsCtype presenters
-
-
Method Detail
-
getPresentationDate
public DateCtype getPresentationDate()
Gets the value of the presentationDate property.- Returns:
- possible object is
DateCtype
-
setPresentationDate
public void setPresentationDate(DateCtype value)
Sets the value of the presentationDate property.- Parameters:
value- allowed object isDateCtype
-
getTitle
public String getTitle()
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
public void setTitle(String value)
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getConferenceEvent
public String getConferenceEvent()
Gets the value of the conferenceEvent property.- Returns:
- possible object is
String
-
setConferenceEvent
public void setConferenceEvent(String value)
Sets the value of the conferenceEvent property.- Parameters:
value- allowed object isString
-
getOrganizationPresentedTo
public String getOrganizationPresentedTo()
Gets the value of the organizationPresentedTo property.- Returns:
- possible object is
String
-
setOrganizationPresentedTo
public void setOrganizationPresentedTo(String value)
Sets the value of the organizationPresentedTo property.- Parameters:
value- allowed object isString
-
getConferenceEventLocation
public ConferenceEventLocationCtype getConferenceEventLocation()
Gets the value of the conferenceEventLocation property.- Returns:
- possible object is
ConferenceEventLocationCtype
-
setConferenceEventLocation
public void setConferenceEventLocation(ConferenceEventLocationCtype value)
Sets the value of the conferenceEventLocation property.- Parameters:
value- allowed object isConferenceEventLocationCtype
-
isInvited
public Boolean isInvited()
Gets the value of the invited property.- Returns:
- possible object is
Boolean
-
setInvited
public void setInvited(Boolean value)
Sets the value of the invited property.- Parameters:
value- allowed object isBoolean
-
isKeynote
public Boolean isKeynote()
Gets the value of the keynote property.- Returns:
- possible object is
Boolean
-
setKeynote
public void setKeynote(Boolean value)
Sets the value of the keynote property.- Parameters:
value- allowed object isBoolean
-
isCompetitive
public Boolean isCompetitive()
Gets the value of the competitive property.- Returns:
- possible object is
Boolean
-
setCompetitive
public void setCompetitive(Boolean value)
Sets the value of the competitive property.- Parameters:
value- allowed object isBoolean
-
getAuthors
public AuthorsCtype getAuthors()
Gets the value of the authors property.- Returns:
- possible object is
AuthorsCtype
-
setAuthors
public void setAuthors(AuthorsCtype value)
Sets the value of the authors property.- Parameters:
value- allowed object isAuthorsCtype
-
getPresenters
public AuthorsCtype getPresenters()
Gets the value of the presenters property.- Returns:
- possible object is
AuthorsCtype
-
setPresenters
public void setPresenters(AuthorsCtype value)
Sets the value of the presenters property.- Parameters:
value- allowed object isAuthorsCtype
-
-