public class

DeleteContentTypeXmlDocumentExpressionHolder

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

Summary

Fields
protected String _contentTypeIdType
protected String _documentUriType
protected String _listNameType
protected Object contentTypeId
protected Object documentUri
protected Object listName
Public Constructors
DeleteContentTypeXmlDocumentExpressionHolder()
Public Methods
Object getContentTypeId()
Retrieves contentTypeId
Object getDocumentUri()
Retrieves documentUri
Object getListName()
Retrieves listName
void setContentTypeId(Object value)
Sets contentTypeId
void setDocumentUri(Object value)
Sets documentUri
void setListName(Object value)
Sets listName
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _contentTypeIdType

protected String _documentUriType

protected String _listNameType

protected Object contentTypeId

protected Object documentUri

protected Object listName

Public Constructors

public DeleteContentTypeXmlDocumentExpressionHolder ()

Public Methods

public Object getContentTypeId ()

Retrieves contentTypeId

public Object getDocumentUri ()

Retrieves documentUri

public Object getListName ()

Retrieves listName

public void setContentTypeId (Object value)

Sets contentTypeId

Parameters
value Value to set

public void setDocumentUri (Object value)

Sets documentUri

Parameters
value Value to set

public void setListName (Object value)

Sets listName

Parameters
value Value to set