| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.people.ResolvePrincipals |
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="principalKeys" type="{http://schemas.microsoft.com/sharepoint/soap/}ArrayOfString" minOccurs="0"/>
<element name="principalType" type="{http://schemas.microsoft.com/sharepoint/soap/}SPPrincipalType"/>
<element name="addToUserInfoList" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addToUserInfoList | |||||||||||
| principalKeys | |||||||||||
| principalType | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the addToUserInfoList property.
| |||||||||||
Gets the value of the principalKeys property.
| |||||||||||
Gets the value of the principalType property.
| |||||||||||
Sets the value of the addToUserInfoList property.
| |||||||||||
Sets the value of the principalKeys property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the addToUserInfoList property. This getter has been renamed from isAddToUserInfoList() to getAddToUserInfoList() by cxf-xjc-boolean plugin.
Gets the value of the principalKeys property.
PeopleArrayOfString
Gets the value of the principalType property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the principalType property.
For example, to add a new item, do as follows:
getPrincipalType().add(newItem);
Objects of the following type(s) are allowed in the list String
Sets the value of the addToUserInfoList property.
| value |
|---|
Sets the value of the principalKeys property.
| value | Allowed object is
PeopleArrayOfString
|
|---|
| value |
|---|