public class

GetItemResponse

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

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

Summary

Fields
protected FieldInformationCollection fields
protected long getItemResult
protected byte[] stream
Public Constructors
GetItemResponse()
Public Methods
FieldInformationCollection getFields()
Gets the value of the fields property.
long getGetItemResult()
Gets the value of the getItemResult property.
byte[] getStream()
Gets the value of the stream property.
void setFields(FieldInformationCollection value)
Sets the value of the fields property.
void setGetItemResult(long value)
Sets the value of the getItemResult property.
void setStream(byte[] value)
Sets the value of the stream property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected FieldInformationCollection fields

protected long getItemResult

protected byte[] stream

Public Constructors

public GetItemResponse ()

Public Methods

public FieldInformationCollection getFields ()

Gets the value of the fields property.

Returns

public long getGetItemResult ()

Gets the value of the getItemResult property.

public byte[] getStream ()

Gets the value of the stream property.

Returns
  • possible object is byte[]

public void setFields (FieldInformationCollection value)

Sets the value of the fields property.

Parameters
value Allowed object is FieldInformationCollection

public void setGetItemResult (long value)

Sets the value of the getItemResult property.

Parameters
value

public void setStream (byte[] value)

Sets the value of the stream property.

Parameters
value Allowed object is byte[]