| java.lang.Object | |
| ↳ | com.workday.integrations.AttachmentWWSDataType |
Attachment WWS Data element
Java class for Attachment_WWS_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Attachment_WWS_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="File_Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element name="Mime_Type_Reference" type="{urn:com.workday/bsvc}Mime_TypeObjectType" minOccurs="0"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| comment | |||||||||||
| fileContent | |||||||||||
| filename | |||||||||||
| id | |||||||||||
| mimeTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the comment property.
| |||||||||||
Gets the value of the fileContent property.
| |||||||||||
Gets the value of the filename property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the mimeTypeReference property.
| |||||||||||
Sets the value of the comment property.
| |||||||||||
Sets the value of the fileContent property.
| |||||||||||
Sets the value of the filename property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the mimeTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the comment property.
Gets the value of the fileContent property.
Gets the value of the filename property.
Gets the value of the id property.
Gets the value of the mimeTypeReference property.
MimeTypeObjectType
Sets the value of the comment property.
| value | Allowed object is String |
|---|
Sets the value of the fileContent property.
| value | Allowed object is byte[] |
|---|
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
|
|---|