public class

GetAttachmentsResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.sitedata.GetAttachmentsResponse

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

Summary

Fields
protected long getAttachmentsResult
protected SitedataArrayOfString vAttachments
Public Constructors
GetAttachmentsResponse()
Public Methods
long getGetAttachmentsResult()
Gets the value of the getAttachmentsResult property.
SitedataArrayOfString getVAttachments()
Gets the value of the vAttachments property.
void setGetAttachmentsResult(long value)
Sets the value of the getAttachmentsResult property.
void setVAttachments(SitedataArrayOfString value)
Sets the value of the vAttachments property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected long getAttachmentsResult

protected SitedataArrayOfString vAttachments

Public Constructors

public GetAttachmentsResponse ()

Public Methods

public long getGetAttachmentsResult ()

Gets the value of the getAttachmentsResult property.

public SitedataArrayOfString getVAttachments ()

Gets the value of the vAttachments property.

Returns

public void setGetAttachmentsResult (long value)

Sets the value of the getAttachmentsResult property.

Parameters
value

public void setVAttachments (SitedataArrayOfString value)

Sets the value of the vAttachments property.

Parameters
value Allowed object is SitedataArrayOfString