es.uvigo.ei.pdfDownloader
Class DatosArticulo

java.lang.Object
  extended by es.uvigo.ei.pdfDownloader.DatosArticulo

public class DatosArticulo
extends java.lang.Object


Constructor Summary
DatosArticulo(java.lang.String id)
           
 
Method Summary
 java.lang.String[] getEnlacesPDF()
           
 java.lang.String getPmid()
           
 TrozoArticulo getTrozo_texto()
           
 boolean tieneTrozoTexto()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatosArticulo

public DatosArticulo(java.lang.String id)
              throws org.apache.commons.httpclient.HttpException,
                     javax.xml.xpath.XPathExpressionException,
                     java.io.IOException,
                     org.xml.sax.SAXException,
                     javax.xml.parsers.ParserConfigurationException
Throws:
org.apache.commons.httpclient.HttpException
javax.xml.xpath.XPathExpressionException
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
Method Detail

tieneTrozoTexto

public boolean tieneTrozoTexto()

getTrozo_texto

public TrozoArticulo getTrozo_texto()

getPmid

public java.lang.String getPmid()

getEnlacesPDF

public java.lang.String[] getEnlacesPDF()