public class

ObjectFactory

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.views.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
AddView createAddView()
Create an instance of AddView
AddView.Query createAddViewQuery()
Create an instance of AddView.Query
AddViewResponse createAddViewResponse()
Create an instance of AddViewResponse
AddViewResponse.AddViewResult createAddViewResponseAddViewResult()
Create an instance of AddViewResponse.AddViewResult
AddView.RowLimit createAddViewRowLimit()
Create an instance of AddView.RowLimit
AddView.ViewFields createAddViewViewFields()
Create an instance of AddView.ViewFields
DeleteView createDeleteView()
Create an instance of DeleteView
DeleteViewResponse createDeleteViewResponse()
Create an instance of DeleteViewResponse
GetView createGetView()
Create an instance of GetView
GetViewCollection createGetViewCollection()
Create an instance of GetViewCollection
GetViewCollectionResponse createGetViewCollectionResponse()
Create an instance of GetViewCollectionResponse
GetViewCollectionResponse.GetViewCollectionResult createGetViewCollectionResponseGetViewCollectionResult()
GetViewHtml createGetViewHtml()
Create an instance of GetViewHtml
GetViewHtmlResponse createGetViewHtmlResponse()
Create an instance of GetViewHtmlResponse
GetViewHtmlResponse.GetViewHtmlResult createGetViewHtmlResponseGetViewHtmlResult()
GetViewResponse createGetViewResponse()
Create an instance of GetViewResponse
GetViewResponse.GetViewResult createGetViewResponseGetViewResult()
Create an instance of GetViewResponse.GetViewResult
UpdateView createUpdateView()
Create an instance of UpdateView
UpdateView.Aggregations createUpdateViewAggregations()
Create an instance of UpdateView.Aggregations
UpdateView.Formats createUpdateViewFormats()
Create an instance of UpdateView.Formats
UpdateViewHtml createUpdateViewHtml()
Create an instance of UpdateViewHtml
UpdateViewHtml2 createUpdateViewHtml2()
Create an instance of UpdateViewHtml2
UpdateViewHtml2.Aggregations createUpdateViewHtml2Aggregations()
Create an instance of .Aggregations
UpdateViewHtml2.Formats createUpdateViewHtml2Formats()
Create an instance of .Formats
UpdateViewHtml2.Query createUpdateViewHtml2Query()
Create an instance of .Query
UpdateViewHtml2Response createUpdateViewHtml2Response()
Create an instance of UpdateViewHtml2Response
UpdateViewHtml2Response.UpdateViewHtml2Result createUpdateViewHtml2ResponseUpdateViewHtml2Result()
UpdateViewHtml2.RowLimit createUpdateViewHtml2RowLimit()
Create an instance of .RowLimit
UpdateViewHtml2.RowLimitExceeded createUpdateViewHtml2RowLimitExceeded()
Create an instance of .RowLimitExceeded
UpdateViewHtml2.Toolbar createUpdateViewHtml2Toolbar()
Create an instance of .Toolbar
UpdateViewHtml2.ViewBody createUpdateViewHtml2ViewBody()
Create an instance of .ViewBody
UpdateViewHtml2.ViewEmpty createUpdateViewHtml2ViewEmpty()
Create an instance of .ViewEmpty
UpdateViewHtml2.ViewFields createUpdateViewHtml2ViewFields()
Create an instance of .ViewFields
UpdateViewHtml2.ViewFooter createUpdateViewHtml2ViewFooter()
Create an instance of .ViewFooter
UpdateViewHtml2.ViewHeader createUpdateViewHtml2ViewHeader()
Create an instance of .ViewHeader
UpdateViewHtml2.ViewProperties createUpdateViewHtml2ViewProperties()
Create an instance of .ViewProperties
UpdateViewHtml.Aggregations createUpdateViewHtmlAggregations()
Create an instance of UpdateViewHtml.Aggregations
UpdateViewHtml.Formats createUpdateViewHtmlFormats()
Create an instance of UpdateViewHtml.Formats
UpdateViewHtml.Query createUpdateViewHtmlQuery()
Create an instance of UpdateViewHtml.Query
UpdateViewHtmlResponse createUpdateViewHtmlResponse()
Create an instance of UpdateViewHtmlResponse
UpdateViewHtmlResponse.UpdateViewHtmlResult createUpdateViewHtmlResponseUpdateViewHtmlResult()
UpdateViewHtml.RowLimit createUpdateViewHtmlRowLimit()
Create an instance of UpdateViewHtml.RowLimit
UpdateViewHtml.RowLimitExceeded createUpdateViewHtmlRowLimitExceeded()
Create an instance of UpdateViewHtml.RowLimitExceeded
UpdateViewHtml.Toolbar createUpdateViewHtmlToolbar()
Create an instance of UpdateViewHtml.Toolbar
UpdateViewHtml.ViewBody createUpdateViewHtmlViewBody()
Create an instance of UpdateViewHtml.ViewBody
UpdateViewHtml.ViewEmpty createUpdateViewHtmlViewEmpty()
Create an instance of UpdateViewHtml.ViewEmpty
UpdateViewHtml.ViewFields createUpdateViewHtmlViewFields()
Create an instance of UpdateViewHtml.ViewFields
UpdateViewHtml.ViewFooter createUpdateViewHtmlViewFooter()
Create an instance of UpdateViewHtml.ViewFooter
UpdateViewHtml.ViewHeader createUpdateViewHtmlViewHeader()
Create an instance of UpdateViewHtml.ViewHeader
UpdateViewHtml.ViewProperties createUpdateViewHtmlViewProperties()
Create an instance of UpdateViewHtml.ViewProperties
UpdateView.Query createUpdateViewQuery()
Create an instance of UpdateView.Query
UpdateViewResponse createUpdateViewResponse()
Create an instance of UpdateViewResponse
UpdateViewResponse.UpdateViewResult createUpdateViewResponseUpdateViewResult()
UpdateView.RowLimit createUpdateViewRowLimit()
Create an instance of UpdateView.RowLimit
UpdateView.ViewFields createUpdateViewViewFields()
Create an instance of UpdateView.ViewFields
UpdateView.ViewProperties createUpdateViewViewProperties()
Create an instance of UpdateView.ViewProperties
[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 AddView createAddView ()

Create an instance of AddView

public AddView.Query createAddViewQuery ()

Create an instance of AddView.Query

public AddViewResponse createAddViewResponse ()

Create an instance of AddViewResponse

public AddViewResponse.AddViewResult createAddViewResponseAddViewResult ()

Create an instance of AddViewResponse.AddViewResult

public AddView.RowLimit createAddViewRowLimit ()

Create an instance of AddView.RowLimit

public AddView.ViewFields createAddViewViewFields ()

Create an instance of AddView.ViewFields

public DeleteView createDeleteView ()

Create an instance of DeleteView

public DeleteViewResponse createDeleteViewResponse ()

Create an instance of DeleteViewResponse

public GetView createGetView ()

Create an instance of GetView

public GetViewCollection createGetViewCollection ()

Create an instance of GetViewCollection

public GetViewCollectionResponse createGetViewCollectionResponse ()

Create an instance of GetViewCollectionResponse

public GetViewCollectionResponse.GetViewCollectionResult createGetViewCollectionResponseGetViewCollectionResult ()

public GetViewHtml createGetViewHtml ()

Create an instance of GetViewHtml

public GetViewHtmlResponse createGetViewHtmlResponse ()

Create an instance of GetViewHtmlResponse

public GetViewHtmlResponse.GetViewHtmlResult createGetViewHtmlResponseGetViewHtmlResult ()

public GetViewResponse createGetViewResponse ()

Create an instance of GetViewResponse

public GetViewResponse.GetViewResult createGetViewResponseGetViewResult ()

Create an instance of GetViewResponse.GetViewResult

public UpdateView createUpdateView ()

Create an instance of UpdateView

public UpdateView.Aggregations createUpdateViewAggregations ()

Create an instance of UpdateView.Aggregations

public UpdateView.Formats createUpdateViewFormats ()

Create an instance of UpdateView.Formats

public UpdateViewHtml createUpdateViewHtml ()

Create an instance of UpdateViewHtml

public UpdateViewHtml2 createUpdateViewHtml2 ()

Create an instance of UpdateViewHtml2

public UpdateViewHtml2.Aggregations createUpdateViewHtml2Aggregations ()

Create an instance of .Aggregations

public UpdateViewHtml2.Formats createUpdateViewHtml2Formats ()

Create an instance of .Formats

public UpdateViewHtml2.Query createUpdateViewHtml2Query ()

Create an instance of .Query

public UpdateViewHtml2Response createUpdateViewHtml2Response ()

Create an instance of UpdateViewHtml2Response

public UpdateViewHtml2Response.UpdateViewHtml2Result createUpdateViewHtml2ResponseUpdateViewHtml2Result ()

public UpdateViewHtml2.RowLimit createUpdateViewHtml2RowLimit ()

Create an instance of .RowLimit

public UpdateViewHtml2.RowLimitExceeded createUpdateViewHtml2RowLimitExceeded ()

Create an instance of .RowLimitExceeded

public UpdateViewHtml2.Toolbar createUpdateViewHtml2Toolbar ()

Create an instance of .Toolbar

public UpdateViewHtml2.ViewBody createUpdateViewHtml2ViewBody ()

Create an instance of .ViewBody

public UpdateViewHtml2.ViewEmpty createUpdateViewHtml2ViewEmpty ()

Create an instance of .ViewEmpty

public UpdateViewHtml2.ViewFields createUpdateViewHtml2ViewFields ()

Create an instance of .ViewFields

public UpdateViewHtml2.ViewFooter createUpdateViewHtml2ViewFooter ()

Create an instance of .ViewFooter

public UpdateViewHtml2.ViewHeader createUpdateViewHtml2ViewHeader ()

Create an instance of .ViewHeader

public UpdateViewHtml2.ViewProperties createUpdateViewHtml2ViewProperties ()

Create an instance of .ViewProperties

public UpdateViewHtml.Aggregations createUpdateViewHtmlAggregations ()

Create an instance of UpdateViewHtml.Aggregations

public UpdateViewHtml.Formats createUpdateViewHtmlFormats ()

Create an instance of UpdateViewHtml.Formats

public UpdateViewHtml.Query createUpdateViewHtmlQuery ()

Create an instance of UpdateViewHtml.Query

public UpdateViewHtmlResponse createUpdateViewHtmlResponse ()

Create an instance of UpdateViewHtmlResponse

public UpdateViewHtmlResponse.UpdateViewHtmlResult createUpdateViewHtmlResponseUpdateViewHtmlResult ()

public UpdateViewHtml.RowLimit createUpdateViewHtmlRowLimit ()

Create an instance of UpdateViewHtml.RowLimit

public UpdateViewHtml.RowLimitExceeded createUpdateViewHtmlRowLimitExceeded ()

Create an instance of UpdateViewHtml.RowLimitExceeded

public UpdateViewHtml.Toolbar createUpdateViewHtmlToolbar ()

Create an instance of UpdateViewHtml.Toolbar

public UpdateViewHtml.ViewBody createUpdateViewHtmlViewBody ()

Create an instance of UpdateViewHtml.ViewBody

public UpdateViewHtml.ViewEmpty createUpdateViewHtmlViewEmpty ()

Create an instance of UpdateViewHtml.ViewEmpty

public UpdateViewHtml.ViewFields createUpdateViewHtmlViewFields ()

Create an instance of UpdateViewHtml.ViewFields

public UpdateViewHtml.ViewFooter createUpdateViewHtmlViewFooter ()

Create an instance of UpdateViewHtml.ViewFooter

public UpdateViewHtml.ViewHeader createUpdateViewHtmlViewHeader ()

Create an instance of UpdateViewHtml.ViewHeader

public UpdateViewHtml.ViewProperties createUpdateViewHtmlViewProperties ()

Create an instance of UpdateViewHtml.ViewProperties

public UpdateView.Query createUpdateViewQuery ()

Create an instance of UpdateView.Query

public UpdateViewResponse createUpdateViewResponse ()

Create an instance of UpdateViewResponse

public UpdateViewResponse.UpdateViewResult createUpdateViewResponseUpdateViewResult ()

public UpdateView.RowLimit createUpdateViewRowLimit ()

Create an instance of UpdateView.RowLimit

public UpdateView.ViewFields createUpdateViewViewFields ()

Create an instance of UpdateView.ViewFields

public UpdateView.ViewProperties createUpdateViewViewProperties ()

Create an instance of UpdateView.ViewProperties