| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationTransportProtocolDataWWSType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the as2TransportProtocolData property.
| |||||||||||
Gets the value of the emailTransportProtocolData property.
| |||||||||||
Gets the value of the ftpsTransportProtocolData property.
| |||||||||||
Gets the value of the ftpTransportProtocolData property.
| |||||||||||
Gets the value of the httpTransportProtocolData property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the restEndpointDataSourceData property.
| |||||||||||
Gets the value of the sftpTransportProtocolData property.
| |||||||||||
Gets the value of the webDAVTransportProtocolData property.
| |||||||||||
Gets the value of the workdayAttachmentTransportProtocolData property.
| |||||||||||
Gets the value of the workdayWebServiceTransportProtocolData property.
| |||||||||||
Sets the value of the as2TransportProtocolData property.
| |||||||||||
Sets the value of the emailTransportProtocolData property.
| |||||||||||
Sets the value of the ftpsTransportProtocolData property.
| |||||||||||
Sets the value of the ftpTransportProtocolData property.
| |||||||||||
Sets the value of the httpTransportProtocolData property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the restEndpointDataSourceData property.
| |||||||||||
Sets the value of the sftpTransportProtocolData property.
| |||||||||||
Sets the value of the webDAVTransportProtocolData property.
| |||||||||||
Sets the value of the workdayAttachmentTransportProtocolData property.
| |||||||||||
Sets the value of the workdayWebServiceTransportProtocolData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the as2TransportProtocolData property.
AS2TransportProtocolDataType
Gets the value of the emailTransportProtocolData property.
EmailTransportProtocolDataType
Gets the value of the ftpsTransportProtocolData property.
FTPSTransportProtocolDataType
Gets the value of the ftpTransportProtocolData property.
FTPTransportProtocolDataType
Gets the value of the httpTransportProtocolData property.
HTTPTransportProtocolDataType
Gets the value of the id property.
Gets the value of the restEndpointDataSourceData property.
RESTEndpointDataSourceDataType
Gets the value of the sftpTransportProtocolData property.
SFTPTransportProtocolDataType
Gets the value of the webDAVTransportProtocolData property.
WebDAVTransportProtocolDataType
Gets the value of the workdayAttachmentTransportProtocolData property.
WorkdayAttachmentTransportProtocolDataType
Gets the value of the workdayWebServiceTransportProtocolData property.
WorkdayWebServiceTransportProtocolDataType
Sets the value of the as2TransportProtocolData property.
| value | Allowed object is
AS2TransportProtocolDataType
|
|---|
Sets the value of the emailTransportProtocolData property.
| value | Allowed object is
EmailTransportProtocolDataType
|
|---|
Sets the value of the ftpsTransportProtocolData property.
| value | Allowed object is
FTPSTransportProtocolDataType
|
|---|
Sets the value of the ftpTransportProtocolData property.
| value | Allowed object is
FTPTransportProtocolDataType
|
|---|
Sets the value of the httpTransportProtocolData property.
| value | Allowed object is
HTTPTransportProtocolDataType
|
|---|
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the restEndpointDataSourceData property.
| value | Allowed object is
RESTEndpointDataSourceDataType
|
|---|
Sets the value of the sftpTransportProtocolData property.
| value | Allowed object is
SFTPTransportProtocolDataType
|
|---|
Sets the value of the webDAVTransportProtocolData property.
| value | Allowed object is
WebDAVTransportProtocolDataType
|
|---|
Sets the value of the workdayAttachmentTransportProtocolData property.
| value | Allowed object is
WorkdayAttachmentTransportProtocolDataType
|
|---|
Sets the value of the workdayWebServiceTransportProtocolData property.
| value | Allowed object is
WorkdayWebServiceTransportProtocolDataType
|
|---|