public class

SFPUrl

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.sitedata.SFPUrl

Class Overview

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>
 

Summary

Fields
protected boolean isFolder
protected XMLGregorianCalendar lastModified
protected String url
Public Constructors
SFPUrl()
Public Methods
boolean getIsFolder()
Gets the value of the isFolder property.
XMLGregorianCalendar getLastModified()
Gets the value of the lastModified property.
String getUrl()
Gets the value of the url property.
void setIsFolder(boolean value)
Sets the value of the isFolder property.
void setLastModified(XMLGregorianCalendar value)
Sets the value of the lastModified property.
void setUrl(String value)
Sets the value of the url property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean isFolder

protected XMLGregorianCalendar lastModified

protected String url

Public Constructors

public SFPUrl ()

Public Methods

public boolean getIsFolder ()

Gets the value of the isFolder property. This getter has been renamed from isIsFolder() to getIsFolder() by cxf-xjc-boolean plugin.

public XMLGregorianCalendar getLastModified ()

Gets the value of the lastModified property.

Returns
  • possible object is XMLGregorianCalendar

public String getUrl ()

Gets the value of the url property.

Returns
  • possible object is String

public void setIsFolder (boolean value)

Sets the value of the isFolder property.

Parameters
value

public void setLastModified (XMLGregorianCalendar value)

Sets the value of the lastModified property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setUrl (String value)

Sets the value of the url property.

Parameters
value Allowed object is String