public class

AddListFromFeature

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

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"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="featureID" type="{http://microsoft.com/wsdl/types/}guid"/>
         <element name="templateID" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String description
protected String featureID
protected String listName
protected int templateID
Public Constructors
AddListFromFeature()
Public Methods
String getDescription()
Gets the value of the description property.
String getFeatureID()
Gets the value of the featureID property.
String getListName()
Gets the value of the listName property.
int getTemplateID()
Gets the value of the templateID property.
void setDescription(String value)
Sets the value of the description property.
void setFeatureID(String value)
Sets the value of the featureID property.
void setListName(String value)
Sets the value of the listName property.
void setTemplateID(int value)
Sets the value of the templateID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String description

protected String featureID

protected String listName

protected int templateID

Public Constructors

public AddListFromFeature ()

Public Methods

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getFeatureID ()

Gets the value of the featureID property.

Returns
  • possible object is String

public String getListName ()

Gets the value of the listName property.

Returns
  • possible object is String

public int getTemplateID ()

Gets the value of the templateID property.

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setFeatureID (String value)

Sets the value of the featureID property.

Parameters
value Allowed object is String

public void setListName (String value)

Sets the value of the listName property.

Parameters
value Allowed object is String

public void setTemplateID (int value)

Sets the value of the templateID property.

Parameters
value