public class

FileInformation

extends Object
java.lang.Object
   ↳ com.clarizen.api.files.FileInformation

Class Overview

Java class for FileInformation complex type.

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

 <complexType name="FileInformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
         <element name="ExtendedInfo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Storage" type="{http://clarizen.com/api/files}Storage"/>
         <element name="SubType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected byte[] content
protected String extendedInfo
protected String fileName
protected Storage storage
protected String subType
protected String url
Public Constructors
FileInformation()
Public Methods
byte[] getContent()
Gets the value of the content property.
String getExtendedInfo()
Gets the value of the extendedInfo property.
String getFileName()
Gets the value of the fileName property.
Storage getStorage()
Gets the value of the storage property.
String getSubType()
Gets the value of the subType property.
String getUrl()
Gets the value of the url property.
void setContent(byte[] value)
Sets the value of the content property.
void setExtendedInfo(String value)
Sets the value of the extendedInfo property.
void setFileName(String value)
Sets the value of the fileName property.
void setStorage(Storage value)
Sets the value of the storage property.
void setSubType(String value)
Sets the value of the subType property.
void setUrl(String value)
Sets the value of the url property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected byte[] content

protected String extendedInfo

protected String fileName

protected Storage storage

protected String subType

protected String url

Public Constructors

public FileInformation ()

Public Methods

public byte[] getContent ()

Gets the value of the content property.

Returns
  • possible object is byte[]

public String getExtendedInfo ()

Gets the value of the extendedInfo property.

Returns
  • possible object is String

public String getFileName ()

Gets the value of the fileName property.

Returns
  • possible object is String

public Storage getStorage ()

Gets the value of the storage property.

Returns

public String getSubType ()

Gets the value of the subType property.

Returns
  • possible object is String

public String getUrl ()

Gets the value of the url property.

Returns
  • possible object is String

public void setContent (byte[] value)

Sets the value of the content property.

Parameters
value Allowed object is byte[]

public void setExtendedInfo (String value)

Sets the value of the extendedInfo property.

Parameters
value Allowed object is String

public void setFileName (String value)

Sets the value of the fileName property.

Parameters
value Allowed object is String

public void setStorage (Storage value)

Sets the value of the storage property.

Parameters
value Allowed object is Storage

public void setSubType (String value)

Sets the value of the subType property.

Parameters
value Allowed object is String

public void setUrl (String value)

Sets the value of the url property.

Parameters
value Allowed object is String