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 UserManagementChainType

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

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

Java class for userManagementChainType complex type.

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

 <complexType name="userManagementChainType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="uptoUser" 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="level" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="identityContext" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
UserManagementChainType()
           
 
Method Summary
 java.lang.String getIdentityContext()
          Gets the value of the identityContext property.
 java.lang.Integer getLevel()
          Gets the value of the level property.
 java.lang.String getTitle()
          Gets the value of the title property.
 java.lang.String getUptoUser()
          Gets the value of the uptoUser property.
 java.lang.String getUser()
          Gets the value of the user property.
 boolean isSetIdentityContext()
           
 boolean isSetLevel()
           
 boolean isSetTitle()
           
 boolean isSetUptoUser()
           
 boolean isSetUser()
           
 void setIdentityContext(java.lang.String value)
          Sets the value of the identityContext property.
 void setLevel(java.lang.Integer value)
          Sets the value of the level property.
 void setTitle(java.lang.String value)
          Sets the value of the title property.
 void setUptoUser(java.lang.String value)
          Sets the value of the uptoUser 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

UserManagementChainType

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

getUptoUser

public java.lang.String getUptoUser()
Gets the value of the uptoUser property.

Returns:
possible object is String

setUptoUser

public void setUptoUser(java.lang.String value)
Sets the value of the uptoUser property.

Parameters:
value - allowed object is String

isSetUptoUser

public boolean isSetUptoUser()

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

getLevel

public java.lang.Integer getLevel()
Gets the value of the level property.

Returns:
possible object is Integer

setLevel

public void setLevel(java.lang.Integer value)
Sets the value of the level property.

Parameters:
value - allowed object is Integer

isSetLevel

public boolean isSetLevel()

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

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.