public class

UpdateViewHtml

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.views.UpdateViewHtml

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="viewName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="viewProperties" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="toolbar" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="viewHeader" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="viewBody" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="viewFooter" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="viewEmpty" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="rowLimitExceeded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="query" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="viewFields" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="aggregations" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="formats" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="rowLimit" 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 UpdateViewHtml.Aggregations

Java class for anonymous complex type. 

class UpdateViewHtml.Formats

Java class for anonymous complex type. 

class UpdateViewHtml.Query

Java class for anonymous complex type. 

class UpdateViewHtml.RowLimit

Java class for anonymous complex type. 

class UpdateViewHtml.RowLimitExceeded

Java class for anonymous complex type. 

class UpdateViewHtml.Toolbar

Java class for anonymous complex type. 

class UpdateViewHtml.ViewBody

Java class for anonymous complex type. 

class UpdateViewHtml.ViewEmpty

Java class for anonymous complex type. 

class UpdateViewHtml.ViewFields

Java class for anonymous complex type. 

class UpdateViewHtml.ViewFooter

Java class for anonymous complex type. 

class UpdateViewHtml.ViewHeader

Java class for anonymous complex type. 

class UpdateViewHtml.ViewProperties

Java class for anonymous complex type. 

Fields
protected UpdateViewHtml.Aggregations aggregations
protected UpdateViewHtml.Formats formats
protected String listName
protected UpdateViewHtml.Query query
protected UpdateViewHtml.RowLimit rowLimit
protected UpdateViewHtml.RowLimitExceeded rowLimitExceeded
protected UpdateViewHtml.Toolbar toolbar
protected UpdateViewHtml.ViewBody viewBody
protected UpdateViewHtml.ViewEmpty viewEmpty
protected UpdateViewHtml.ViewFields viewFields
protected UpdateViewHtml.ViewFooter viewFooter
protected UpdateViewHtml.ViewHeader viewHeader
protected String viewName
protected UpdateViewHtml.ViewProperties viewProperties
Public Constructors
UpdateViewHtml()
Public Methods
UpdateViewHtml.Aggregations getAggregations()
Gets the value of the aggregations property.
UpdateViewHtml.Formats getFormats()
Gets the value of the formats property.
String getListName()
Gets the value of the listName property.
UpdateViewHtml.Query getQuery()
Gets the value of the query property.
UpdateViewHtml.RowLimit getRowLimit()
Gets the value of the rowLimit property.
UpdateViewHtml.RowLimitExceeded getRowLimitExceeded()
Gets the value of the rowLimitExceeded property.
UpdateViewHtml.Toolbar getToolbar()
Gets the value of the toolbar property.
UpdateViewHtml.ViewBody getViewBody()
Gets the value of the viewBody property.
UpdateViewHtml.ViewEmpty getViewEmpty()
Gets the value of the viewEmpty property.
UpdateViewHtml.ViewFields getViewFields()
Gets the value of the viewFields property.
UpdateViewHtml.ViewFooter getViewFooter()
Gets the value of the viewFooter property.
UpdateViewHtml.ViewHeader getViewHeader()
Gets the value of the viewHeader property.
String getViewName()
Gets the value of the viewName property.
UpdateViewHtml.ViewProperties getViewProperties()
Gets the value of the viewProperties property.
void setAggregations(UpdateViewHtml.Aggregations value)
Sets the value of the aggregations property.
void setFormats(UpdateViewHtml.Formats value)
Sets the value of the formats property.
void setListName(String value)
Sets the value of the listName property.
void setQuery(UpdateViewHtml.Query value)
Sets the value of the query property.
void setRowLimit(UpdateViewHtml.RowLimit value)
Sets the value of the rowLimit property.
void setRowLimitExceeded(UpdateViewHtml.RowLimitExceeded value)
Sets the value of the rowLimitExceeded property.
void setToolbar(UpdateViewHtml.Toolbar value)
Sets the value of the toolbar property.
void setViewBody(UpdateViewHtml.ViewBody value)
Sets the value of the viewBody property.
void setViewEmpty(UpdateViewHtml.ViewEmpty value)
Sets the value of the viewEmpty property.
void setViewFields(UpdateViewHtml.ViewFields value)
Sets the value of the viewFields property.
void setViewFooter(UpdateViewHtml.ViewFooter value)
Sets the value of the viewFooter property.
void setViewHeader(UpdateViewHtml.ViewHeader value)
Sets the value of the viewHeader property.
void setViewName(String value)
Sets the value of the viewName property.
void setViewProperties(UpdateViewHtml.ViewProperties value)
Sets the value of the viewProperties property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected UpdateViewHtml.Aggregations aggregations

