Uses of Class
pt.cienciavitae.ns.common.AuthorsCtype
-
Packages that use AuthorsCtype Package Description pt.cienciavitae.ns.common pt.cienciavitae.ns.output pt.cienciavitae.ns.service -
-
Uses of AuthorsCtype in pt.cienciavitae.ns.common
Methods in pt.cienciavitae.ns.common that return AuthorsCtype Modifier and Type Method Description AuthorsCtypeObjectFactory. createAuthorsCtype()Create an instance ofAuthorsCtype -
Uses of AuthorsCtype in pt.cienciavitae.ns.output
Subclasses of AuthorsCtype in pt.cienciavitae.ns.output Modifier and Type Class Description classAuthorsCtypeJava class for authors-ctype complex type.Fields in pt.cienciavitae.ns.output declared as AuthorsCtype Modifier and Type Field Description protected AuthorsCtypeAuthorsList. authorsMethods in pt.cienciavitae.ns.output that return AuthorsCtype Modifier and Type Method Description AuthorsCtypeAuthorsList. getAuthors()Gets the value of the authors property.Methods in pt.cienciavitae.ns.output with parameters of type AuthorsCtype Modifier and Type Method Description voidAuthorsList. setAuthors(AuthorsCtype value)Sets the value of the authors property. -
Uses of AuthorsCtype in pt.cienciavitae.ns.service
Fields in pt.cienciavitae.ns.service declared as AuthorsCtype Modifier and Type Field Description protected AuthorsCtypeNonResearchPresentationCtype. authorsprotected AuthorsCtypeCourseTaughtCtype. coInstructorsprotected AuthorsCtypeNonResearchPresentationCtype. presentersMethods in pt.cienciavitae.ns.service that return AuthorsCtype Modifier and Type Method Description AuthorsCtypeNonResearchPresentationCtype. getAuthors()Gets the value of the authors property.AuthorsCtypeCourseTaughtCtype. getCoInstructors()Gets the value of the coInstructors property.AuthorsCtypeNonResearchPresentationCtype. getPresenters()Gets the value of the presenters property.Methods in pt.cienciavitae.ns.service with parameters of type AuthorsCtype Modifier and Type Method Description voidNonResearchPresentationCtype. setAuthors(AuthorsCtype value)Sets the value of the authors property.voidCourseTaughtCtype. setCoInstructors(AuthorsCtype value)Sets the value of the coInstructors property.voidNonResearchPresentationCtype. setPresenters(AuthorsCtype value)Sets the value of the presenters property.
-