public class

UpdateContentTypeXmlDocumentExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.lists.holders.UpdateContentTypeXmlDocumentExpressionHolder

Summary

Fields
protected String _contentTypeIdType
protected String _listNameType
protected UpdateContentTypeXmlDocument.NewDocument _newDocumentType
protected Object contentTypeId
protected Object listName
protected Object newDocument
Public Constructors
UpdateContentTypeXmlDocumentExpressionHolder()
Public Methods
Object getContentTypeId()
Retrieves contentTypeId
Object getListName()
Retrieves listName
Object getNewDocument()
Retrieves newDocument
void setContentTypeId(Object value)
Sets contentTypeId
void setListName(Object value)
Sets listName
void setNewDocument(Object value)
Sets newDocument
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _contentTypeIdType

protected String _listNameType

protected UpdateContentTypeXmlDocument.NewDocument _newDocumentType

protected Object contentTypeId

protected Object listName

protected Object newDocument

Public Constructors

public UpdateContentTypeXmlDocumentExpressionHolder ()

Public Methods

public Object getContentTypeId ()

Retrieves contentTypeId

public Object getListName ()

Retrieves listName

public Object getNewDocument ()

Retrieves newDocument

public void setContentTypeId (Object value)

Sets contentTypeId

Parameters
value Value to set

public void setListName (Object value)

Sets listName

Parameters
value Value to set

public void setNewDocument (Object value)

Sets newDocument

Parameters
value Value to set