Package org.biojava.bibliography
Class BiblioPatent
- java.lang.Object
-
- org.biojava.bibliography.BibRef
-
- org.biojava.bibliography.BiblioPatent
-
public class BiblioPatent extends BibRef
It represents a patent.
- Since:
- 1.3
- Version:
- $Id$
- Author:
- Martin Senger
-
-
Field Summary
Fields Modifier and Type Field Description String[]
applicants
Array of applicants.String
docNumber
The document number.String
docOffice
Document office.String
docType
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 Constructor Description BiblioPatent()
-
-
-
Constructor Detail
-
BiblioPatent
public BiblioPatent()
-
-