public class

ObjectFactory

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

Class Overview

This object contains factory methods for each Java content interface and Java element interface generated in the com.microsoft.schemas.sharepoint.soap package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.

Summary

Public Constructors
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.microsoft.schemas.sharepoint.soap
Public Methods
ArrayOfSFPUrl createArrayOfSFPUrl()
Create an instance of ArrayOfSFPUrl
ArrayOfSList createArrayOfSList()
Create an instance of ArrayOfSList
ArrayOfSListWithTime createArrayOfSListWithTime()
Create an instance of ArrayOfSListWithTime
ArrayOfSProperty createArrayOfSProperty()
Create an instance of ArrayOfSProperty
ArrayOfSWebWithTime createArrayOfSWebWithTime()
Create an instance of ArrayOfSWebWithTime
SitedataArrayOfString createArrayOfString()
Create an instance of SitedataArrayOfString
EnumerateFolder createEnumerateFolder()
Create an instance of EnumerateFolder
EnumerateFolderResponse createEnumerateFolderResponse()
Create an instance of EnumerateFolderResponse
GetAttachments createGetAttachments()
Create an instance of GetAttachments
GetAttachmentsResponse createGetAttachmentsResponse()
Create an instance of GetAttachmentsResponse
GetChanges createGetChanges()
Create an instance of GetChanges
GetChangesEx createGetChangesEx()
Create an instance of GetChangesEx
GetChangesExResponse createGetChangesExResponse()
Create an instance of GetChangesExResponse
GetChangesResponse createGetChangesResponse()
Create an instance of GetChangesResponse
GetContent createGetContent()
Create an instance of GetContent
GetContentResponse createGetContentResponse()
Create an instance of GetContentResponse
GetList createGetList()
Create an instance of GetList
GetListCollection createGetListCollection()
Create an instance of GetListCollection
GetListCollectionResponse createGetListCollectionResponse()
Create an instance of GetListCollectionResponse
GetListItems createGetListItems()
Create an instance of GetListItems
GetListItemsResponse createGetListItemsResponse()
Create an instance of GetListItemsResponse
GetListResponse createGetListResponse()
Create an instance of GetListResponse
GetSite createGetSite()
Create an instance of GetSite
GetSiteAndWeb createGetSiteAndWeb()
Create an instance of GetSiteAndWeb
GetSiteAndWebResponse createGetSiteAndWebResponse()
Create an instance of GetSiteAndWebResponse
GetSiteResponse createGetSiteResponse()
Create an instance of GetSiteResponse
GetSiteUrl createGetSiteUrl()
Create an instance of GetSiteUrl
GetSiteUrlResponse createGetSiteUrlResponse()
Create an instance of GetSiteUrlResponse
GetURLSegments createGetURLSegments()
Create an instance of GetURLSegments
GetURLSegmentsResponse createGetURLSegmentsResponse()
Create an instance of GetURLSegmentsResponse
GetWeb createGetWeb()
Create an instance of GetWeb
GetWebResponse createGetWebResponse()
Create an instance of GetWebResponse
SFPUrl createSFPUrl()
Create an instance of SFPUrl
SList createSList()
Create an instance of SList
SListMetadata createSListMetadata()
Create an instance of SListMetadata
SListWithTime createSListWithTime()
Create an instance of SListWithTime
SProperty createSProperty()
Create an instance of SProperty
SSiteMetadata createSSiteMetadata()
Create an instance of SSiteMetadata
SWebMetadata createSWebMetadata()
Create an instance of SWebMetadata
SWebWithTime createSWebWithTime()
Create an instance of SWebWithTime
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ObjectFactory ()

Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.microsoft.schemas.sharepoint.soap

Public Methods

public ArrayOfSFPUrl createArrayOfSFPUrl ()

Create an instance of ArrayOfSFPUrl

public ArrayOfSList createArrayOfSList ()

Create an instance of ArrayOfSList

public ArrayOfSListWithTime createArrayOfSListWithTime ()

Create an instance of ArrayOfSListWithTime

public ArrayOfSProperty createArrayOfSProperty ()

Create an instance of ArrayOfSProperty

public ArrayOfSWebWithTime createArrayOfSWebWithTime ()

Create an instance of ArrayOfSWebWithTime

public SitedataArrayOfString createArrayOfString ()

Create an instance of SitedataArrayOfString

public EnumerateFolder createEnumerateFolder ()

Create an instance of EnumerateFolder

public EnumerateFolderResponse createEnumerateFolderResponse ()

Create an instance of EnumerateFolderResponse

public GetAttachments createGetAttachments ()

Create an instance of GetAttachments

public GetAttachmentsResponse createGetAttachmentsResponse ()

Create an instance of GetAttachmentsResponse

public GetChanges createGetChanges ()

Create an instance of GetChanges

public GetChangesEx createGetChangesEx ()

Create an instance of GetChangesEx

public GetChangesExResponse createGetChangesExResponse ()

Create an instance of GetChangesExResponse

public GetChangesResponse createGetChangesResponse ()

Create an instance of GetChangesResponse

public GetContent createGetContent ()

Create an instance of GetContent

public GetContentResponse createGetContentResponse ()

Create an instance of GetContentResponse

public GetList createGetList ()

Create an instance of GetList

public GetListCollection createGetListCollection ()

Create an instance of GetListCollection

public GetListCollectionResponse createGetListCollectionResponse ()

Create an instance of GetListCollectionResponse

public GetListItems createGetListItems ()

Create an instance of GetListItems

public GetListItemsResponse createGetListItemsResponse ()

Create an instance of GetListItemsResponse

public GetListResponse createGetListResponse ()

Create an instance of GetListResponse

public GetSite createGetSite ()

Create an instance of GetSite

public GetSiteAndWeb createGetSiteAndWeb ()

Create an instance of GetSiteAndWeb

public GetSiteAndWebResponse createGetSiteAndWebResponse ()

Create an instance of GetSiteAndWebResponse

public GetSiteResponse createGetSiteResponse ()

Create an instance of GetSiteResponse

public GetSiteUrl createGetSiteUrl ()

Create an instance of GetSiteUrl

public GetSiteUrlResponse createGetSiteUrlResponse ()

Create an instance of GetSiteUrlResponse

public GetURLSegments createGetURLSegments ()

Create an instance of GetURLSegments

public GetURLSegmentsResponse createGetURLSegmentsResponse ()

Create an instance of GetURLSegmentsResponse

public GetWeb createGetWeb ()

Create an instance of GetWeb

public GetWebResponse createGetWebResponse ()

Create an instance of GetWebResponse

public SFPUrl createSFPUrl ()

Create an instance of SFPUrl

public SList createSList ()

Create an instance of SList

public SListMetadata createSListMetadata ()

Create an instance of SListMetadata

public SListWithTime createSListWithTime ()

Create an instance of SListWithTime

public SProperty createSProperty ()

Create an instance of SProperty

public SSiteMetadata createSSiteMetadata ()

Create an instance of SSiteMetadata

public SWebMetadata createSWebMetadata ()

Create an instance of SWebMetadata

public SWebWithTime createSWebWithTime ()

Create an instance of SWebWithTime