Uses of Class
org.uniprot.uniprot.NameListType
Packages that use NameListType
-
Uses of NameListType in org.uniprot.uniprot
Fields in org.uniprot.uniprot declared as NameListTypeModifier and TypeFieldDescriptionprotected NameListTypeCitationType.authorListDescribes the authors of a citation.protected NameListTypeCitationType.editorListDescribes the editors of a book (only used for books).Methods in org.uniprot.uniprot that return NameListTypeModifier and TypeMethodDescriptionObjectFactory.createNameListType()Create an instance ofNameListTypeCitationType.getAuthorList()Describes the authors of a citation.CitationType.getEditorList()Describes the editors of a book (only used for books).Methods in org.uniprot.uniprot with parameters of type NameListTypeModifier and TypeMethodDescriptionvoidCitationType.setAuthorList(NameListType value) Sets the value of the authorList property.voidCitationType.setEditorList(NameListType value) Sets the value of the editorList property.