public class XmlDocument extends Object
Constructor and Description |
---|
XmlDocument() |
public long getId()
public void setId(long id)
public String getXmlProfileId()
public void setXmlProfileId(String xmlProfileId)
public String getFilename()
public void setFilename(String filename)
public String getMimetype()
public void setMimetype(String mimetype)
public String getResultingMimetype()
public void setResultingMimetype(String resultingMimetype)
public String getXpath()
public void setXpath(String xpath)
public int getXpathIndex()
public void setXpathIndex(int xpathIndex)
public String getPstylesheetName()
public void setPstylesheetName(String pstylesheetName)
public Blob getSstylesheet()
public byte[] getSStyleSheetAsByteArray() throws IOException
IOException
public void setSstylesheet(Blob sstylesheet)
public void setSstylesheet(byte[] sstylesheet)
public void setSstylesheet(InputStream sstylesheet) throws IOException
IOException
public Blob getPstylesheet()
public byte[] getPStyleSheetAsByteArray() throws IOException
IOException
public void setPstylesheet(Blob pstylesheet)
public void setPstylesheet(byte[] pstylesheet)
public void setPstylesheet(InputStream pstylesheet) throws IOException
IOException
public Blob getData()
public void setData(Blob data)
public void setData(byte[] data)
public void setData(InputStream data) throws IOException
IOException
public byte[] getDataAsByteArray() throws IOException
IOException
Copyright 2008 EGIZ. All Rights Reserved.