public class

AddView

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

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="viewFields" 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="rowLimit" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="makeViewDefault" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Nested Classes
class AddView.Query

Java class for anonymous complex type. 

class AddView.RowLimit

Java class for anonymous complex type. 

class AddView.ViewFields

Java class for anonymous complex type. 

Fields
protected String listName
protected boolean makeViewDefault
protected AddView.Query query
protected AddView.RowLimit rowLimit
protected String type
protected AddView.ViewFields viewFields
protected String viewName
Public Constructors
AddView()
Public Methods
String getListName()
Gets the value of the listName property.
boolean getMakeViewDefault()
Gets the value of the makeViewDefault property.
AddView.Query getQuery()
Gets the value of the query property.
AddView.RowLimit getRowLimit()
Gets the value of the rowLimit property.
String getType()
Gets the value of the type property.
AddView.ViewFields getViewFields()
Gets the value of the viewFields property.
String getViewName()
Gets the value of the viewName property.
void setListName(String value)
Sets the value of the listName property.
void setMakeViewDefault(boolean value)
Sets the value of the makeViewDefault property.
void setQuery(AddView.Query value)
Sets the value of the query property.
void setRowLimit(AddView.RowLimit value)
Sets the value of the rowLimit property.
void setType(String value)
Sets the value of the type property.
void setViewFields(AddView.ViewFields value)
Sets the value of the viewFields property.
void setViewName(String value)
Sets the value of the viewName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String listName

protected boolean makeViewDefault

protected AddView.Query query

protected AddView.RowLimit rowLimit

protected String type

protected AddView.ViewFields viewFields

protected String viewName

Public Constructors

public AddView ()

Public Methods

public String getListName ()

Gets the value of the listName property.

Returns
  • possible object is String

public boolean getMakeViewDefault ()

Gets the value of the makeViewDefault property. This getter has been renamed from isMakeViewDefault() to getMakeViewDefault() by cxf-xjc-boolean plugin.

public AddView.Query getQuery ()

Gets the value of the query property.

Returns

public AddView.RowLimit getRowLimit ()

Gets the value of the rowLimit property.

Returns

public String getType ()

Gets the value of the type property.

Returns
  • possible object is String

public AddView.ViewFields getViewFields ()

Gets the value of the viewFields property.

Returns

public String getViewName ()

Gets the value of the viewName property.

Returns
  • possible object is String

public void setListName (String value)

Sets the value of the listName property.

Parameters
value Allowed object is String

public void setMakeViewDefault (boolean value)

Sets the value of the makeViewDefault property.

Parameters
value

public void setQuery (AddView.Query value)

Sets the value of the query property.

Parameters
value Allowed object is AddView.Query

public void setRowLimit (AddView.RowLimit value)

Sets the value of the rowLimit property.

Parameters
value Allowed object is AddView.RowLimit

public void setType (String value)

Sets the value of the type property.

Parameters
value Allowed object is String

public void setViewFields (AddView.ViewFields value)

Sets the value of the viewFields property.

Parameters
value Allowed object is AddView.ViewFields

public void setViewName (String value)

Sets the value of the viewName property.

Parameters
value Allowed object is String