protected UpdateViewHtml.Formats formats

protected String listName

protected UpdateViewHtml.Query query

protected UpdateViewHtml.RowLimit rowLimit

protected UpdateViewHtml.RowLimitExceeded rowLimitExceeded

protected UpdateViewHtml.Toolbar toolbar

protected UpdateViewHtml.ViewBody viewBody

protected UpdateViewHtml.ViewEmpty viewEmpty

protected UpdateViewHtml.ViewFields viewFields

protected UpdateViewHtml.ViewFooter viewFooter

protected UpdateViewHtml.ViewHeader viewHeader

protected String viewName

protected UpdateViewHtml.ViewProperties viewProperties

Public Constructors

public UpdateViewHtml ()

Public Methods

public UpdateViewHtml.Aggregations getAggregations ()

Gets the value of the aggregations property.

Returns

public UpdateViewHtml.Formats getFormats ()

Gets the value of the formats property.

Returns

public String getListName ()

Gets the value of the listName property.

Returns
  • possible object is String

public UpdateViewHtml.Query getQuery ()

Gets the value of the query property.

Returns

public UpdateViewHtml.RowLimit getRowLimit ()

Gets the value of the rowLimit property.

Returns

public UpdateViewHtml.RowLimitExceeded getRowLimitExceeded ()

Gets the value of the rowLimitExceeded property.

Returns

public UpdateViewHtml.Toolbar getToolbar ()

Gets the value of the toolbar property.

Returns

public UpdateViewHtml.ViewBody getViewBody ()

Gets the value of the viewBody property.

Returns

public UpdateViewHtml.ViewEmpty getViewEmpty ()

Gets the value of the viewEmpty property.

Returns

public UpdateViewHtml.ViewFields getViewFields ()

Gets the value of the viewFields property.

Returns

public UpdateViewHtml.ViewFooter getViewFooter ()

Gets the value of the viewFooter property.

Returns

public UpdateViewHtml.ViewHeader getViewHeader ()

Gets the value of the viewHeader property.

Returns

public String getViewName ()

Gets the value of the viewName property.

Returns
  • possible object is String

public UpdateViewHtml.ViewProperties getViewProperties ()

Gets the value of the viewProperties property.

Returns

public void setAggregations (UpdateViewHtml.Aggregations value)

Sets the value of the aggregations property.

Parameters
value Allowed object is UpdateViewHtml.Aggregations

public void setFormats (UpdateViewHtml.Formats value)

Sets the value of the formats property.

Parameters
value Allowed object is UpdateViewHtml.Formats

public void setListName (String value)

Sets the value of the listName property.

Parameters
value Allowed object is String

public void setQuery (UpdateViewHtml.Query value)

Sets the value of the query property.

Parameters
value Allowed object is UpdateViewHtml.Query

public void setRowLimit (UpdateViewHtml.RowLimit value)

Sets the value of the rowLimit property.

Parameters
value Allowed object is UpdateViewHtml.RowLimit

public void setRowLimitExceeded (UpdateViewHtml.RowLimitExceeded value)

Sets the value of the rowLimitExceeded property.

Parameters
value Allowed object is UpdateViewHtml.RowLimitExceeded

public void setToolbar (UpdateViewHtml.Toolbar value)

Sets the value of the toolbar property.

Parameters
value Allowed object is UpdateViewHtml.Toolbar

public void setViewBody (UpdateViewHtml.ViewBody value)

Sets the value of the viewBody property.

Parameters
value Allowed object is UpdateViewHtml.ViewBody

public void setViewEmpty (UpdateViewHtml.ViewEmpty value)

Sets the value of the viewEmpty property.

Parameters
value Allowed object is UpdateViewHtml.ViewEmpty

public void setViewFields (UpdateViewHtml.ViewFields value)

Sets the value of the viewFields property.

Parameters
value Allowed object is UpdateViewHtml.ViewFields

public void setViewFooter (UpdateViewHtml.ViewFooter value)

Sets the value of the viewFooter property.

Parameters
value Allowed object is UpdateViewHtml.ViewFooter

public void setViewHeader (UpdateViewHtml.ViewHeader value)

Sets the value of the viewHeader property.

Parameters
value Allowed object is UpdateViewHtml.ViewHeader

public void setViewName (String value)

Sets the value of the viewName property.

Parameters
value Allowed object is String

public void setViewProperties (UpdateViewHtml.ViewProperties value)

Sets the value of the viewProperties property.

Parameters
value Allowed object is UpdateViewHtml.ViewProperties