public class

GetSiteUrlResponse

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

Class Overview

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="GetSiteUrlResult" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
         <element name="siteUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="siteId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected long getSiteUrlResult
protected String siteId
protected String siteUrl
Public Constructors
GetSiteUrlResponse()
Public Methods
long getGetSiteUrlResult()
Gets the value of the getSiteUrlResult property.
String getSiteId()
Gets the value of the siteId property.
String getSiteUrl()
Gets the value of the siteUrl property.
void setGetSiteUrlResult(long value)
Sets the value of the getSiteUrlResult property.
void setSiteId(String value)
Sets the value of the siteId property.
void setSiteUrl(String value)
Sets the value of the siteUrl property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected long getSiteUrlResult

protected String siteId

protected String siteUrl

Public Constructors

public GetSiteUrlResponse ()

Public Methods

public long getGetSiteUrlResult ()

Gets the value of the getSiteUrlResult property.

public String getSiteId ()

Gets the value of the siteId property.

Returns
  • possible object is String

public String getSiteUrl ()

Gets the value of the siteUrl property.

Returns
  • possible object is String

public void setGetSiteUrlResult (long value)

Sets the value of the getSiteUrlResult property.

Parameters
value

public void setSiteId (String value)

Sets the value of the siteId property.

Parameters
value Allowed object is String

public void setSiteUrl (String value)

Sets the value of the siteUrl property.

Parameters
value Allowed object is String