| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationPayloadDataType |
Integration Payload Data element
Java class for Integration_Payload_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Payload_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PGP_Encryption_Settings_Data" type="{urn:com.workday/bsvc}PGP_Encryption_Settings_DataType" minOccurs="0"/>
<element name="Compressed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| compressed | |||||||||||
| pgpEncryptionSettingsData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the compressed property.
| |||||||||||
Gets the value of the pgpEncryptionSettingsData property.
| |||||||||||
Sets the value of the compressed property.
| |||||||||||
Sets the value of the pgpEncryptionSettingsData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the compressed property. This getter has been renamed from isCompressed() to getCompressed() by cxf-xjc-boolean plugin.
Gets the value of the pgpEncryptionSettingsData property.
PGPEncryptionSettingsDataType
Sets the value of the compressed property.
| value | Allowed object is Boolean |
|---|
Sets the value of the pgpEncryptionSettingsData property.
| value | Allowed object is
PGPEncryptionSettingsDataType
|
|---|