public class

GetContent

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

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="objectType" type="{http://schemas.microsoft.com/sharepoint/soap/}ObjectType"/>
         <element name="objectId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="folderUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="itemId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="retrieveChildItems" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="securityOnly" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="lastItemIdOnPage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String folderUrl
protected String itemId
protected String lastItemIdOnPage
protected String objectId
protected ObjectType objectType
protected boolean retrieveChildItems
protected boolean securityOnly
Public Constructors
GetContent()
Public Methods
String getFolderUrl()
Gets the value of the folderUrl property.
String getItemId()
Gets the value of the itemId property.
String getLastItemIdOnPage()
Gets the value of the lastItemIdOnPage property.
String getObjectId()
Gets the value of the objectId property.
ObjectType getObjectType()
Gets the value of the objectType property.
boolean getRetrieveChildItems()
Gets the value of the retrieveChildItems property.
boolean getSecurityOnly()
Gets the value of the securityOnly property.
void setFolderUrl(String value)
Sets the value of the folderUrl property.
void setItemId(String value)
Sets the value of the itemId property.
void setLastItemIdOnPage(String value)
Sets the value of the lastItemIdOnPage property.
void setObjectId(String value)
Sets the value of the objectId property.
void setObjectType(ObjectType value)
Sets the value of the objectType property.
void setRetrieveChildItems(boolean value)
Sets the value of the retrieveChildItems property.
void setSecurityOnly(boolean value)
Sets the value of the securityOnly property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String folderUrl

protected String itemId

protected String lastItemIdOnPage

protected String objectId

protected ObjectType objectType

protected boolean retrieveChildItems

protected boolean securityOnly

Public Constructors

public GetContent ()

Public Methods

public String getFolderUrl ()

Gets the value of the folderUrl property.

Returns
  • possible object is String

public String getItemId ()

Gets the value of the itemId property.

Returns
  • possible object is String

public String getLastItemIdOnPage ()

Gets the value of the lastItemIdOnPage property.

Returns
  • possible object is String

public String getObjectId ()

Gets the value of the objectId property.

Returns
  • possible object is String

public ObjectType getObjectType ()

Gets the value of the objectType property.

Returns

public boolean getRetrieveChildItems ()

Gets the value of the retrieveChildItems property. This getter has been renamed from isRetrieveChildItems() to getRetrieveChildItems() by cxf-xjc-boolean plugin.

public boolean getSecurityOnly ()

Gets the value of the securityOnly property. This getter has been renamed from isSecurityOnly() to getSecurityOnly() by cxf-xjc-boolean plugin.

public void setFolderUrl (String value)

Sets the value of the folderUrl property.

Parameters
value Allowed object is String

public void setItemId (String value)

Sets the value of the itemId property.

Parameters
value Allowed object is String

public void setLastItemIdOnPage (String value)

Sets the value of the lastItemIdOnPage property.

Parameters
value Allowed object is String

public void setObjectId (String value)

Sets the value of the objectId property.

Parameters
value Allowed object is String

public void setObjectType (ObjectType value)

Sets the value of the objectType property.

Parameters
value Allowed object is ObjectType

public void setRetrieveChildItems (boolean value)

Sets the value of the retrieveChildItems property.

Parameters
value

public void setSecurityOnly (boolean value)

Sets the value of the securityOnly property.

Parameters
value