Uses of Class
pt.cienciavitae.ns.common.InstitutionCtype
-
Packages that use InstitutionCtype Package Description pt.cienciavitae.ns.common pt.cienciavitae.ns.degree pt.cienciavitae.ns.employment pt.cienciavitae.ns.search -
-
Uses of InstitutionCtype in pt.cienciavitae.ns.common
Fields in pt.cienciavitae.ns.common with type parameters of type InstitutionCtype Modifier and Type Field Description protected List<InstitutionCtype>InstitutionsCtype. institutionMethods in pt.cienciavitae.ns.common that return InstitutionCtype Modifier and Type Method Description InstitutionCtypeObjectFactory. createInstitutionCtype()Create an instance ofInstitutionCtypeMethods in pt.cienciavitae.ns.common that return types with arguments of type InstitutionCtype Modifier and Type Method Description JAXBElement<InstitutionCtype>ObjectFactory. createFundingInstitution(InstitutionCtype value)JAXBElement<InstitutionCtype>ObjectFactory. createInstitution(InstitutionCtype value)List<InstitutionCtype>InstitutionsCtype. getInstitution()Gets the value of the institution property.Methods in pt.cienciavitae.ns.common with parameters of type InstitutionCtype Modifier and Type Method Description JAXBElement<InstitutionCtype>ObjectFactory. createFundingInstitution(InstitutionCtype value)JAXBElement<InstitutionCtype>ObjectFactory. createInstitution(InstitutionCtype value) -
Uses of InstitutionCtype in pt.cienciavitae.ns.degree
Fields in pt.cienciavitae.ns.degree declared as InstitutionCtype Modifier and Type Field Description protected InstitutionCtypeThesisCtype. institutionMethods in pt.cienciavitae.ns.degree that return InstitutionCtype Modifier and Type Method Description InstitutionCtypeThesisCtype. getInstitution()Gets the value of the institution property.Methods in pt.cienciavitae.ns.degree with parameters of type InstitutionCtype Modifier and Type Method Description voidThesisCtype. setInstitution(InstitutionCtype value)Sets the value of the institution property. -
Uses of InstitutionCtype in pt.cienciavitae.ns.employment
Fields in pt.cienciavitae.ns.employment declared as InstitutionCtype Modifier and Type Field Description protected InstitutionCtypeEmployment. institutionMethods in pt.cienciavitae.ns.employment that return InstitutionCtype Modifier and Type Method Description InstitutionCtypeEmployment. getInstitution()Gets the value of the institution property.Methods in pt.cienciavitae.ns.employment with parameters of type InstitutionCtype Modifier and Type Method Description voidEmployment. setInstitution(InstitutionCtype value)Sets the value of the institution property. -
Uses of InstitutionCtype in pt.cienciavitae.ns.search
Fields in pt.cienciavitae.ns.search with type parameters of type InstitutionCtype Modifier and Type Field Description protected List<InstitutionCtype>Result. institutionMethods in pt.cienciavitae.ns.search that return types with arguments of type InstitutionCtype Modifier and Type Method Description List<InstitutionCtype>Result. getInstitution()Gets the value of the institution property.
-