public class

UpdateViewHtml2

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

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>
         <element name="openApplicationExtension" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Nested Classes
class UpdateViewHtml2.Aggregations

Java class for anonymous complex type. 

class UpdateViewHtml2.Formats

Java class for anonymous complex type. 

class UpdateViewHtml2.Query

Java class for anonymous complex type. 

class UpdateViewHtml2.RowLimit

Java class for anonymous complex type. 

class UpdateViewHtml2.RowLimitExceeded

Java class for anonymous complex type. 

class UpdateViewHtml2.Toolbar

Java class for anonymous complex type. 

class UpdateViewHtml2.ViewBody

Java class for anonymous complex type. 

class UpdateViewHtml2.ViewEmpty

Java class for anonymous complex type. 

class UpdateViewHtml2.ViewFields

Java class for anonymous complex type. 

class UpdateViewHtml2.ViewFooter

Java class for anonymous complex type. 

class UpdateViewHtml2.ViewHeader

Java class for anonymous complex type. 

class UpdateViewHtml2.ViewProperties

Java class for anonymous complex type. 

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

Fields

protected UpdateViewHtml2.Aggregations aggregations

protected UpdateViewHtml2.Formats formats

protected String listName

protected String openApplicationExtension

protected UpdateViewHtml2.Query query

protected UpdateViewHtml2.RowLimit rowLimit

protected UpdateViewHtml2.RowLimitExceeded rowLimitExceeded

protected UpdateViewHtml2.Toolbar toolbar

protected UpdateViewHtml2.ViewBody viewBody

protected UpdateViewHtml2.ViewEmpty viewEmpty

protected UpdateViewHtml2.ViewFields viewFields

protected UpdateViewHtml2.ViewFooter viewFooter

protected UpdateViewHtml2.ViewHeader viewHeader

protected String viewName

protected UpdateViewHtml2.ViewProperties viewProperties

Public Constructors

public UpdateViewHtml2 ()

Public Methods

public UpdateViewHtml2.Aggregations getAggregations ()

Gets the value of the aggregations property.

Returns

public UpdateViewHtml2.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 String getOpenApplicationExtension ()

Gets the value of the openApplicationExtension property.

Returns
  • possible object is String

public UpdateViewHtml2.Query getQuery ()

Gets the value of the query property.

Returns

public UpdateViewHtml2.RowLimit getRowLimit ()

Gets the value of the rowLimit property.

Returns

public UpdateViewHtml2.RowLimitExceeded getRowLimitExceeded ()

Gets the value of the rowLimitExceeded property.

Returns

public UpdateViewHtml2.Toolbar getToolbar ()

Gets the value of the toolbar property.

Returns

public UpdateViewHtml2.ViewBody getViewBody ()

Gets the value of the viewBody property.

Returns

public UpdateViewHtml2.ViewEmpty getViewEmpty ()

Gets the value of the viewEmpty property.

Returns

public UpdateViewHtml2.ViewFields getViewFields ()

Gets the value of the viewFields property.

Returns

public UpdateViewHtml2.ViewFooter getViewFooter ()

Gets the value of the viewFooter property.

Returns

public UpdateViewHtml2.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 UpdateViewHtml2.ViewProperties getViewProperties ()

Gets the value of the viewProperties property.

Returns

public void setAggregations (UpdateViewHtml2.Aggregations value)

Sets the value of the aggregations property.

Parameters
value Allowed object is .Aggregations

public void setFormats (UpdateViewHtml2.Formats value)

Sets the value of the formats property.

Parameters
value Allowed object is .Formats

public void setListName (String value)

Sets the value of the listName property.

Parameters
value Allowed object is String

public void setOpenApplicationExtension (String value)

Sets the value of the openApplicationExtension property.

Parameters
value Allowed object is String

public void setQuery (UpdateViewHtml2.Query value)

Sets the value of the query property.

Parameters
value Allowed object is .Query

public void setRowLimit (UpdateViewHtml2.RowLimit value)

Sets the value of the rowLimit property.

Parameters
value Allowed object is .RowLimit

public void setRowLimitExceeded (UpdateViewHtml2.RowLimitExceeded value)

Sets the value of the rowLimitExceeded property.

Parameters
value Allowed object is .RowLimitExceeded

public void setToolbar (UpdateViewHtml2.Toolbar value)

Sets the value of the toolbar property.

Parameters
value Allowed object is .Toolbar

public void setViewBody (UpdateViewHtml2.ViewBody value)

Sets the value of the viewBody property.

Parameters
value Allowed object is .ViewBody

public void setViewEmpty (UpdateViewHtml2.ViewEmpty value)

Sets the value of the viewEmpty property.

Parameters
value Allowed object is .ViewEmpty

public void setViewFields (UpdateViewHtml2.ViewFields value)

Sets the value of the viewFields property.

Parameters
value Allowed object is .ViewFields

public void setViewFooter (UpdateViewHtml2.ViewFooter value)

Sets the value of the viewFooter property.

Parameters
value Allowed object is .ViewFooter

public void setViewHeader (UpdateViewHtml2.ViewHeader value)

Sets the value of the viewHeader property.

Parameters
value Allowed object is .ViewHeader

public void setViewName (String value)

Sets the value of the viewName property.

Parameters
value Allowed object is String

public void setViewProperties (UpdateViewHtml2.ViewProperties value)

Sets the value of the viewProperties property.

Parameters
value Allowed object is .ViewProperties