public class

ObjectFactory

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.copy.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
CopyIntoItems createCopyIntoItems()
Create an instance of CopyIntoItems
CopyIntoItemsLocal createCopyIntoItemsLocal()
Create an instance of CopyIntoItemsLocal
CopyIntoItemsLocalResponse createCopyIntoItemsLocalResponse()
Create an instance of CopyIntoItemsLocalResponse
CopyIntoItemsResponse createCopyIntoItemsResponse()
Create an instance of CopyIntoItemsResponse
CopyResult createCopyResult()
Create an instance of CopyResult
CopyResultCollection createCopyResultCollection()
Create an instance of CopyResultCollection
DestinationUrlCollection createDestinationUrlCollection()
Create an instance of DestinationUrlCollection
FieldInformation createFieldInformation()
Create an instance of FieldInformation
FieldInformationCollection createFieldInformationCollection()
Create an instance of FieldInformationCollection
GetItem createGetItem()
Create an instance of GetItem
GetItemResponse createGetItemResponse()
Create an instance of GetItemResponse
[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 CopyIntoItems createCopyIntoItems ()

Create an instance of CopyIntoItems

public CopyIntoItemsLocal createCopyIntoItemsLocal ()

Create an instance of CopyIntoItemsLocal

public CopyIntoItemsLocalResponse createCopyIntoItemsLocalResponse ()

Create an instance of CopyIntoItemsLocalResponse

public CopyIntoItemsResponse createCopyIntoItemsResponse ()

Create an instance of CopyIntoItemsResponse

public CopyResult createCopyResult ()

Create an instance of CopyResult

public CopyResultCollection createCopyResultCollection ()

Create an instance of CopyResultCollection

public DestinationUrlCollection createDestinationUrlCollection ()

Create an instance of DestinationUrlCollection

public FieldInformation createFieldInformation ()

Create an instance of FieldInformation

public FieldInformationCollection createFieldInformationCollection ()

Create an instance of FieldInformationCollection

public GetItem createGetItem ()

Create an instance of GetItem

public GetItemResponse createGetItemResponse ()

Create an instance of GetItemResponse