| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.people.PrincipalInfo |
Java class for PrincipalInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrincipalInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AccountName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UserInfoID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="DisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Department" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsResolved" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="MoreMatches" type="{http://schemas.microsoft.com/sharepoint/soap/}ArrayOfPrincipalInfo" minOccurs="0"/>
<element name="PrincipalType" type="{http://schemas.microsoft.com/sharepoint/soap/}SPPrincipalType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountName | |||||||||||
| department | |||||||||||
| displayName | |||||||||||
| isResolved | |||||||||||
| moreMatches | |||||||||||
| principalType | |||||||||||
| title | |||||||||||
| userInfoID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountName property.
| |||||||||||
Gets the value of the department property.
| |||||||||||
Gets the value of the displayName property.
| |||||||||||
Gets the value of the email property.
| |||||||||||
Gets the value of the isResolved property.
| |||||||||||
Gets the value of the moreMatches property.
| |||||||||||
Gets the value of the principalType property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Gets the value of the userInfoID property.
| |||||||||||
Sets the value of the accountName property.
| |||||||||||
Sets the value of the department property.
| |||||||||||
Sets the value of the displayName property.
| |||||||||||
Sets the value of the email property.
| |||||||||||
Sets the value of the isResolved property.
| |||||||||||
Sets the value of the moreMatches property.
| |||||||||||
Sets the value of the title property.
| |||||||||||
Sets the value of the userInfoID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accountName property.
Gets the value of the department property.
Gets the value of the displayName property.
Gets the value of the email property.
Gets the value of the isResolved property. This getter has been renamed from isIsResolved() to getIsResolved() by cxf-xjc-boolean plugin.
Gets the value of the moreMatches property.
ArrayOfPrincipalInfo
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
Gets the value of the title property.
Gets the value of the userInfoID property.
Sets the value of the accountName property.
| value | Allowed object is String |
|---|
Sets the value of the department property.
| value | Allowed object is String |
|---|
Sets the value of the displayName property.
| value | Allowed object is String |
|---|
Sets the value of the email property.
| value | Allowed object is String |
|---|
Sets the value of the isResolved property.
| value |
|---|
Sets the value of the moreMatches property.
| value | Allowed object is
ArrayOfPrincipalInfo
|
|---|
| value |
|---|
Sets the value of the title property.
| value | Allowed object is String |
|---|
Sets the value of the userInfoID property.
| value |
|---|