Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


oracle.odi.impexp.resource
Class XmlFileImportExportResource

java.lang.Object
  extended by oracle.odi.impexp.resource.XmlFileImportExportResource

All Implemented Interfaces:
IImportExportResource, ISingleImportExportResource

public class XmlFileImportExportResource
extends java.lang.Object
implements ISingleImportExportResource

An ISingleImportExportResource implementation for an XML file that can be used as a source for import or as a target for export.

Since:
11.1.1.3.0

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

XmlFileImportExportResource

public XmlFileImportExportResource(java.io.File pXmlFile)
Constructs a XmlFileImportExportResource object.
Parameters:
pXmlFile - a File object

Method Detail

getXmlFile

public java.io.File getXmlFile()
Returns the xml file value.
Returns:
a File object representing the xml file value
See Also:
setXmlFile(File)

setXmlFile

public void setXmlFile(java.io.File pXmlFile)
Specifies the xml file value.
Parameters:
pXmlFile - a File object specifying the xml file value
See Also:
getXmlFile()

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.