public class

SFTPTransportProtocolDataType

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

Class Overview

SFTP Transport Protocol Data element

Java class for SFTP_Transport_Protocol_DataType complex type.

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

 <complexType name="SFTP_Transport_Protocol_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SFTP_Address" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Directory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="User_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <choice>
           <element name="Password" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="SSH_Authentication_Reference" type="{urn:com.workday/bsvc}x509_Private_Key_PairObjectType"/>
         </choice>
         <element name="Use_Temp_File" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String directory
protected String password
protected String sftpAddress
protected X509PrivateKeyPairObjectType sshAuthenticationReference
protected Boolean useTempFile
protected String userID
Public Constructors
SFTPTransportProtocolDataType()
Public Methods
String getDirectory()
Gets the value of the directory property.
String getPassword()
Gets the value of the password property.
String getSFTPAddress()
Gets the value of the sftpAddress property.
X509PrivateKeyPairObjectType getSSHAuthenticationReference()
Gets the value of the sshAuthenticationReference property.
Boolean getUseTempFile()
Gets the value of the useTempFile property.
String getUserID()
Gets the value of the userID property.
void setDirectory(String value)
Sets the value of the directory property.
void setPassword(String value)
Sets the value of the password property.
void setSFTPAddress(String value)
Sets the value of the sftpAddress property.
void setSSHAuthenticationReference(X509PrivateKeyPairObjectType value)
Sets the value of the sshAuthenticationReference property.
void setUseTempFile(Boolean value)
Sets the value of the useTempFile property.
void setUserID(String value)
Sets the value of the userID property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String directory

protected String password

protected String sftpAddress

protected X509PrivateKeyPairObjectType sshAuthenticationReference

protected Boolean useTempFile

protected String userID

Public Constructors

public SFTPTransportProtocolDataType ()

Public Methods

public String getDirectory ()

Gets the value of the directory property.

Returns
  • possible object is String

public String getPassword ()

Gets the value of the password property.

Returns
  • possible object is String

public String getSFTPAddress ()

Gets the value of the sftpAddress property.

Returns
  • possible object is String

public X509PrivateKeyPairObjectType getSSHAuthenticationReference ()

Gets the value of the sshAuthenticationReference property.

Returns

public Boolean getUseTempFile ()

Gets the value of the useTempFile property. This getter has been renamed from isUseTempFile() to getUseTempFile() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getUserID ()

Gets the value of the userID property.

Returns
  • possible object is String

public void setDirectory (String value)

Sets the value of the directory property.

Parameters
value Allowed object is String

public void setPassword (String value)

Sets the value of the password property.

Parameters
value Allowed object is String

public void setSFTPAddress (String value)

Sets the value of the sftpAddress property.

Parameters
value Allowed object is String

public void setSSHAuthenticationReference (X509PrivateKeyPairObjectType value)

Sets the value of the sshAuthenticationReference property.

Parameters
value Allowed object is X509PrivateKeyPairObjectType

public void setUseTempFile (Boolean value)

Sets the value of the useTempFile property.

Parameters
value Allowed object is Boolean

public void setUserID (String value)

Sets the value of the userID property.

Parameters
value Allowed object is String