public class

IntegrationTransportProtocolDataWWSType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.IntegrationTransportProtocolDataWWSType

Class Overview

Integration Transport Protocol Data element

Java class for Integration_Transport_Protocol_Data_WWSType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Integration_Transport_Protocol_Data_WWSType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <choice>
           <element name="Email_Transport_Protocol_Data" type="{urn:com.workday/bsvc}Email_Transport_Protocol_DataType" minOccurs="0"/>
           <element name="FTPS_Transport_Protocol_Data" type="{urn:com.workday/bsvc}FTPS_Transport_Protocol_DataType" minOccurs="0"/>
           <element name="FTP_Transport_Protocol_Data" type="{urn:com.workday/bsvc}FTP_Transport_Protocol_DataType" minOccurs="0"/>
           <element name="HTTP_Transport_Protocol_Data" type="{urn:com.workday/bsvc}HTTP_Transport_Protocol_DataType" minOccurs="0"/>
           <element name="SFTP_Transport_Protocol_Data" type="{urn:com.workday/bsvc}SFTP_Transport_Protocol_DataType" minOccurs="0"/>
           <element name="WebDAV_Transport_Protocol_Data" type="{urn:com.workday/bsvc}WebDAV_Transport_Protocol_DataType" minOccurs="0"/>
           <element name="Workday_Attachment_Transport_Protocol_Data" type="{urn:com.workday/bsvc}Workday_Attachment_Transport_Protocol_DataType" minOccurs="0"/>
           <element name="Workday_Web_Service_Transport_Protocol_Data" type="{urn:com.workday/bsvc}Workday_Web_Service_Transport_Protocol_DataType" minOccurs="0"/>
           <element name="AS2_Transport_Protocol_Data" type="{urn:com.workday/bsvc}AS2_Transport_Protocol_DataType" minOccurs="0"/>
           <element name="REST_Endpoint_Data_Source_Data" type="{urn:com.workday/bsvc}REST_Endpoint_Data_Source_DataType" minOccurs="0"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected AS2TransportProtocolDataType as2TransportProtocolData
protected EmailTransportProtocolDataType emailTransportProtocolData
protected FTPTransportProtocolDataType ftpTransportProtocolData
protected FTPSTransportProtocolDataType ftpsTransportProtocolData
protected HTTPTransportProtocolDataType httpTransportProtocolData
protected String id
protected RESTEndpointDataSourceDataType restEndpointDataSourceData
protected SFTPTransportProtocolDataType sftpTransportProtocolData
protected WebDAVTransportProtocolDataType webDAVTransportProtocolData
protected WorkdayAttachmentTransportProtocolDataType workdayAttachmentTransportProtocolData
protected WorkdayWebServiceTransportProtocolDataType workdayWebServiceTransportProtocolData
Public Constructors
IntegrationTransportProtocolDataWWSType()
Public Methods
AS2TransportProtocolDataType getAS2TransportProtocolData()
Gets the value of the as2TransportProtocolData property.
EmailTransportProtocolDataType getEmailTransportProtocolData()
Gets the value of the emailTransportProtocolData property.
FTPSTransportProtocolDataType getFTPSTransportProtocolData()
Gets the value of the ftpsTransportProtocolData property.
FTPTransportProtocolDataType getFTPTransportProtocolData()
Gets the value of the ftpTransportProtocolData property.
HTTPTransportProtocolDataType getHTTPTransportProtocolData()
Gets the value of the httpTransportProtocolData property.
String getID()
Gets the value of the id property.
RESTEndpointDataSourceDataType getRESTEndpointDataSourceData()
Gets the value of the restEndpointDataSourceData property.
SFTPTransportProtocolDataType getSFTPTransportProtocolData()
Gets the value of the sftpTransportProtocolData property.
WebDAVTransportProtocolDataType getWebDAVTransportProtocolData()
Gets the value of the webDAVTransportProtocolData property.
WorkdayAttachmentTransportProtocolDataType getWorkdayAttachmentTransportProtocolData()
Gets the value of the workdayAttachmentTransportProtocolData property.
WorkdayWebServiceTransportProtocolDataType getWorkdayWebServiceTransportProtocolData()
Gets the value of the workdayWebServiceTransportProtocolData property.
void setAS2TransportProtocolData(AS2TransportProtocolDataType value)
Sets the value of the as2TransportProtocolData property.
void setEmailTransportProtocolData(EmailTransportProtocolDataType value)
Sets the value of the emailTransportProtocolData property.
void setFTPSTransportProtocolData(FTPSTransportProtocolDataType value)
Sets the value of the ftpsTransportProtocolData property.
void setFTPTransportProtocolData(FTPTransportProtocolDataType value)
Sets the value of the ftpTransportProtocolData property.
void setHTTPTransportProtocolData(HTTPTransportProtocolDataType value)
Sets the value of the httpTransportProtocolData property.
void setID(String value)
Sets the value of the id property.
void setRESTEndpointDataSourceData(RESTEndpointDataSourceDataType value)
Sets the value of the restEndpointDataSourceData property.
void setSFTPTransportProtocolData(SFTPTransportProtocolDataType value)
Sets the value of the sftpTransportProtocolData property.
void setWebDAVTransportProtocolData(WebDAVTransportProtocolDataType value)
Sets the value of the webDAVTransportProtocolData property.
void setWorkdayAttachmentTransportProtocolData(WorkdayAttachmentTransportProtocolDataType value)
Sets the value of the workdayAttachmentTransportProtocolData property.
void setWorkdayWebServiceTransportProtocolData(WorkdayWebServiceTransportProtocolDataType value)
Sets the value of the workdayWebServiceTransportProtocolData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected AS2TransportProtocolDataType as2TransportProtocolData

