public class

IntegrationPayloadDataType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean compressed
protected PGPEncryptionSettingsDataType pgpEncryptionSettingsData
Public Constructors
IntegrationPayloadDataType()
Public Methods
Boolean getCompressed()
Gets the value of the compressed property.
PGPEncryptionSettingsDataType getPGPEncryptionSettingsData()
Gets the value of the pgpEncryptionSettingsData property.
void setCompressed(Boolean value)
Sets the value of the compressed property.
void setPGPEncryptionSettingsData(PGPEncryptionSettingsDataType value)
Sets the value of the pgpEncryptionSettingsData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean compressed

protected PGPEncryptionSettingsDataType pgpEncryptionSettingsData

Public Constructors

public IntegrationPayloadDataType ()

Public Methods

public Boolean getCompressed ()

Gets the value of the compressed property. This getter has been renamed from isCompressed() to getCompressed() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public PGPEncryptionSettingsDataType getPGPEncryptionSettingsData ()

Gets the value of the pgpEncryptionSettingsData property.

Returns

public void setCompressed (Boolean value)

Sets the value of the compressed property.

Parameters
value Allowed object is Boolean

public void setPGPEncryptionSettingsData (PGPEncryptionSettingsDataType value)

Sets the value of the pgpEncryptionSettingsData property.

Parameters
value Allowed object is PGPEncryptionSettingsDataType