Skip navigation links

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


oracle.bpm.services.organization.model
Class UserManagerType

java.lang.Object
  extended by oracle.bpm.services.organization.model.UserManagerType

All Implemented Interfaces:
java.io.Serializable

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

Java class for userManagerType complex type.

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

 <complexType name="userManagerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="identityContext" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
UserManagerType()
           

 

Method Summary
 java.lang.String getIdentityContext()
          Gets the value of the identityContext property.
 java.lang.String getUser()
          Gets the value of the user property.
 boolean isSetIdentityContext()
           
 boolean isSetUser()
           
 void setIdentityContext(java.lang.String value)
          Sets the value of the identityContext property.
 void setUser(java.lang.String value)
          Sets the value of the user property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

UserManagerType

public UserManagerType()

Method Detail

getUser

public java.lang.String getUser()
Gets the value of the user property.
Returns:
possible object is String

setUser

public void setUser(java.lang.String value)
Sets the value of the user property.
Parameters:
value - allowed object is String

isSetUser

public boolean isSetUser()

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()

Skip navigation links

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


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