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 OrganizationalUserType

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

public class OrganizationalUserType
extends UserProfileType
implements java.io.Serializable

Java class for organizationalUserType complex type.

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

 <complexType name="organizationalUserType">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/bpm/identity}userProfileType">
       <sequence>
         <element name="efficiency" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="cost" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
OrganizationalUserType()
           
 
Method Summary
 java.lang.Float getCost()
          Gets the value of the cost property.
 java.math.BigInteger getEfficiency()
          Gets the value of the efficiency property.
 boolean isSetCost()
           
 boolean isSetEfficiency()
           
 void setCost(java.lang.Float value)
          Sets the value of the cost property.
 void setEfficiency(java.math.BigInteger value)
          Sets the value of the efficiency property.
 
Methods inherited from class oracle.bpm.services.organization.model.UserProfileType
getDisplayName, getEmailAddress, getFax, getFirstName, getHomePhone, getIdentityContext, getLanguagePreference, getLastName, getLocale, getManager, getMiddleName, getMobile, getName, getNotificationPreferences, getPager, getTimeZone, getTitle, getWorkPhone, isSetDisplayName, isSetEmailAddress, isSetFax, isSetFirstName, isSetHomePhone, isSetIdentityContext, isSetLanguagePreference, isSetLastName, isSetLocale, isSetManager, isSetMiddleName, isSetMobile, isSetName, isSetNotificationPreferences, isSetPager, isSetTimeZone, isSetTitle, isSetWorkPhone, setDisplayName, setEmailAddress, setFax, setFirstName, setHomePhone, setIdentityContext, setLanguagePreference, setLastName, setLocale, setManager, setMiddleName, setMobile, setName, setNotificationPreferences, setPager, setTimeZone, setTitle, setWorkPhone
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrganizationalUserType

public OrganizationalUserType()
Method Detail

getEfficiency

public java.math.BigInteger getEfficiency()
Gets the value of the efficiency property.

Returns:
possible object is BigInteger

setEfficiency

public void setEfficiency(java.math.BigInteger value)
Sets the value of the efficiency property.

Parameters:
value - allowed object is BigInteger

isSetEfficiency

public boolean isSetEfficiency()

getCost

public java.lang.Float getCost()
Gets the value of the cost property.

Returns:
possible object is Float

setCost

public void setCost(java.lang.Float value)
Sets the value of the cost property.

Parameters:
value - allowed object is Float

isSetCost

public boolean isSetCost()

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.