public class

CreateContentType

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

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="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="parentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fields" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="contentTypeProperties" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="addToView" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Nested Classes
class CreateContentType.ContentTypeProperties

Java class for anonymous complex type. 

class CreateContentType.Fields

Java class for anonymous complex type. 

Fields
protected String addToView
protected CreateContentType.ContentTypeProperties contentTypeProperties
protected String displayName
protected CreateContentType.Fields fields
protected String listName
protected String parentType
Public Constructors
CreateContentType()
Public Methods
String getAddToView()
Gets the value of the addToView property.
CreateContentType.ContentTypeProperties getContentTypeProperties()
Gets the value of the contentTypeProperties property.
String getDisplayName()
Gets the value of the displayName property.
CreateContentType.Fields getFields()
Gets the value of the fields property.
String getListName()
Gets the value of the listName property.
String getParentType()
Gets the value of the parentType property.
void setAddToView(String value)
Sets the value of the addToView property.
void setContentTypeProperties(CreateContentType.ContentTypeProperties value)
Sets the value of the contentTypeProperties property.
void setDisplayName(String value)
Sets the value of the displayName property.
void setFields(CreateContentType.Fields value)
Sets the value of the fields property.
void setListName(String value)
Sets the value of the listName property.
void setParentType(String value)
Sets the value of the parentType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String addToView

protected CreateContentType.ContentTypeProperties contentTypeProperties

protected String displayName

protected CreateContentType.Fields fields

protected String listName

protected String parentType

Public Constructors

public CreateContentType ()

Public Methods

public String getAddToView ()

Gets the value of the addToView property.

Returns
  • possible object is String

public CreateContentType.ContentTypeProperties getContentTypeProperties ()

Gets the value of the contentTypeProperties property.

Returns

public String getDisplayName ()

Gets the value of the displayName property.

Returns
  • possible object is String

public CreateContentType.Fields getFields ()

Gets the value of the fields property.

Returns

public String getListName ()

Gets the value of the listName property.

Returns
  • possible object is String

public String getParentType ()

Gets the value of the parentType property.

Returns
  • possible object is String

public void setAddToView (String value)

Sets the value of the addToView property.

Parameters
value Allowed object is String

public void setContentTypeProperties (CreateContentType.ContentTypeProperties value)

Sets the value of the contentTypeProperties property.

Parameters
value Allowed object is CreateContentType.ContentTypeProperties

public void setDisplayName (String value)

Sets the value of the displayName property.

Parameters
value Allowed object is String

public void setFields (CreateContentType.Fields value)

Sets the value of the fields property.

Parameters
value Allowed object is CreateContentType.Fields

public void setListName (String value)

Sets the value of the listName property.

Parameters
value Allowed object is String

public void setParentType (String value)

Sets the value of the parentType property.

Parameters
value Allowed object is String