public class

CopyIntoItemsResponse

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

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="CopyIntoItemsResult" 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 copyIntoItemsResult
protected CopyResultCollection results
Public Constructors
CopyIntoItemsResponse()
Public Methods
long getCopyIntoItemsResult()
Gets the value of the copyIntoItemsResult property.
CopyResultCollection getResults()
Gets the value of the results property.
void setCopyIntoItemsResult(long value)
Sets the value of the copyIntoItemsResult property.
void setResults(CopyResultCollection value)
Sets the value of the results property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected long copyIntoItemsResult

protected CopyResultCollection results

Public Constructors

public CopyIntoItemsResponse ()

Public Methods

public long getCopyIntoItemsResult ()

Gets the value of the copyIntoItemsResult property.

public CopyResultCollection getResults ()

Gets the value of the results property.

Returns

public void setCopyIntoItemsResult (long value)

Sets the value of the copyIntoItemsResult property.

Parameters
value

public void setResults (CopyResultCollection value)

Sets the value of the results property.

Parameters
value Allowed object is CopyResultCollection