Uses of Class
pt.cienciavitae.ns.person_info.PersonInfo
-
Packages that use PersonInfo Package Description pt.cienciavitae.ns.identifying_info pt.cienciavitae.ns.person pt.cienciavitae.ns.person_info -
-
Uses of PersonInfo in pt.cienciavitae.ns.identifying_info
Fields in pt.cienciavitae.ns.identifying_info declared as PersonInfo Modifier and Type Field Description protected PersonInfoIdentifyingInfo. personInfoMethods in pt.cienciavitae.ns.identifying_info that return PersonInfo Modifier and Type Method Description PersonInfoIdentifyingInfo. getPersonInfo()Gets the value of the personInfo property.Methods in pt.cienciavitae.ns.identifying_info with parameters of type PersonInfo Modifier and Type Method Description voidIdentifyingInfo. setPersonInfo(PersonInfo value)Sets the value of the personInfo property. -
Uses of PersonInfo in pt.cienciavitae.ns.person
Fields in pt.cienciavitae.ns.person declared as PersonInfo Modifier and Type Field Description protected PersonInfoPerson. personInfoMethods in pt.cienciavitae.ns.person that return PersonInfo Modifier and Type Method Description PersonInfoPerson. getPersonInfo()Gets the value of the personInfo property.Methods in pt.cienciavitae.ns.person with parameters of type PersonInfo Modifier and Type Method Description voidPerson. setPersonInfo(PersonInfo value)Sets the value of the personInfo property. -
Uses of PersonInfo in pt.cienciavitae.ns.person_info
Methods in pt.cienciavitae.ns.person_info that return PersonInfo Modifier and Type Method Description PersonInfoObjectFactory. createPersonInfo()Create an instance ofPersonInfo
-