public class

CopyIntoItems

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.copy.CopyIntoItems

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="SourceUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DestinationUrls" type="{http://schemas.microsoft.com/sharepoint/soap/}DestinationUrlCollection" minOccurs="0"/>
         <element name="Fields" type="{http://schemas.microsoft.com/sharepoint/soap/}FieldInformationCollection" minOccurs="0"/>
         <element name="Stream" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected DestinationUrlCollection destinationUrls
protected FieldInformationCollection fields
protected String sourceUrl
protected byte[] stream
Public Constructors
CopyIntoItems()
Public Methods
DestinationUrlCollection getDestinationUrls()
Gets the value of the destinationUrls property.
FieldInformationCollection getFields()
Gets the value of the fields property.
String getSourceUrl()
Gets the value of the sourceUrl property.
byte[] getStream()
Gets the value of the stream property.
void setDestinationUrls(DestinationUrlCollection value)
Sets the value of the destinationUrls property.
void setFields(FieldInformationCollection value)
Sets the value of the fields property.
void setSourceUrl(String value)
Sets the value of the sourceUrl property.
void setStream(byte[] value)
Sets the value of the stream property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected DestinationUrlCollection destinationUrls

protected FieldInformationCollection fields

protected String sourceUrl

protected byte[] stream

Public Constructors

public CopyIntoItems ()

Public Methods

public DestinationUrlCollection getDestinationUrls ()

Gets the value of the destinationUrls property.

Returns

public FieldInformationCollection getFields ()

Gets the value of the fields property.

Returns

public String getSourceUrl ()

Gets the value of the sourceUrl property.

Returns
  • possible object is String

public byte[] getStream ()

Gets the value of the stream property.

Returns
  • possible object is byte[]

public void setDestinationUrls (DestinationUrlCollection value)

Sets the value of the destinationUrls property.

Parameters
value Allowed object is DestinationUrlCollection

public void setFields (FieldInformationCollection value)

Sets the value of the fields property.

Parameters
value Allowed object is FieldInformationCollection

public void setSourceUrl (String value)

Sets the value of the sourceUrl property.

Parameters
value Allowed object is String

public void setStream (byte[] value)

Sets the value of the stream property.

Parameters
value Allowed object is byte[]