public class

GetURLSegmentsResponse

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

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="GetURLSegmentsResult" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="strWebID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="strBucketID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="strListID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="strItemID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean getURLSegmentsResult
protected String strBucketID
protected String strItemID
protected String strListID
protected String strWebID
Public Constructors
GetURLSegmentsResponse()
Public Methods
boolean getGetURLSegmentsResult()
Gets the value of the getURLSegmentsResult property.
String getStrBucketID()
Gets the value of the strBucketID property.
String getStrItemID()
Gets the value of the strItemID property.
String getStrListID()
Gets the value of the strListID property.
String getStrWebID()
Gets the value of the strWebID property.
void setGetURLSegmentsResult(boolean value)
Sets the value of the getURLSegmentsResult property.
void setStrBucketID(String value)
Sets the value of the strBucketID property.
void setStrItemID(String value)
Sets the value of the strItemID property.
void setStrListID(String value)
Sets the value of the strListID property.
void setStrWebID(String value)
Sets the value of the strWebID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean getURLSegmentsResult

protected String strBucketID

protected String strItemID

protected String strListID

protected String strWebID

Public Constructors

public GetURLSegmentsResponse ()

Public Methods

public boolean getGetURLSegmentsResult ()

Gets the value of the getURLSegmentsResult property. This getter has been renamed from isGetURLSegmentsResult() to getGetURLSegmentsResult() by cxf-xjc-boolean plugin.

public String getStrBucketID ()

Gets the value of the strBucketID property.

Returns
  • possible object is String

public String getStrItemID ()

Gets the value of the strItemID property.

Returns
  • possible object is String

public String getStrListID ()

Gets the value of the strListID property.

Returns
  • possible object is String

public String getStrWebID ()

Gets the value of the strWebID property.

Returns
  • possible object is String

public void setGetURLSegmentsResult (boolean value)

Sets the value of the getURLSegmentsResult property.

Parameters
value

public void setStrBucketID (String value)

Sets the value of the strBucketID property.

Parameters
value Allowed object is String

public void setStrItemID (String value)

Sets the value of the strItemID property.

Parameters
value Allowed object is String

public void setStrListID (String value)

Sets the value of the strListID property.

Parameters
value Allowed object is String

public void setStrWebID (String value)

Sets the value of the strWebID property.

Parameters
value Allowed object is String