public class

UploadMessage

extends BaseMessage
java.lang.Object
   ↳ com.clarizen.api.BaseMessage
     ↳ com.clarizen.api.files.UploadMessage

Class Overview

Java class for UploadMessage complex type.

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

 <complexType name="UploadMessage">
   <complexContent>
     <extension base="{http://clarizen.com/api}BaseMessage">
       <sequence>
         <element name="DocumentId" type="{http://clarizen.com/api}EntityId" minOccurs="0"/>
         <element name="FileInformation" type="{http://clarizen.com/api/files}FileInformation" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected EntityId documentId
protected FileInformation fileInformation
Public Constructors
UploadMessage()
Public Methods
EntityId getDocumentId()
Gets the value of the documentId property.
FileInformation getFileInformation()
Gets the value of the fileInformation property.
void setDocumentId(EntityId value)
Sets the value of the documentId property.
void setFileInformation(FileInformation value)
Sets the value of the fileInformation property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected EntityId documentId

protected FileInformation fileInformation

Public Constructors

public UploadMessage ()

Public Methods

public EntityId getDocumentId ()

Gets the value of the documentId property.

Returns

public FileInformation getFileInformation ()

Gets the value of the fileInformation property.

Returns

public void setDocumentId (EntityId value)

Sets the value of the documentId property.

Parameters
value Allowed object is EntityId

public void setFileInformation (FileInformation value)

Sets the value of the fileInformation property.

Parameters
value Allowed object is FileInformation