public class

CreateContentType

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.webs.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="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="newFields" 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>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Nested Classes
class CreateContentType.ContentTypeProperties

Java class for anonymous complex type. 

class CreateContentType.NewFields

Java class for anonymous complex type. 

Fields
protected CreateContentType.ContentTypeProperties contentTypeProperties
protected String displayName
protected CreateContentType.NewFields newFields
protected String parentType
Public Constructors
CreateContentType()
Public Methods
CreateContentType.ContentTypeProperties getContentTypeProperties()
Gets the value of the contentTypeProperties property.
String getDisplayName()
Gets the value of the displayName property.
CreateContentType.NewFields getNewFields()
Gets the value of the newFields property.
String getParentType()
Gets the value of the parentType 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 setNewFields(CreateContentType.NewFields value)
Sets the value of the newFields property.
void setParentType(String value)
Sets the value of the parentType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CreateContentType.ContentTypeProperties contentTypeProperties

protected String displayName

protected CreateContentType.NewFields newFields

protected String parentType

Public Constructors

public CreateContentType ()

Public Methods

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.NewFields getNewFields ()

Gets the value of the newFields property.

Returns

public String getParentType ()

Gets the value of the parentType property.

Returns
  • possible 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 setNewFields (CreateContentType.NewFields value)

Sets the value of the newFields property.

Parameters
value Allowed object is CreateContentType.NewFields

public void setParentType (String value)

Sets the value of the parentType property.

Parameters
value Allowed object is String