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.common
Class IdentityType

java.lang.Object
  extended by oracle.bpm.services.organization.common.IdentityType

All Implemented Interfaces:
java.io.Serializable

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

Java class for identityType complex type.

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

 <complexType name="identityType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" 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="type" type="{http://xmlns.oracle.com/bpel/workflow/task}identityTypeEnum" minOccurs="0"/>
         <element name="systemVersionFlag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
IdentityType()
           

 

Method Summary
 java.lang.String getDisplayName()
          Gets the value of the displayName property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getSystemVersionFlag()
          Gets the value of the systemVersionFlag property.
 IdentityTypeEnum getType()
          Gets the value of the type property.
 boolean isSetDisplayName()
           
 boolean isSetId()
           
 boolean isSetSystemVersionFlag()
           
 boolean isSetType()
           
 void setDisplayName(java.lang.String value)
          Sets the value of the displayName property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setSystemVersionFlag(java.lang.String value)
          Sets the value of the systemVersionFlag property.
 void setType(IdentityTypeEnum value)
          Sets the value of the type property.

 

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

 

Constructor Detail

IdentityType

public IdentityType()

Method Detail

getId

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

setId

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

isSetId

public boolean isSetId()

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

getType

public IdentityTypeEnum getType()
Gets the value of the type property.
Returns:
possible object is IdentityTypeEnum

setType

public void setType(IdentityTypeEnum value)
Sets the value of the type property.
Parameters:
value - allowed object is IdentityTypeEnum

isSetType

public boolean isSetType()

getSystemVersionFlag

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

setSystemVersionFlag

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

isSetSystemVersionFlag

public boolean isSetSystemVersionFlag()

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.