Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpm.services.organization.model
Class UserProfileType

java.lang.Object
  extended by oracle.bpm.services.organization.model.UserProfileType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OrganizationalUserType

public class UserProfileType
extends java.lang.Object
implements java.io.Serializable

Java class for userProfileType complex type.

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

 <complexType name="userProfileType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="identityContext" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="firstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="middleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="emailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="workPhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="homePhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="mobile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pager" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="manager" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="timeZone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="languagePreference" type="{http://www.w3.org/2001/XMLSchema}language" minOccurs="0"/>
         <element name="notificationPreferences" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
UserProfileType()
           
 
Method Summary
 java.lang.String getDisplayName()
          Gets the value of the displayName property.
 java.lang.String getEmailAddress()
          Gets the value of the emailAddress property.
 java.lang.String getFax()
          Gets the value of the fax property.
 java.lang.String getFirstName()
          Gets the value of the firstName property.
 java.lang.String getHomePhone()
          Gets the value of the homePhone property.
 java.lang.String getIdentityContext()
          Gets the value of the identityContext property.
 java.lang.String getLanguagePreference()
          Gets the value of the languagePreference property.
 java.lang.String getLastName()
          Gets the value of the lastName property.
 java.lang.String getLocale()
          Gets the value of the locale property.
 java.lang.String getManager()
          Gets the value of the manager property.
 java.lang.String getMiddleName()
          Gets the value of the middleName property.
 java.lang.String getMobile()
          Gets the value of the mobile property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getNotificationPreferences()
          Gets the value of the notificationPreferences property.
 java.lang.String getPager()
          Gets the value of the pager property.
 java.lang.String getTimeZone()
          Gets the value of the timeZone property.
 java.lang.String getTitle()
          Gets the value of the title property.
 java.lang.String getWorkPhone()
          Gets the value of the workPhone property.
 boolean isSetDisplayName()
           
 boolean isSetEmailAddress()
           
 boolean isSetFax()
           
 boolean isSetFirstName()
           
 boolean isSetHomePhone()
           
 boolean isSetIdentityContext()
           
 boolean isSetLanguagePreference()
           
 boolean isSetLastName()
           
 boolean isSetLocale()
           
 boolean isSetManager()
           
 boolean isSetMiddleName()
           
 boolean isSetMobile()
           
 boolean isSetName()
           
 boolean isSetNotificationPreferences()
           
 boolean isSetPager()
           
 boolean isSetTimeZone()
           
 boolean isSetTitle()
           
 boolean isSetWorkPhone()
           
 void setDisplayName(java.lang.String value)
          Sets the value of the displayName property.
 void setEmailAddress(java.lang.String value)
          Sets the value of the emailAddress property.
 void setFax(java.lang.String value)
          Sets the value of the fax property.
 void setFirstName(java.lang.String value)
          Sets the value of the firstName property.
 void setHomePhone(java.lang.String value)
          Sets the value of the homePhone property.
 void setIdentityContext(java.lang.String value)
          Sets the value of the identityContext property.
 void setLanguagePreference(java.lang.String value)
          Sets the value of the languagePreference property.
 void setLastName(java.lang.String value)
          Sets the value of the lastName property.
 void setLocale(java.lang.String value)
          Sets the value of the locale property.
 void setManager(java.lang.String value)
          Sets the value of the manager property.
 void setMiddleName(java.lang.String value)
          Sets the value of the middleName property.
 void setMobile(java.lang.String value)
          Sets the value of the mobile property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setNotificationPreferences(java.lang.String value)
          Sets the value of the notificationPreferences property.
 void setPager(java.lang.String value)
          Sets the value of the pager property.
 void setTimeZone(java.lang.String value)
          Sets the value of the timeZone property.
 void setTitle(java.lang.String value)
          Sets the value of the title property.
 void setWorkPhone(java.lang.String value)
          Sets the value of the workPhone property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserProfileType

public UserProfileType()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getIdentityContext

public java.lang.String getIdentityContext()
Gets the value of the identityContext property.

Returns:
possible object is String

setIdentityContext

public void setIdentityContext(java.lang.String value)
Sets the value of the identityContext property.

Parameters:
value - allowed object is String

isSetIdentityContext

public boolean isSetIdentityContext()

getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

isSetTitle

public boolean isSetTitle()

getFirstName

public java.lang.String getFirstName()
Gets the value of the firstName property.

Returns:
possible object is String

setFirstName

public void setFirstName(java.lang.String value)
Sets the value of the firstName property.

Parameters:
value - allowed object is String

isSetFirstName

public boolean isSetFirstName()

getMiddleName

public java.lang.String getMiddleName()
Gets the value of the middleName property.

Returns:
possible object is String

setMiddleName

public void setMiddleName(java.lang.String value)
Sets the value of the middleName property.

Parameters:
value - allowed object is String

isSetMiddleName

public boolean isSetMiddleName()

getDisplayName

public java.lang.String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(java.lang.String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

isSetDisplayName

public boolean isSetDisplayName()

getEmailAddress

public java.lang.String getEmailAddress()
Gets the value of the emailAddress property.

Returns:
possible object is String

setEmailAddress

public void setEmailAddress(java.lang.String value)
Sets the value of the emailAddress property.

Parameters:
value - allowed object is String

isSetEmailAddress

public boolean isSetEmailAddress()

getLastName

public java.lang.String getLastName()
Gets the value of the lastName property.

Returns:
possible object is String

setLastName

public void setLastName(java.lang.String value)
Sets the value of the lastName property.

Parameters:
value - allowed object is String

isSetLastName

public boolean isSetLastName()

getWorkPhone

public java.lang.String getWorkPhone()
Gets the value of the workPhone property.

Returns:
possible object is String

setWorkPhone

public void setWorkPhone(java.lang.String value)
Sets the value of the workPhone property.

Parameters:
value - allowed object is String

isSetWorkPhone

public boolean isSetWorkPhone()

getHomePhone

public java.lang.String getHomePhone()
Gets the value of the homePhone property.

Returns:
possible object is String

setHomePhone

public void setHomePhone(java.lang.String value)
Sets the value of the homePhone property.

Parameters:
value - allowed object is String

isSetHomePhone

public boolean isSetHomePhone()

getMobile

public java.lang.String getMobile()
Gets the value of the mobile property.

Returns:
possible object is String

setMobile

public void setMobile(java.lang.String value)
Sets the value of the mobile property.

Parameters:
value - allowed object is String

isSetMobile

public boolean isSetMobile()

getPager

public java.lang.String getPager()
Gets the value of the pager property.

Returns:
possible object is String

setPager

public void setPager(java.lang.String value)
Sets the value of the pager property.

Parameters:
value - allowed object is String

isSetPager

public boolean isSetPager()

getFax

public java.lang.String getFax()
Gets the value of the fax property.

Returns:
possible object is String

setFax

public void setFax(java.lang.String value)
Sets the value of the fax property.

Parameters:
value - allowed object is String

isSetFax

public boolean isSetFax()

getManager

public java.lang.String getManager()
Gets the value of the manager property.

Returns:
possible object is String

setManager

public void setManager(java.lang.String value)
Sets the value of the manager property.

Parameters:
value - allowed object is String

isSetManager

public boolean isSetManager()

getTimeZone

public java.lang.String getTimeZone()
Gets the value of the timeZone property.

Returns:
possible object is String

setTimeZone

public void setTimeZone(java.lang.String value)
Sets the value of the timeZone property.

Parameters:
value - allowed object is String

isSetTimeZone

public boolean isSetTimeZone()

getLanguagePreference

public java.lang.String getLanguagePreference()
Gets the value of the languagePreference property.

Returns:
possible object is String

setLanguagePreference

public void setLanguagePreference(java.lang.String value)
Sets the value of the languagePreference property.

Parameters:
value - allowed object is String

isSetLanguagePreference

public boolean isSetLanguagePreference()

getNotificationPreferences

public java.lang.String getNotificationPreferences()
Gets the value of the notificationPreferences property.

Returns:
possible object is String

setNotificationPreferences

public void setNotificationPreferences(java.lang.String value)
Sets the value of the notificationPreferences property.

Parameters:
value - allowed object is String

isSetNotificationPreferences

public boolean isSetNotificationPreferences()

getLocale

public java.lang.String getLocale()
Gets the value of the locale property.

Returns:
possible object is String

setLocale

public void setLocale(java.lang.String value)
Sets the value of the locale property.

Parameters:
value - allowed object is String

isSetLocale

public boolean isSetLocale()

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.