| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.sitedata.GetURLSegmentsResponse |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| getURLSegmentsResult | |||||||||||
| strBucketID | |||||||||||
| strItemID | |||||||||||
| strListID | |||||||||||
| strWebID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the getURLSegmentsResult property.
| |||||||||||
Gets the value of the strBucketID property.
| |||||||||||
Gets the value of the strItemID property.
| |||||||||||
Gets the value of the strListID property.
| |||||||||||
Gets the value of the strWebID property.
| |||||||||||
Sets the value of the getURLSegmentsResult property.
| |||||||||||
Sets the value of the strBucketID property.
| |||||||||||
Sets the value of the strItemID property.
| |||||||||||
Sets the value of the strListID property.
| |||||||||||
Sets the value of the strWebID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the getURLSegmentsResult property. This getter has been renamed from isGetURLSegmentsResult() to getGetURLSegmentsResult() by cxf-xjc-boolean plugin.
Gets the value of the strBucketID property.
Gets the value of the strItemID property.
Gets the value of the strListID property.
Gets the value of the strWebID property.
Sets the value of the getURLSegmentsResult property.
| value |
|---|
Sets the value of the strBucketID property.
| value | Allowed object is String |
|---|
Sets the value of the strItemID property.
| value | Allowed object is String |
|---|
Sets the value of the strListID property.
| value | Allowed object is String |
|---|
Sets the value of the strWebID property.
| value | Allowed object is String |
|---|