|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.impexp.resource.XmlFileImportExportResource
public class XmlFileImportExportResource
An ISingleImportExportResource implementation for an XML file that can be used as a source for import or as a target for export.
| Constructor Summary | |
|---|---|
XmlFileImportExportResource(java.io.File pXmlFile)Constructs a XmlFileImportExportResource object. |
|
| Method Summary | |
|---|---|
java.io.File |
getXmlFile()Returns the xml file value. |
void |
setXmlFile(java.io.File pXmlFile)Specifies the xml file value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlFileImportExportResource(java.io.File pXmlFile)
pXmlFile - a File object| Method Detail |
|---|
public java.io.File getXmlFile()
setXmlFile(File)public void setXmlFile(java.io.File pXmlFile)
pXmlFile - a File object specifying the xml file valuegetXmlFile()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||