public class

GetListContentTypesAndProperties

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

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="listName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="contentTypeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="propertyPrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="includeWebProperties" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String contentTypeId
protected Boolean includeWebProperties
protected String listName
protected String propertyPrefix
Public Constructors
GetListContentTypesAndProperties()
Public Methods
String getContentTypeId()
Gets the value of the contentTypeId property.
Boolean getIncludeWebProperties()
Gets the value of the includeWebProperties property.
String getListName()
Gets the value of the listName property.
String getPropertyPrefix()
Gets the value of the propertyPrefix property.
void setContentTypeId(String value)
Sets the value of the contentTypeId property.
void setIncludeWebProperties(Boolean value)
Sets the value of the includeWebProperties property.
void setListName(String value)
Sets the value of the listName property.
void setPropertyPrefix(String value)
Sets the value of the propertyPrefix property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String contentTypeId

protected Boolean includeWebProperties

protected String listName

protected String propertyPrefix

Public Constructors

public GetListContentTypesAndProperties ()

Public Methods

public String getContentTypeId ()

Gets the value of the contentTypeId property.

Returns
  • possible object is String

public Boolean getIncludeWebProperties ()

Gets the value of the includeWebProperties property. This getter has been renamed from isIncludeWebProperties() to getIncludeWebProperties() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getListName ()

Gets the value of the listName property.

Returns
  • possible object is String

public String getPropertyPrefix ()

Gets the value of the propertyPrefix property.

Returns
  • possible object is String

public void setContentTypeId (String value)

Sets the value of the contentTypeId property.

Parameters
value Allowed object is String

public void setIncludeWebProperties (Boolean value)

Sets the value of the includeWebProperties property.

Parameters
value Allowed object is Boolean

public void setListName (String value)

Sets the value of the listName property.

Parameters
value Allowed object is String

public void setPropertyPrefix (String value)

Sets the value of the propertyPrefix property.

Parameters
value Allowed object is String