public class

CopyIntoItemsLocalResponse

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

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="CopyIntoItemsLocalResult" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
         <element name="Results" type="{http://schemas.microsoft.com/sharepoint/soap/}CopyResultCollection" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected long copyIntoItemsLocalResult
protected CopyResultCollection results
Public Constructors
CopyIntoItemsLocalResponse()
Public Methods
long getCopyIntoItemsLocalResult()
Gets the value of the copyIntoItemsLocalResult property.
CopyResultCollection getResults()
Gets the value of the results property.
void setCopyIntoItemsLocalResult(long value)
Sets the value of the copyIntoItemsLocalResult property.
void setResults(CopyResultCollection value)
Sets the value of the results property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected long copyIntoItemsLocalResult

protected CopyResultCollection results

Public Constructors

public CopyIntoItemsLocalResponse ()

Public Methods

public long getCopyIntoItemsLocalResult ()

Gets the value of the copyIntoItemsLocalResult property.

public CopyResultCollection getResults ()

Gets the value of the results property.

Returns

public void setCopyIntoItemsLocalResult (long value)

Sets the value of the copyIntoItemsLocalResult property.

Parameters
value

public void setResults (CopyResultCollection value)

Sets the value of the results property.

Parameters
value Allowed object is CopyResultCollection