public class

PGPEncryptionSettingsDataType

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

Class Overview

PGP Encryption Settings Data element

Java class for PGP_Encryption_Settings_DataType complex type.

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

 <complexType name="PGP_Encryption_Settings_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Certificate_Reference" type="{urn:com.workday/bsvc}PGP_Public_KeyObjectType" minOccurs="0"/>
         <element name="Ascii_Armored" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Containing_Integrity_Check" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Decrypted_Filename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PGP_2.6x_Compatible" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Digitally_Sign_Key_Pair_Reference" type="{urn:com.workday/bsvc}PGP_Private_Key_PairObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean asciiArmored
protected PGPPublicKeyObjectType certificateReference
protected Boolean containingIntegrityCheck
protected String decryptedFilename
protected PGPPrivateKeyPairObjectType digitallySignKeyPairReference
protected Boolean pgp26XCompatible
Public Constructors
PGPEncryptionSettingsDataType()
Public Methods
Boolean getAsciiArmored()
Gets the value of the asciiArmored property.
PGPPublicKeyObjectType getCertificateReference()
Gets the value of the certificateReference property.
Boolean getContainingIntegrityCheck()
Gets the value of the containingIntegrityCheck property.
String getDecryptedFilename()
Gets the value of the decryptedFilename property.
PGPPrivateKeyPairObjectType getDigitallySignKeyPairReference()
Gets the value of the digitallySignKeyPairReference property.
Boolean getPGP26XCompatible()
Gets the value of the pgp26XCompatible property.
void setAsciiArmored(Boolean value)
Sets the value of the asciiArmored property.
void setCertificateReference(PGPPublicKeyObjectType value)
Sets the value of the certificateReference property.
void setContainingIntegrityCheck(Boolean value)
Sets the value of the containingIntegrityCheck property.
void setDecryptedFilename(String value)
Sets the value of the decryptedFilename property.
void setDigitallySignKeyPairReference(PGPPrivateKeyPairObjectType value)
Sets the value of the digitallySignKeyPairReference property.
void setPGP26XCompatible(Boolean value)
Sets the value of the pgp26XCompatible property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean asciiArmored

protected PGPPublicKeyObjectType certificateReference

protected Boolean containingIntegrityCheck

protected String decryptedFilename

protected PGPPrivateKeyPairObjectType digitallySignKeyPairReference

protected Boolean pgp26XCompatible

Public Constructors

public PGPEncryptionSettingsDataType ()

Public Methods

public Boolean getAsciiArmored ()

Gets the value of the asciiArmored property. This getter has been renamed from isAsciiArmored() to getAsciiArmored() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public PGPPublicKeyObjectType getCertificateReference ()

Gets the value of the certificateReference property.

Returns

public Boolean getContainingIntegrityCheck ()

Gets the value of the containingIntegrityCheck property. This getter has been renamed from isContainingIntegrityCheck() to getContainingIntegrityCheck() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getDecryptedFilename ()

Gets the value of the decryptedFilename property.

Returns
  • possible object is String

public PGPPrivateKeyPairObjectType getDigitallySignKeyPairReference ()

Gets the value of the digitallySignKeyPairReference property.

Returns

public Boolean getPGP26XCompatible ()

Gets the value of the pgp26XCompatible property. This getter has been renamed from isPGP26XCompatible() to getPGP26XCompatible() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setAsciiArmored (Boolean value)

Sets the value of the asciiArmored property.

Parameters
value Allowed object is Boolean

public void setCertificateReference (PGPPublicKeyObjectType value)

Sets the value of the certificateReference property.

Parameters
value Allowed object is PGPPublicKeyObjectType

public void setContainingIntegrityCheck (Boolean value)

Sets the value of the containingIntegrityCheck property.

Parameters
value Allowed object is Boolean

public void setDecryptedFilename (String value)

Sets the value of the decryptedFilename property.

Parameters
value Allowed object is String

public void setDigitallySignKeyPairReference (PGPPrivateKeyPairObjectType value)

Sets the value of the digitallySignKeyPairReference property.

Parameters
value Allowed object is PGPPrivateKeyPairObjectType

public void setPGP26XCompatible (Boolean value)

Sets the value of the pgp26XCompatible property.

Parameters
value Allowed object is Boolean