public class

FormDigestInformation

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.sites.FormDigestInformation

Class Overview

Java class for FormDigestInformation complex type.

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

 <complexType name="FormDigestInformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DigestValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TimeoutSeconds" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="WebFullUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LibraryVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SupportedSchemaVersions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String digestValue
protected String libraryVersion
protected String supportedSchemaVersions
protected int timeoutSeconds
protected String webFullUrl
Public Constructors
FormDigestInformation()
Public Methods
String getDigestValue()
Gets the value of the digestValue property.
String getLibraryVersion()
Gets the value of the libraryVersion property.
String getSupportedSchemaVersions()
Gets the value of the supportedSchemaVersions property.
int getTimeoutSeconds()
Gets the value of the timeoutSeconds property.
String getWebFullUrl()
Gets the value of the webFullUrl property.
void setDigestValue(String value)
Sets the value of the digestValue property.
void setLibraryVersion(String value)
Sets the value of the libraryVersion property.
void setSupportedSchemaVersions(String value)
Sets the value of the supportedSchemaVersions property.
void setTimeoutSeconds(int value)
Sets the value of the timeoutSeconds property.
void setWebFullUrl(String value)
Sets the value of the webFullUrl property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String digestValue

protected String libraryVersion

protected String supportedSchemaVersions

protected int timeoutSeconds

protected String webFullUrl

Public Constructors

public FormDigestInformation ()

Public Methods

public String getDigestValue ()

Gets the value of the digestValue property.

Returns
  • possible object is String

public String getLibraryVersion ()

Gets the value of the libraryVersion property.

Returns
  • possible object is String

public String getSupportedSchemaVersions ()

Gets the value of the supportedSchemaVersions property.

Returns
  • possible object is String

public int getTimeoutSeconds ()

Gets the value of the timeoutSeconds property.

public String getWebFullUrl ()

Gets the value of the webFullUrl property.

Returns
  • possible object is String

public void setDigestValue (String value)

Sets the value of the digestValue property.

Parameters
value Allowed object is String

public void setLibraryVersion (String value)

Sets the value of the libraryVersion property.

Parameters
value Allowed object is String

public void setSupportedSchemaVersions (String value)

Sets the value of the supportedSchemaVersions property.

Parameters
value Allowed object is String

public void setTimeoutSeconds (int value)

Sets the value of the timeoutSeconds property.

Parameters
value

public void setWebFullUrl (String value)

Sets the value of the webFullUrl property.

Parameters
value Allowed object is String