public class

GetItemsByIds

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.imaging.GetItemsByIds

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="strListName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ids" type="{http://schemas.microsoft.com/sharepoint/soap/ois/}ArrayOfUnsignedInt" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ArrayOfUnsignedInt ids
protected String strListName
Public Constructors
GetItemsByIds()
Public Methods
ArrayOfUnsignedInt getIds()
Gets the value of the ids property.
String getStrListName()
Gets the value of the strListName property.
void setIds(ArrayOfUnsignedInt value)
Sets the value of the ids property.
void setStrListName(String value)
Sets the value of the strListName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfUnsignedInt ids

protected String strListName

Public Constructors

public GetItemsByIds ()

Public Methods

public ArrayOfUnsignedInt getIds ()

Gets the value of the ids property.

Returns

public String getStrListName ()

Gets the value of the strListName property.

Returns
  • possible object is String

public void setIds (ArrayOfUnsignedInt value)

Sets the value of the ids property.

Parameters
value Allowed object is ArrayOfUnsignedInt

public void setStrListName (String value)

Sets the value of the strListName property.

Parameters
value Allowed object is String