Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E17789-01


oracle.xdo.service.v2
Class FileDataSource

java.lang.Object
  extended by oracle.xdo.service.v2.FileDataSource

All Implemented Interfaces:
java.io.Serializable

public class FileDataSource
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
FileDataSource()
           
FileDataSource(java.lang.String dynamicDataSourcePath, boolean temporaryDataSource)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getDynamicDataSourcePath()
          Gets the dynamicDataSourcePath value for this FileDataSource.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isTemporaryDataSource()
          Gets the temporaryDataSource value for this FileDataSource.
 void setDynamicDataSourcePath(java.lang.String dynamicDataSourcePath)
          Sets the dynamicDataSourcePath value for this FileDataSource.
 void setTemporaryDataSource(boolean temporaryDataSource)
          Sets the temporaryDataSource value for this FileDataSource.

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

FileDataSource

public FileDataSource()

FileDataSource

public FileDataSource(java.lang.String dynamicDataSourcePath,
                      boolean temporaryDataSource)

Method Detail

getDynamicDataSourcePath

public java.lang.String getDynamicDataSourcePath()
Gets the dynamicDataSourcePath value for this FileDataSource.
Returns:
dynamicDataSourcePath

setDynamicDataSourcePath

public void setDynamicDataSourcePath(java.lang.String dynamicDataSourcePath)
Sets the dynamicDataSourcePath value for this FileDataSource.
Parameters:
dynamicDataSourcePath -

isTemporaryDataSource

public boolean isTemporaryDataSource()
Gets the temporaryDataSource value for this FileDataSource.
Returns:
temporaryDataSource

setTemporaryDataSource

public void setTemporaryDataSource(boolean temporaryDataSource)
Sets the temporaryDataSource value for this FileDataSource.
Parameters:
temporaryDataSource -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E17789-01


Copyright © 2010, Oracle. All rights reserved.