public class

GetCustomizedPageStatusResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.webs.GetCustomizedPageStatusResponse

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="GetCustomizedPageStatusResult" type="{http://schemas.microsoft.com/sharepoint/soap/}CustomizedPageStatus"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CustomizedPageStatus getCustomizedPageStatusResult
Public Constructors
GetCustomizedPageStatusResponse()
Public Methods
CustomizedPageStatus getGetCustomizedPageStatusResult()
Gets the value of the getCustomizedPageStatusResult property.
void setGetCustomizedPageStatusResult(CustomizedPageStatus value)
Sets the value of the getCustomizedPageStatusResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CustomizedPageStatus getCustomizedPageStatusResult

Public Constructors

public GetCustomizedPageStatusResponse ()

Public Methods

public CustomizedPageStatus getGetCustomizedPageStatusResult ()

Gets the value of the getCustomizedPageStatusResult property.

Returns

public void setGetCustomizedPageStatusResult (CustomizedPageStatus value)

Sets the value of the getCustomizedPageStatusResult property.

Parameters
value Allowed object is CustomizedPageStatus