Uses of Class
pt.cienciavitae.ns.author_identifier.AuthorIdentifiers
-
Packages that use AuthorIdentifiers Package Description pt.cienciavitae.ns.author_identifier pt.cienciavitae.ns.identifying_info pt.cienciavitae.ns.person -
-
Uses of AuthorIdentifiers in pt.cienciavitae.ns.author_identifier
Methods in pt.cienciavitae.ns.author_identifier that return AuthorIdentifiers Modifier and Type Method Description AuthorIdentifiersObjectFactory. createAuthorIdentifiers()Create an instance ofAuthorIdentifiers -
Uses of AuthorIdentifiers in pt.cienciavitae.ns.identifying_info
Fields in pt.cienciavitae.ns.identifying_info declared as AuthorIdentifiers Modifier and Type Field Description protected AuthorIdentifiersIdentifyingInfo. authorIdentifiersMethods in pt.cienciavitae.ns.identifying_info that return AuthorIdentifiers Modifier and Type Method Description AuthorIdentifiersIdentifyingInfo. getAuthorIdentifiers()Gets the value of the authorIdentifiers property.Methods in pt.cienciavitae.ns.identifying_info with parameters of type AuthorIdentifiers Modifier and Type Method Description voidIdentifyingInfo. setAuthorIdentifiers(AuthorIdentifiers value)Sets the value of the authorIdentifiers property. -
Uses of AuthorIdentifiers in pt.cienciavitae.ns.person
Fields in pt.cienciavitae.ns.person declared as AuthorIdentifiers Modifier and Type Field Description protected AuthorIdentifiersPerson. authorIdentifiersMethods in pt.cienciavitae.ns.person that return AuthorIdentifiers Modifier and Type Method Description AuthorIdentifiersPerson. getAuthorIdentifiers()Gets the value of the authorIdentifiers property.Methods in pt.cienciavitae.ns.person with parameters of type AuthorIdentifiers Modifier and Type Method Description voidPerson. setAuthorIdentifiers(AuthorIdentifiers value)Sets the value of the authorIdentifiers property.
-