public class

AddAttachment

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.lists.AddAttachment

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

Summary

Fields
protected byte[] attachment
protected String fileName
protected String listItemID
protected String listName
Public Constructors
AddAttachment()
Public Methods
byte[] getAttachment()
Gets the value of the attachment property.
String getFileName()
Gets the value of the fileName property.
String getListItemID()
Gets the value of the listItemID property.
String getListName()
Gets the value of the listName property.
void setAttachment(byte[] value)
Sets the value of the attachment property.
void setFileName(String value)
Sets the value of the fileName property.
void setListItemID(String value)
Sets the value of the listItemID property.
void setListName(String value)
Sets the value of the listName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected byte[] attachment

protected String fileName

protected String listItemID

protected String listName

Public Constructors

public AddAttachment ()

Public Methods

public byte[] getAttachment ()

Gets the value of the attachment property.

Returns
  • possible object is byte[]

public String getFileName ()

Gets the value of the fileName property.

Returns
  • possible object is String

public String getListItemID ()

Gets the value of the listItemID property.

Returns
  • possible object is String

public String getListName ()

Gets the value of the listName property.

Returns
  • possible object is String

public void setAttachment (byte[] value)

Sets the value of the attachment property.

Parameters
value Allowed object is byte[]

public void setFileName (String value)

Sets the value of the fileName property.

Parameters
value Allowed object is String

public void setListItemID (String value)

Sets the value of the listItemID property.

Parameters
value Allowed object is String

public void setListName (String value)

Sets the value of the listName property.

Parameters
value Allowed object is String