public class

UpdateContentTypeXmlDocument

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.webs.UpdateContentTypeXmlDocument

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="contentTypeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="newDocument" 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 UpdateContentTypeXmlDocument.NewDocument

Java class for anonymous complex type. 

Fields
protected String contentTypeId
protected UpdateContentTypeXmlDocument.NewDocument newDocument
Public Constructors
UpdateContentTypeXmlDocument()
Public Methods
String getContentTypeId()
Gets the value of the contentTypeId property.
UpdateContentTypeXmlDocument.NewDocument getNewDocument()
Gets the value of the newDocument property.
void setContentTypeId(String value)
Sets the value of the contentTypeId property.
void setNewDocument(UpdateContentTypeXmlDocument.NewDocument value)
Sets the value of the newDocument property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String contentTypeId

Public Constructors

public UpdateContentTypeXmlDocument ()

Public Methods

public String getContentTypeId ()

Gets the value of the contentTypeId property.

Returns
  • possible object is String

public UpdateContentTypeXmlDocument.NewDocument getNewDocument ()

Gets the value of the newDocument property.

Returns

public void setContentTypeId (String value)

Sets the value of the contentTypeId property.

Parameters
value Allowed object is String

public void setNewDocument (UpdateContentTypeXmlDocument.NewDocument value)

Sets the value of the newDocument property.

Parameters
value Allowed object is UpdateContentTypeXmlDocument.NewDocument