Skip navigation links

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

E22256-01


oracle.xdo.service.v2
Class DeliveryChannels

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

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
DeliveryChannels()
           
DeliveryChannels(EMailDeliveryOption[] emailOptions, FaxDeliveryOption[] faxOptions, FTPDeliveryOption[] ftpOptions, LocalDeliveryOption[] localOptions, PrintDeliveryOption[] printOptions, WebDAVDeliveryOption[] webDAVOptions)
           

 

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
 EMailDeliveryOption[] getEmailOptions()
          Gets the emailOptions value for this DeliveryChannels.
 FaxDeliveryOption[] getFaxOptions()
          Gets the faxOptions value for this DeliveryChannels.
 FTPDeliveryOption[] getFtpOptions()
          Gets the ftpOptions value for this DeliveryChannels.
 LocalDeliveryOption[] getLocalOptions()
          Gets the localOptions value for this DeliveryChannels.
 PrintDeliveryOption[] getPrintOptions()
          Gets the printOptions value for this DeliveryChannels.
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
 WebDAVDeliveryOption[] getWebDAVOptions()
          Gets the webDAVOptions value for this DeliveryChannels.
 int hashCode()
           
 void setEmailOptions(EMailDeliveryOption[] emailOptions)
          Sets the emailOptions value for this DeliveryChannels.
 void setFaxOptions(FaxDeliveryOption[] faxOptions)
          Sets the faxOptions value for this DeliveryChannels.
 void setFtpOptions(FTPDeliveryOption[] ftpOptions)
          Sets the ftpOptions value for this DeliveryChannels.
 void setLocalOptions(LocalDeliveryOption[] localOptions)
          Sets the localOptions value for this DeliveryChannels.
 void setPrintOptions(PrintDeliveryOption[] printOptions)
          Sets the printOptions value for this DeliveryChannels.
 void setWebDAVOptions(WebDAVDeliveryOption[] webDAVOptions)
          Sets the webDAVOptions value for this DeliveryChannels.

 

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

 

Constructor Detail

DeliveryChannels

public DeliveryChannels()

DeliveryChannels

public DeliveryChannels(EMailDeliveryOption[] emailOptions,
                        FaxDeliveryOption[] faxOptions,
                        FTPDeliveryOption[] ftpOptions,
                        LocalDeliveryOption[] localOptions,
                        PrintDeliveryOption[] printOptions,
                        WebDAVDeliveryOption[] webDAVOptions)

Method Detail

getEmailOptions

public EMailDeliveryOption[] getEmailOptions()
Gets the emailOptions value for this DeliveryChannels.
Returns:
emailOptions

setEmailOptions

public void setEmailOptions(EMailDeliveryOption[] emailOptions)
Sets the emailOptions value for this DeliveryChannels.
Parameters:
emailOptions -

getFaxOptions

public FaxDeliveryOption[] getFaxOptions()
Gets the faxOptions value for this DeliveryChannels.
Returns:
faxOptions

setFaxOptions

public void setFaxOptions(FaxDeliveryOption[] faxOptions)
Sets the faxOptions value for this DeliveryChannels.
Parameters:
faxOptions -

getFtpOptions

public FTPDeliveryOption[] getFtpOptions()
Gets the ftpOptions value for this DeliveryChannels.
Returns:
ftpOptions

setFtpOptions

public void setFtpOptions(FTPDeliveryOption[] ftpOptions)
Sets the ftpOptions value for this DeliveryChannels.
Parameters:
ftpOptions -

getLocalOptions

public LocalDeliveryOption[] getLocalOptions()
Gets the localOptions value for this DeliveryChannels.
Returns:
localOptions

setLocalOptions

public void setLocalOptions(LocalDeliveryOption[] localOptions)
Sets the localOptions value for this DeliveryChannels.
Parameters:
localOptions -

getPrintOptions

public PrintDeliveryOption[] getPrintOptions()
Gets the printOptions value for this DeliveryChannels.
Returns:
printOptions

setPrintOptions

public void setPrintOptions(PrintDeliveryOption[] printOptions)
Sets the printOptions value for this DeliveryChannels.
Parameters:
printOptions -

getWebDAVOptions

public WebDAVDeliveryOption[] getWebDAVOptions()
Gets the webDAVOptions value for this DeliveryChannels.
Returns:
webDAVOptions

setWebDAVOptions

public void setWebDAVOptions(WebDAVDeliveryOption[] webDAVOptions)
Sets the webDAVOptions value for this DeliveryChannels.
Parameters:
webDAVOptions -

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)

E22256-01


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