public class

Download

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.imaging.Download

Class Overview

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="strListName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="strFolder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="itemFileNames" type="{http://schemas.microsoft.com/sharepoint/soap/ois/}ArrayOfString" minOccurs="0"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
         <element name="fFetchOriginalIfNotAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean fFetchOriginalIfNotAvailable
protected ImagingArrayOfString itemFileNames
protected String strFolder
protected String strListName
protected long type
Public Constructors
Download()
Public Methods
boolean getFFetchOriginalIfNotAvailable()
Gets the value of the fFetchOriginalIfNotAvailable property.
ImagingArrayOfString getItemFileNames()
Gets the value of the itemFileNames property.
String getStrFolder()
Gets the value of the strFolder property.
String getStrListName()
Gets the value of the strListName property.
long getType()
Gets the value of the type property.
void setFFetchOriginalIfNotAvailable(boolean value)
Sets the value of the fFetchOriginalIfNotAvailable property.
void setItemFileNames(ImagingArrayOfString value)
Sets the value of the itemFileNames property.
void setStrFolder(String value)
Sets the value of the strFolder property.
void setStrListName(String value)
Sets the value of the strListName property.
void setType(long value)
Sets the value of the type property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean fFetchOriginalIfNotAvailable

protected ImagingArrayOfString itemFileNames

protected String strFolder

protected String strListName

protected long type

Public Constructors

public Download ()

Public Methods

public boolean getFFetchOriginalIfNotAvailable ()

Gets the value of the fFetchOriginalIfNotAvailable property. This getter has been renamed from isFFetchOriginalIfNotAvailable() to getFFetchOriginalIfNotAvailable() by cxf-xjc-boolean plugin.

public ImagingArrayOfString getItemFileNames ()

Gets the value of the itemFileNames property.

Returns

public String getStrFolder ()

Gets the value of the strFolder property.

Returns
  • possible object is String

public String getStrListName ()

Gets the value of the strListName property.

Returns
  • possible object is String

public long getType ()

Gets the value of the type property.

public void setFFetchOriginalIfNotAvailable (boolean value)

Sets the value of the fFetchOriginalIfNotAvailable property.

Parameters
value

public void setItemFileNames (ImagingArrayOfString value)

Sets the value of the itemFileNames property.

Parameters
value Allowed object is ImagingArrayOfString

public void setStrFolder (String value)

Sets the value of the strFolder property.

Parameters
value Allowed object is String

public void setStrListName (String value)

Sets the value of the strListName property.

Parameters
value Allowed object is String

public void setType (long value)

Sets the value of the type property.

Parameters
value