| java.lang.Object | |
| ↳ | com.workday.integrations.SFTPTransportProtocolDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| directory | |||||||||||
| password | |||||||||||
| sftpAddress | |||||||||||
| sshAuthenticationReference | |||||||||||
| useTempFile | |||||||||||
| userID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the directory property.
| |||||||||||
Gets the value of the password property.
| |||||||||||
Gets the value of the sftpAddress property.
| |||||||||||
Gets the value of the sshAuthenticationReference 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 password property.
| |||||||||||
Sets the value of the sftpAddress property.
| |||||||||||
Sets the value of the sshAuthenticationReference 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 password property.
Gets the value of the sftpAddress property.
Gets the value of the sshAuthenticationReference property.
X509PrivateKeyPairObjectType
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 password property.
| value | Allowed object is String |
|---|
Sets the value of the sftpAddress property.
| value | Allowed object is String |
|---|
Sets the value of the sshAuthenticationReference property.
| value | Allowed object is
X509PrivateKeyPairObjectType
|
|---|
Sets the value of the useTempFile property.
| value | Allowed object is Boolean |
|---|
Sets the value of the userID property.
| value | Allowed object is String |
|---|