Skip navigation links

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

E17789-02


oracle.xdo.service.v2
Class FTPDeliveryOption

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

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
FTPDeliveryOption()
           
FTPDeliveryOption(java.lang.String ftpServerName, java.lang.String ftpUserName, java.lang.String ftpUserPassword, java.lang.String remoteFile, boolean sftpOption)
           

 

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 getFtpServerName()
          Gets the ftpServerName value for this FTPDeliveryOption.
 java.lang.String getFtpUserName()
          Gets the ftpUserName value for this FTPDeliveryOption.
 java.lang.String getFtpUserPassword()
          Gets the ftpUserPassword value for this FTPDeliveryOption.
 java.lang.String getRemoteFile()
          Gets the remoteFile value for this FTPDeliveryOption.
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 isSftpOption()
          Gets the sftpOption value for this FTPDeliveryOption.
 void setFtpServerName(java.lang.String ftpServerName)
          Sets the ftpServerName value for this FTPDeliveryOption.
 void setFtpUserName(java.lang.String ftpUserName)
          Sets the ftpUserName value for this FTPDeliveryOption.
 void setFtpUserPassword(java.lang.String ftpUserPassword)
          Sets the ftpUserPassword value for this FTPDeliveryOption.
 void setRemoteFile(java.lang.String remoteFile)
          Sets the remoteFile value for this FTPDeliveryOption.
 void setSftpOption(boolean sftpOption)
          Sets the sftpOption value for this FTPDeliveryOption.

 

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

 

Constructor Detail

FTPDeliveryOption

public FTPDeliveryOption()

FTPDeliveryOption

public FTPDeliveryOption(java.lang.String ftpServerName,
                         java.lang.String ftpUserName,
                         java.lang.String ftpUserPassword,
                         java.lang.String remoteFile,
                         boolean sftpOption)

Method Detail

getFtpServerName

public java.lang.String getFtpServerName()
Gets the ftpServerName value for this FTPDeliveryOption.
Returns:
ftpServerName

setFtpServerName

public void setFtpServerName(java.lang.String ftpServerName)
Sets the ftpServerName value for this FTPDeliveryOption.
Parameters:
ftpServerName -

getFtpUserName

public java.lang.String getFtpUserName()
Gets the ftpUserName value for this FTPDeliveryOption.
Returns:
ftpUserName

setFtpUserName

public void setFtpUserName(java.lang.String ftpUserName)
Sets the ftpUserName value for this FTPDeliveryOption.
Parameters:
ftpUserName -

getFtpUserPassword

public java.lang.String getFtpUserPassword()
Gets the ftpUserPassword value for this FTPDeliveryOption.
Returns:
ftpUserPassword

setFtpUserPassword

public void setFtpUserPassword(java.lang.String ftpUserPassword)
Sets the ftpUserPassword value for this FTPDeliveryOption.
Parameters:
ftpUserPassword -

getRemoteFile

public java.lang.String getRemoteFile()
Gets the remoteFile value for this FTPDeliveryOption.
Returns:
remoteFile

setRemoteFile

public void setRemoteFile(java.lang.String remoteFile)
Sets the remoteFile value for this FTPDeliveryOption.
Parameters:
remoteFile -

isSftpOption

public boolean isSftpOption()
Gets the sftpOption value for this FTPDeliveryOption.
Returns:
sftpOption

setSftpOption

public void setSftpOption(boolean sftpOption)
Sets the sftpOption value for this FTPDeliveryOption.
Parameters:
sftpOption -

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-02


Copyright © 2010, 2011, Oracle. All rights reserved.