Package org.biojava.bibliography
Class BiblioPatent
java.lang.Object
org.biojava.bibliography.BibRef
org.biojava.bibliography.BiblioPatent
It represents a patent.
- Since:
- 1.3
- Version:
- $Id$
- Author:
- Martin Senger
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]
Array of applicants.The document number.Document office.Document type.Fields inherited from class org.biojava.bibliography.BibRef
authors, contributors, coverage, crossReferences, date, description, entryStatus, format, identifier, language, properties, publisher, rights, subject, title, type
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
docNumber
The document number. -
docOffice
Document office. -
docType
Document type. -
applicants
Array of applicants.
-
-
Constructor Details
-
BiblioPatent
public BiblioPatent()
-