| java.lang.Object | |
| ↳ | com.workday.integrations.FTPSTransportProtocolDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| directory | |||||||||||
| ftpsAddress | |||||||||||
| password | |||||||||||
| usePassiveMode | |||||||||||
| useTempFile | |||||||||||
| userID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the directory property.
| |||||||||||
Gets the value of the ftpsAddress property.
| |||||||||||
Gets the value of the password property.
| |||||||||||
Gets the value of the usePassiveMode property.
| |||||||||||
Gets the value of the useTempFile property.
| |||||||||||
Gets the value of the userID property.
| |||||||||||
Sets the value of the directory property.
| |||||||||||
Sets the value of the ftpsAddress property.
| |||||||||||
Sets the value of the password property.
| |||||||||||
Sets the value of the usePassiveMode property.
| |||||||||||
Sets the value of the useTempFile property.
| |||||||||||
Sets the value of the userID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the directory property.
Gets the value of the ftpsAddress property.
Gets the value of the password property.
Gets the value of the usePassiveMode property. This getter has been renamed from isUsePassiveMode() to getUsePassiveMode() by cxf-xjc-boolean plugin.
Gets the value of the useTempFile property. This getter has been renamed from isUseTempFile() to getUseTempFile() by cxf-xjc-boolean plugin.
Gets the value of the userID property.
Sets the value of the directory property.
| value | Allowed object is String |
|---|
Sets the value of the ftpsAddress property.
| value | Allowed object is String |
|---|
Sets the value of the password property.
| value | Allowed object is String |
|---|
Sets the value of the usePassiveMode property.
| value |
|---|
Sets the value of the useTempFile property.
| value | Allowed object is Boolean |
|---|
Sets the value of the userID property.
| value | Allowed object is String |
|---|