public class

CopyResult

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

Class Overview

Java class for CopyResult complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CopyResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="ErrorCode" use="required" type="{http://schemas.microsoft.com/sharepoint/soap/}CopyErrorCode" />
       <attribute name="ErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="DestinationUrl" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String destinationUrl
protected CopyErrorCode errorCode
protected String errorMessage
Public Constructors
CopyResult()
Public Methods
String getDestinationUrl()
Gets the value of the destinationUrl property.
CopyErrorCode getErrorCode()
Gets the value of the errorCode property.
String getErrorMessage()
Gets the value of the errorMessage property.
void setDestinationUrl(String value)
Sets the value of the destinationUrl property.
void setErrorCode(CopyErrorCode value)
Sets the value of the errorCode property.
void setErrorMessage(String value)
Sets the value of the errorMessage property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String destinationUrl

protected CopyErrorCode errorCode

protected String errorMessage

Public Constructors

public CopyResult ()

Public Methods

public String getDestinationUrl ()

Gets the value of the destinationUrl property.

Returns
  • possible object is String

public CopyErrorCode getErrorCode ()

Gets the value of the errorCode property.

Returns

public String getErrorMessage ()

Gets the value of the errorMessage property.

Returns
  • possible object is String

public void setDestinationUrl (String value)

Sets the value of the destinationUrl property.

Parameters
value Allowed object is String

public void setErrorCode (CopyErrorCode value)

Sets the value of the errorCode property.

Parameters
value Allowed object is CopyErrorCode

public void setErrorMessage (String value)

Sets the value of the errorMessage property.

Parameters
value Allowed object is String