public class

SSiteMetadata

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

Class Overview

Java class for _sSiteMetadata complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="_sSiteMetadata">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="LastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="LastModifiedForceRecrawl" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="SmallSite" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="PortalUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="UserProfileGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ValidSecurityInfo" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar lastModified
protected XMLGregorianCalendar lastModifiedForceRecrawl
protected String portalUrl
protected boolean smallSite
protected String userProfileGUID
protected boolean validSecurityInfo
Public Constructors
SSiteMetadata()
Public Methods
XMLGregorianCalendar getLastModified()
Gets the value of the lastModified property.
XMLGregorianCalendar getLastModifiedForceRecrawl()
Gets the value of the lastModifiedForceRecrawl property.
String getPortalUrl()
Gets the value of the portalUrl property.
boolean getSmallSite()
Gets the value of the smallSite property.
String getUserProfileGUID()
Gets the value of the userProfileGUID property.
boolean getValidSecurityInfo()
Gets the value of the validSecurityInfo property.
void setLastModified(XMLGregorianCalendar value)
Sets the value of the lastModified property.
void setLastModifiedForceRecrawl(XMLGregorianCalendar value)
Sets the value of the lastModifiedForceRecrawl property.
void setPortalUrl(String value)
Sets the value of the portalUrl property.
void setSmallSite(boolean value)
Sets the value of the smallSite property.
void setUserProfileGUID(String value)
Sets the value of the userProfileGUID property.
void setValidSecurityInfo(boolean value)
Sets the value of the validSecurityInfo property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar lastModified

protected XMLGregorianCalendar lastModifiedForceRecrawl

protected String portalUrl

protected boolean smallSite

protected String userProfileGUID

protected boolean validSecurityInfo

Public Constructors

public SSiteMetadata ()

Public Methods

public XMLGregorianCalendar getLastModified ()

Gets the value of the lastModified property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getLastModifiedForceRecrawl ()

Gets the value of the lastModifiedForceRecrawl property.

Returns
  • possible object is XMLGregorianCalendar

public String getPortalUrl ()

Gets the value of the portalUrl property.

Returns
  • possible object is String

public boolean getSmallSite ()

Gets the value of the smallSite property. This getter has been renamed from isSmallSite() to getSmallSite() by cxf-xjc-boolean plugin.

public String getUserProfileGUID ()

Gets the value of the userProfileGUID property.

Returns
  • possible object is String

public boolean getValidSecurityInfo ()

Gets the value of the validSecurityInfo property. This getter has been renamed from isValidSecurityInfo() to getValidSecurityInfo() by cxf-xjc-boolean plugin.

public void setLastModified (XMLGregorianCalendar value)

Sets the value of the lastModified property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLastModifiedForceRecrawl (XMLGregorianCalendar value)

Sets the value of the lastModifiedForceRecrawl property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPortalUrl (String value)

Sets the value of the portalUrl property.

Parameters
value Allowed object is String

public void setSmallSite (boolean value)

Sets the value of the smallSite property.

Parameters
value

public void setUserProfileGUID (String value)

Sets the value of the userProfileGUID property.

Parameters
value Allowed object is String

public void setValidSecurityInfo (boolean value)

Sets the value of the validSecurityInfo property.

Parameters
value