| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.views.AddView |
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>
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AddView.Query | Java class for anonymous complex type. |
||||||||||
| AddView.RowLimit | Java class for anonymous complex type. |
||||||||||
| AddView.ViewFields | Java class for anonymous complex type. |
||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| listName | |||||||||||
| makeViewDefault | |||||||||||
| query | |||||||||||
| rowLimit | |||||||||||
| type | |||||||||||
| viewFields | |||||||||||
| viewName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the listName property.
| |||||||||||
Gets the value of the makeViewDefault property.
| |||||||||||
Gets the value of the query property.
| |||||||||||
Gets the value of the rowLimit property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Gets the value of the viewFields property.
| |||||||||||
Gets the value of the viewName property.
| |||||||||||
Sets the value of the listName property.
| |||||||||||
Sets the value of the makeViewDefault property.
| |||||||||||
Sets the value of the query property.
| |||||||||||
Sets the value of the rowLimit property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
Sets the value of the viewFields property.
| |||||||||||
Sets the value of the viewName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the listName property.
Gets the value of the makeViewDefault property. This getter has been renamed from isMakeViewDefault() to getMakeViewDefault() by cxf-xjc-boolean plugin.
Gets the value of the query property.
AddView.Query
Gets the value of the rowLimit property.
AddView.RowLimit
Gets the value of the type property.
Gets the value of the viewFields property.
AddView.ViewFields
Gets the value of the viewName property.
Sets the value of the listName property.
| value | Allowed object is String |
|---|
Sets the value of the makeViewDefault property.
| value |
|---|
Sets the value of the query property.
| value | Allowed object is
AddView.Query
|
|---|
Sets the value of the rowLimit property.
| value | Allowed object is
AddView.RowLimit
|
|---|
Sets the value of the type property.
| value | Allowed object is String |
|---|
Sets the value of the viewFields property.
| value | Allowed object is
AddView.ViewFields
|
|---|
Sets the value of the viewName property.
| value | Allowed object is String |
|---|