public class

FTPSTransportProtocolDataType

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

Class Overview

FTPS Transport Protocol Data element

Java class for FTPS_Transport_Protocol_DataType complex type.

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

 <complexType name="FTPS_Transport_Protocol_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FTPS_Address" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Directory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Use_Passive_Mode" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="User_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Password" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <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 ftpsAddress
protected String password
protected boolean usePassiveMode
protected Boolean useTempFile
protected String userID
Public Constructors
FTPSTransportProtocolDataType()
Public Methods
String getDirectory()
Gets the value of the directory property.
String getFTPSAddress()
Gets the value of the ftpsAddress property.
String getPassword()
Gets the value of the password property.
boolean getUsePassiveMode()
Gets the value of the usePassiveMode 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 setFTPSAddress(String value)
Sets the value of the ftpsAddress property.
void setPassword(String value)
Sets the value of the password property.
void setUsePassiveMode(boolean value)
Sets the value of the usePassiveMode 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 ftpsAddress

protected String password

protected boolean usePassiveMode

protected Boolean useTempFile

protected String userID

Public Constructors

public FTPSTransportProtocolDataType ()

Public Methods

public String getDirectory ()

Gets the value of the directory property.

Returns
  • possible object is String

public String getFTPSAddress ()

Gets the value of the ftpsAddress property.

Returns
  • possible object is String

public String getPassword ()

Gets the value of the password property.

Returns
  • possible object is String

public boolean getUsePassiveMode ()

Gets the value of the usePassiveMode property. This getter has been renamed from isUsePassiveMode() to getUsePassiveMode() by cxf-xjc-boolean plugin.

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 setFTPSAddress (String value)

Sets the value of the ftpsAddress 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 setUsePassiveMode (boolean value)

Sets the value of the usePassiveMode property.

Parameters
value

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