public class

IntegrationFileUtilityDataType

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

Class Overview

File Utility Data element

Java class for Integration_File_Utility_DataType complex type.

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

 <complexType name="Integration_File_Utility_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Filename">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="255"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Sequence_Generator_Data" type="{urn:com.workday/bsvc}Sequence_Generator_DataType" minOccurs="0"/>
         <element name="Mime_Type_Reference" type="{urn:com.workday/bsvc}Mime_TypeObjectType" minOccurs="0"/>
         <element name="Compressed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Document_Retention_Policy" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="12"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="PGP_Encryption_Settings_Data" type="{urn:com.workday/bsvc}PGP_Encryption_Settings_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean compressed
protected BigDecimal documentRetentionPolicy
protected String filename
protected String id
protected MimeTypeObjectType mimeTypeReference
protected PGPEncryptionSettingsDataType pgpEncryptionSettingsData
protected SequenceGeneratorDataType sequenceGeneratorData
Public Constructors
IntegrationFileUtilityDataType()
Public Methods
Boolean getCompressed()
Gets the value of the compressed property.
BigDecimal getDocumentRetentionPolicy()
Gets the value of the documentRetentionPolicy property.
String getFilename()
Gets the value of the filename property.
String getID()
Gets the value of the id property.
MimeTypeObjectType getMimeTypeReference()
Gets the value of the mimeTypeReference property.
PGPEncryptionSettingsDataType getPGPEncryptionSettingsData()
Gets the value of the pgpEncryptionSettingsData property.
SequenceGeneratorDataType getSequenceGeneratorData()
Gets the value of the sequenceGeneratorData property.
void setCompressed(Boolean value)
Sets the value of the compressed property.
void setDocumentRetentionPolicy(BigDecimal value)
Sets the value of the documentRetentionPolicy property.
void setFilename(String value)
Sets the value of the filename property.
void setID(String value)
Sets the value of the id property.
void setMimeTypeReference(MimeTypeObjectType value)
Sets the value of the mimeTypeReference property.
void setPGPEncryptionSettingsData(PGPEncryptionSettingsDataType value)
Sets the value of the pgpEncryptionSettingsData property.
void setSequenceGeneratorData(SequenceGeneratorDataType value)
Sets the value of the sequenceGeneratorData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean compressed

protected BigDecimal documentRetentionPolicy

protected String filename

protected String id

protected MimeTypeObjectType mimeTypeReference

protected PGPEncryptionSettingsDataType pgpEncryptionSettingsData

protected SequenceGeneratorDataType sequenceGeneratorData

Public Constructors

public IntegrationFileUtilityDataType ()

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 BigDecimal getDocumentRetentionPolicy ()

Gets the value of the documentRetentionPolicy property.

Returns
  • possible object is BigDecimal

public String getFilename ()

Gets the value of the filename property.

Returns
  • possible object is String

public String getID ()

Gets the value of the id property.

Returns
  • possible object is String

public MimeTypeObjectType getMimeTypeReference ()

Gets the value of the mimeTypeReference property.

Returns

public PGPEncryptionSettingsDataType getPGPEncryptionSettingsData ()

Gets the value of the pgpEncryptionSettingsData property.

Returns

public SequenceGeneratorDataType getSequenceGeneratorData ()

Gets the value of the sequenceGeneratorData property.

Returns

public void setCompressed (Boolean value)

Sets the value of the compressed property.

Parameters
value Allowed object is Boolean

public void setDocumentRetentionPolicy (BigDecimal value)

Sets the value of the documentRetentionPolicy property.

Parameters
value Allowed object is BigDecimal

public void setFilename (String value)

Sets the value of the filename property.

Parameters
value Allowed object is String

public void setID (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setMimeTypeReference (MimeTypeObjectType value)

Sets the value of the mimeTypeReference property.

Parameters
value Allowed object is MimeTypeObjectType

public void setPGPEncryptionSettingsData (PGPEncryptionSettingsDataType value)

Sets the value of the pgpEncryptionSettingsData property.

Parameters
value Allowed object is PGPEncryptionSettingsDataType

public void setSequenceGeneratorData (SequenceGeneratorDataType value)

Sets the value of the sequenceGeneratorData property.

Parameters
value Allowed object is SequenceGeneratorDataType