| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.imaging.Edit |
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="strListName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="strFolder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="itemFileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="recipe" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Edit.Recipe | Java class for anonymous complex type. |
||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| itemFileName | |||||||||||
| recipe | |||||||||||
| strFolder | |||||||||||
| strListName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the itemFileName property.
| |||||||||||
Gets the value of the recipe property.
| |||||||||||
Gets the value of the strFolder property.
| |||||||||||
Gets the value of the strListName property.
| |||||||||||
Sets the value of the itemFileName property.
| |||||||||||
Sets the value of the recipe property.
| |||||||||||
Sets the value of the strFolder property.
| |||||||||||
Sets the value of the strListName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the itemFileName property.
Gets the value of the recipe property.
Edit.Recipe
Gets the value of the strFolder property.
Gets the value of the strListName property.
Sets the value of the itemFileName property.
| value | Allowed object is String |
|---|
Sets the value of the recipe property.
| value | Allowed object is
Edit.Recipe
|
|---|
Sets the value of the strFolder property.
| value | Allowed object is String |
|---|
Sets the value of the strListName property.
| value | Allowed object is String |
|---|