public class

OrganizationProfileData

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.userprofile.OrganizationProfileData

Class Overview

Java class for OrganizationProfileData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OrganizationProfileData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RecordID" type="{http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String displayName
protected long recordID
Public Constructors
OrganizationProfileData()
Public Methods
String getDisplayName()
Gets the value of the displayName property.
long getRecordID()
Gets the value of the recordID property.
void setDisplayName(String value)
Sets the value of the displayName property.
void setRecordID(long value)
Sets the value of the recordID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String displayName

protected long recordID

Public Constructors

public OrganizationProfileData ()

Public Methods

public String getDisplayName ()

Gets the value of the displayName property.

Returns
  • possible object is String

public long getRecordID ()

Gets the value of the recordID property.

public void setDisplayName (String value)

Sets the value of the displayName property.

Parameters
value Allowed object is String

public void setRecordID (long value)

Sets the value of the recordID property.

Parameters
value