org.biojava.bibliography
Class BiblioPatent

java.lang.Object
  extended by org.biojava.bibliography.BibRef
      extended by org.biojava.bibliography.BiblioPatent

public class BiblioPatent
extends BibRef

It represents a patent.

Since:
1.3
Version:
$Id: BiblioPatent.java,v 1.4 2003/07/16 16:01:10 mrp Exp $
Author:
Martin Senger

Field Summary
 java.lang.String[] applicants
          Array of applicants.
 java.lang.String docNumber
          The document number.
 java.lang.String docOffice
          Document office.
 java.lang.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
BiblioPatent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

docNumber

public java.lang.String docNumber
The document number.


docOffice

public java.lang.String docOffice
Document office.


docType

public java.lang.String docType
Document type.


applicants

public java.lang.String[] applicants
Array of applicants.

Constructor Detail

BiblioPatent

public BiblioPatent()