|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.bpm.services.organization.model.LPGMember
public class LPGMember
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>
| 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 |
|---|
public LPGMember()
| Method Detail |
|---|
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetId()
public java.lang.String getQueryId()
Stringpublic void setQueryId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetQueryId()
public java.lang.String getUserId()
Stringpublic void setUserId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetUserId()
public java.lang.String getIdentityContext()
Stringpublic void setIdentityContext(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetIdentityContext()
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||