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 LPGMember

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

All Implemented Interfaces:
java.io.Serializable

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

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="queryId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="userId" 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
LPGMember()
           

 

Method Summary
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getIdentityContext()
          Gets the value of the identityContext property.
 java.lang.String getQueryId()
          Gets the value of the queryId property.
 java.lang.String getUserId()
          Gets the value of the userId property.
 boolean isSetId()
           
 boolean isSetIdentityContext()
           
 boolean isSetQueryId()
           
 boolean isSetUserId()
           
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setIdentityContext(java.lang.String value)
          Sets the value of the identityContext property.
 void setQueryId(java.lang.String value)
          Sets the value of the queryId property.
 void setUserId(java.lang.String value)
          Sets the value of the userId property.

 

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

 

Constructor Detail

LPGMember

public LPGMember()

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

getQueryId

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

setQueryId

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

isSetQueryId

public boolean isSetQueryId()

getUserId

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

setUserId

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

isSetUserId

public boolean isSetUserId()

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.