| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.sitedata.SSiteMetadata |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| lastModified | |||||||||||
| lastModifiedForceRecrawl | |||||||||||
| portalUrl | |||||||||||
| smallSite | |||||||||||
| userProfileGUID | |||||||||||
| validSecurityInfo | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the lastModified property.
| |||||||||||
Gets the value of the lastModifiedForceRecrawl property.
| |||||||||||
Gets the value of the portalUrl property.
| |||||||||||
Gets the value of the smallSite property.
| |||||||||||
Gets the value of the userProfileGUID property.
| |||||||||||
Gets the value of the validSecurityInfo property.
| |||||||||||
Sets the value of the lastModified property.
| |||||||||||
Sets the value of the lastModifiedForceRecrawl property.
| |||||||||||
Sets the value of the portalUrl property.
| |||||||||||
Sets the value of the smallSite property.
| |||||||||||
Sets the value of the userProfileGUID property.
| |||||||||||
Sets the value of the validSecurityInfo property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the lastModified property.
Gets the value of the lastModifiedForceRecrawl property.
Gets the value of the portalUrl property.
Gets the value of the smallSite property. This getter has been renamed from isSmallSite() to getSmallSite() by cxf-xjc-boolean plugin.
Gets the value of the userProfileGUID property.
Gets the value of the validSecurityInfo property. This getter has been renamed from isValidSecurityInfo() to getValidSecurityInfo() by cxf-xjc-boolean plugin.
Sets the value of the lastModified property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the lastModifiedForceRecrawl property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the portalUrl property.
| value | Allowed object is String |
|---|
Sets the value of the smallSite property.
| value |
|---|
Sets the value of the userProfileGUID property.
| value | Allowed object is String |
|---|
Sets the value of the validSecurityInfo property.
| value |
|---|