| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationAttachmentDataType |
Encapsulating element containing all Integration Attachment data.
Java class for Integration_Attachment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Attachment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="File_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="File_Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="Content_Type_Reference" type="{urn:com.workday/bsvc}Mime_TypeObjectType" minOccurs="0"/>
<element name="Comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="Content_Type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="80"/>
</restriction>
</simpleType>
</attribute>
<attribute name="Filename">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</attribute>
<attribute name="Encoding" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Compressed" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| comments | |||||||||||
| compressed | |||||||||||
| contentType | |||||||||||
| contentTypeReference | |||||||||||
| encoding | |||||||||||
| fileContent | |||||||||||
| fileID | |||||||||||
| filename | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the comments property.
| |||||||||||
Gets the value of the compressed property.
| |||||||||||
Gets the value of the contentType property.
| |||||||||||
Gets the value of the contentTypeReference property.
| |||||||||||
Gets the value of the encoding property.
| |||||||||||
Gets the value of the fileContent property.
| |||||||||||
Gets the value of the fileID property.
| |||||||||||
Gets the value of the filename property.
| |||||||||||
Sets the value of the comments property.
| |||||||||||
Sets the value of the compressed property.
| |||||||||||
Sets the value of the contentType property.
| |||||||||||
Sets the value of the contentTypeReference property.
| |||||||||||
Sets the value of the encoding property.
| |||||||||||
Sets the value of the fileContent property.
| |||||||||||
Sets the value of the fileID property.
| |||||||||||
Sets the value of the filename property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the comments property.
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 contentType property.
Gets the value of the contentTypeReference property.
MimeTypeObjectType
Gets the value of the encoding property.
Gets the value of the fileContent property.
Gets the value of the fileID property.
Gets the value of the filename property.
Sets the value of the comments property.
| value | Allowed object is String |
|---|
Sets the value of the compressed property.
| value | Allowed object is Boolean |
|---|
Sets the value of the contentType property.
| value | Allowed object is String |
|---|
Sets the value of the contentTypeReference property.
| value | Allowed object is
MimeTypeObjectType
|
|---|
Sets the value of the encoding property.
| value | Allowed object is String |
|---|
Sets the value of the fileContent property.
| value | Allowed object is byte[] |
|---|
Sets the value of the fileID property.
| value | Allowed object is String |
|---|
Sets the value of the filename property.
| value | Allowed object is String |
|---|