protected EmailTransportProtocolDataType emailTransportProtocolData

protected FTPTransportProtocolDataType ftpTransportProtocolData

protected FTPSTransportProtocolDataType ftpsTransportProtocolData

protected HTTPTransportProtocolDataType httpTransportProtocolData

protected String id

protected RESTEndpointDataSourceDataType restEndpointDataSourceData

protected SFTPTransportProtocolDataType sftpTransportProtocolData

protected WebDAVTransportProtocolDataType webDAVTransportProtocolData

protected WorkdayAttachmentTransportProtocolDataType workdayAttachmentTransportProtocolData

protected WorkdayWebServiceTransportProtocolDataType workdayWebServiceTransportProtocolData

Public Constructors

public IntegrationTransportProtocolDataWWSType ()

Public Methods

public AS2TransportProtocolDataType getAS2TransportProtocolData ()

Gets the value of the as2TransportProtocolData property.

Returns

public EmailTransportProtocolDataType getEmailTransportProtocolData ()

Gets the value of the emailTransportProtocolData property.

Returns

public FTPSTransportProtocolDataType getFTPSTransportProtocolData ()

Gets the value of the ftpsTransportProtocolData property.

Returns

public FTPTransportProtocolDataType getFTPTransportProtocolData ()

Gets the value of the ftpTransportProtocolData property.

Returns

public HTTPTransportProtocolDataType getHTTPTransportProtocolData ()

Gets the value of the httpTransportProtocolData property.

Returns

public String getID ()

Gets the value of the id property.

Returns
  • possible object is String

public RESTEndpointDataSourceDataType getRESTEndpointDataSourceData ()

Gets the value of the restEndpointDataSourceData property.

Returns

public SFTPTransportProtocolDataType getSFTPTransportProtocolData ()

Gets the value of the sftpTransportProtocolData property.

Returns

public WebDAVTransportProtocolDataType getWebDAVTransportProtocolData ()

Gets the value of the webDAVTransportProtocolData property.

Returns

public WorkdayAttachmentTransportProtocolDataType getWorkdayAttachmentTransportProtocolData ()

Gets the value of the workdayAttachmentTransportProtocolData property.

Returns

public WorkdayWebServiceTransportProtocolDataType getWorkdayWebServiceTransportProtocolData ()

Gets the value of the workdayWebServiceTransportProtocolData property.

Returns

public void setAS2TransportProtocolData (AS2TransportProtocolDataType value)

Sets the value of the as2TransportProtocolData property.

Parameters
value Allowed object is AS2TransportProtocolDataType

public void setEmailTransportProtocolData (EmailTransportProtocolDataType value)

Sets the value of the emailTransportProtocolData property.

Parameters
value Allowed object is EmailTransportProtocolDataType

public void setFTPSTransportProtocolData (FTPSTransportProtocolDataType value)

Sets the value of the ftpsTransportProtocolData property.

Parameters
value Allowed object is FTPSTransportProtocolDataType

public void setFTPTransportProtocolData (FTPTransportProtocolDataType value)

Sets the value of the ftpTransportProtocolData property.

Parameters
value Allowed object is FTPTransportProtocolDataType

public void setHTTPTransportProtocolData (HTTPTransportProtocolDataType value)

Sets the value of the httpTransportProtocolData property.

Parameters
value Allowed object is HTTPTransportProtocolDataType

public void setID (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setRESTEndpointDataSourceData (RESTEndpointDataSourceDataType value)

Sets the value of the restEndpointDataSourceData property.

Parameters
value Allowed object is RESTEndpointDataSourceDataType

public void setSFTPTransportProtocolData (SFTPTransportProtocolDataType value)

Sets the value of the sftpTransportProtocolData property.

Parameters
value Allowed object is SFTPTransportProtocolDataType

public void setWebDAVTransportProtocolData (WebDAVTransportProtocolDataType value)

Sets the value of the webDAVTransportProtocolData property.

Parameters
value Allowed object is WebDAVTransportProtocolDataType

public void setWorkdayAttachmentTransportProtocolData (WorkdayAttachmentTransportProtocolDataType value)

Sets the value of the workdayAttachmentTransportProtocolData property.

Parameters
value Allowed object is WorkdayAttachmentTransportProtocolDataType

public void setWorkdayWebServiceTransportProtocolData (WorkdayWebServiceTransportProtocolDataType value)

Sets the value of the workdayWebServiceTransportProtocolData property.

Parameters
value Allowed object is WorkdayWebServiceTransportProtocolDataType