public class

PrincipalInfo

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.people.PrincipalInfo

Class Overview

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>
 

Summary

Fields
protected String accountName
protected String department
protected String displayName
protected String email
protected boolean isResolved
protected ArrayOfPrincipalInfo moreMatches
protected List<String> principalType
protected String title
protected int userInfoID
Public Constructors
PrincipalInfo()
Public Methods
String getAccountName()
Gets the value of the accountName property.
String getDepartment()
Gets the value of the department property.
String getDisplayName()
Gets the value of the displayName property.
String getEmail()
Gets the value of the email property.
boolean getIsResolved()
Gets the value of the isResolved property.
ArrayOfPrincipalInfo getMoreMatches()
Gets the value of the moreMatches property.
List<String> getPrincipalType()
Gets the value of the principalType property.
String getTitle()
Gets the value of the title property.
int getUserInfoID()
Gets the value of the userInfoID property.
void setAccountName(String value)
Sets the value of the accountName property.
void setDepartment(String value)
Sets the value of the department property.
void setDisplayName(String value)
Sets the value of the displayName property.
void setEmail(String value)
Sets the value of the email property.
void setIsResolved(boolean value)
Sets the value of the isResolved property.
void setMoreMatches(ArrayOfPrincipalInfo value)
Sets the value of the moreMatches property.
void setPrincipalType(List<String> value)
void setTitle(String value)
Sets the value of the title property.
void setUserInfoID(int value)
Sets the value of the userInfoID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String accountName

protected String department

protected String displayName

protected String email

protected boolean isResolved

protected ArrayOfPrincipalInfo moreMatches

protected List<String> principalType

protected String title

protected int userInfoID

Public Constructors

public PrincipalInfo ()

Public Methods

public String getAccountName ()

Gets the value of the accountName property.

Returns
  • possible object is String

public String getDepartment ()

Gets the value of the department property.

Returns
  • possible object is String

public String getDisplayName ()

Gets the value of the displayName property.

Returns
  • possible object is String

public String getEmail ()

Gets the value of the email property.

Returns
  • possible object is String

public boolean getIsResolved ()

Gets the value of the isResolved property. This getter has been renamed from isIsResolved() to getIsResolved() by cxf-xjc-boolean plugin.

public ArrayOfPrincipalInfo getMoreMatches ()

Gets the value of the moreMatches property.

Returns

public List<String> getPrincipalType ()

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

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public int getUserInfoID ()

Gets the value of the userInfoID property.

public void setAccountName (String value)

Sets the value of the accountName property.

Parameters
value Allowed object is String

public void setDepartment (String value)

Sets the value of the department property.

Parameters
value Allowed object is String

public void setDisplayName (String value)

Sets the value of the displayName property.

Parameters
value Allowed object is String

public void setEmail (String value)

Sets the value of the email property.

Parameters
value Allowed object is String

public void setIsResolved (boolean value)

Sets the value of the isResolved property.

Parameters
value

public void setMoreMatches (ArrayOfPrincipalInfo value)

Sets the value of the moreMatches property.

Parameters
value Allowed object is ArrayOfPrincipalInfo

public void setPrincipalType (List<String> value)

Parameters
value

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String

public void setUserInfoID (int value)

Sets the value of the userInfoID property.

Parameters
value