public class

CopyIntoItemsLocal

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

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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected DestinationUrlCollection destinationUrls
protected String sourceUrl
Public Constructors
CopyIntoItemsLocal()
Public Methods
DestinationUrlCollection getDestinationUrls()
Gets the value of the destinationUrls property.
String getSourceUrl()
Gets the value of the sourceUrl property.
void setDestinationUrls(DestinationUrlCollection value)
Sets the value of the destinationUrls property.
void setSourceUrl(String value)
Sets the value of the sourceUrl property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected DestinationUrlCollection destinationUrls

protected String sourceUrl

Public Constructors

public CopyIntoItemsLocal ()

Public Methods

public DestinationUrlCollection getDestinationUrls ()

Gets the value of the destinationUrls property.

Returns

public String getSourceUrl ()

Gets the value of the sourceUrl property.

Returns
  • possible object is String

public void setDestinationUrls (DestinationUrlCollection value)

Sets the value of the destinationUrls property.

Parameters
value Allowed object is DestinationUrlCollection

public void setSourceUrl (String value)

Sets the value of the sourceUrl property.

Parameters
value Allowed object is String