| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.sitedata.SFPUrl |
Java class for _sFPUrl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="_sFPUrl">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="IsFolder" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| isFolder | |||||||||||
| lastModified | |||||||||||
| url | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the isFolder property.
| |||||||||||
Gets the value of the lastModified property.
| |||||||||||
Gets the value of the url property.
| |||||||||||
Sets the value of the isFolder property.
| |||||||||||
Sets the value of the lastModified property.
| |||||||||||
Sets the value of the url property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the isFolder property. This getter has been renamed from isIsFolder() to getIsFolder() by cxf-xjc-boolean plugin.
Gets the value of the lastModified property.
Gets the value of the url property.
Sets the value of the isFolder property.
| value |
|---|
Sets the value of the lastModified property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the url property.
| value | Allowed object is String |
|---|