| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationFileUtilityDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| compressed | |||||||||||
| documentRetentionPolicy | |||||||||||
| filename | |||||||||||
| id | |||||||||||
| mimeTypeReference | |||||||||||
| pgpEncryptionSettingsData | |||||||||||
| sequenceGeneratorData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the compressed property.
| |||||||||||
Gets the value of the documentRetentionPolicy property.
| |||||||||||
Gets the value of the filename property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the mimeTypeReference property.
| |||||||||||
Gets the value of the pgpEncryptionSettingsData property.
| |||||||||||
Gets the value of the sequenceGeneratorData property.
| |||||||||||
Sets the value of the compressed property.
| |||||||||||
Sets the value of the documentRetentionPolicy property.
| |||||||||||
Sets the value of the filename property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the mimeTypeReference property.
| |||||||||||
Sets the value of the pgpEncryptionSettingsData property.
| |||||||||||
Sets the value of the sequenceGeneratorData 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 documentRetentionPolicy property.
Gets the value of the filename property.
Gets the value of the id property.
Gets the value of the mimeTypeReference property.
MimeTypeObjectType
Gets the value of the pgpEncryptionSettingsData property.
PGPEncryptionSettingsDataType
Gets the value of the sequenceGeneratorData property.
SequenceGeneratorDataType
Sets the value of the compressed property.
| value | Allowed object is Boolean |
|---|
Sets the value of the documentRetentionPolicy property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the filename property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the mimeTypeReference property.
| value | Allowed object is
MimeTypeObjectType
|
|---|
Sets the value of the pgpEncryptionSettingsData property.
| value | Allowed object is
PGPEncryptionSettingsDataType
|
|---|
Sets the value of the sequenceGeneratorData property.
| value | Allowed object is
SequenceGeneratorDataType
|
|---|