public class

Upload

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

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="bytes" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
         <element name="fileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fOverWriteIfExist" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected byte[] bytes
protected boolean fOverWriteIfExist
protected String fileName
protected String strFolder
protected String strListName
Public Constructors
Upload()
Public Methods
byte[] getBytes()
Gets the value of the bytes property.
boolean getFOverWriteIfExist()
Gets the value of the fOverWriteIfExist property.
String getFileName()
Gets the value of the fileName property.
String getStrFolder()
Gets the value of the strFolder property.
String getStrListName()
Gets the value of the strListName property.
void setBytes(byte[] value)
Sets the value of the bytes property.
void setFOverWriteIfExist(boolean value)
Sets the value of the fOverWriteIfExist property.
void setFileName(String value)
Sets the value of the fileName property.
void setStrFolder(String value)
Sets the value of the strFolder property.
void setStrListName(String value)
Sets the value of the strListName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected byte[] bytes

protected boolean fOverWriteIfExist

protected String fileName

protected String strFolder

protected String strListName

Public Constructors

public Upload ()

Public Methods

public byte[] getBytes ()

Gets the value of the bytes property.

Returns
  • possible object is byte[]

public boolean getFOverWriteIfExist ()

Gets the value of the fOverWriteIfExist property. This getter has been renamed from isFOverWriteIfExist() to getFOverWriteIfExist() by cxf-xjc-boolean plugin.

public String getFileName ()

Gets the value of the fileName property.

Returns
  • possible object is String

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 void setBytes (byte[] value)

Sets the value of the bytes property.

Parameters
value Allowed object is byte[]

public void setFOverWriteIfExist (boolean value)

Sets the value of the fOverWriteIfExist property.

Parameters
value

public void setFileName (String value)

Sets the value of the fileName property.

Parameters
value Allowed object is String

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