|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.9.0) E25378-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.bpm.services.organization.model.LogicalPeopleGroup
public class LogicalPeopleGroup
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="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{http://xmlns.oracle.com/bpm/lpg/peopleQuery}peopleQuery"/>
<element name="timeout" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="status" type="{http://xmlns.oracle.com/bpm/lpg/peopleQuery}statusTypeEnum" minOccurs="0"/>
<element name="expirationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="lastExecutedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="createdBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="createdByIdentityContext" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastUpdatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="lastUpdatedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastUpdatedByIdentityContext" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="members" type="{http://xmlns.oracle.com/bpm/organization}principleListType" minOccurs="0"/>
<element name="parametricLPG" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
LogicalPeopleGroup() |
|
| Method Summary | |
|---|---|
java.lang.String |
getCreatedBy()Gets the value of the createdBy property. |
java.lang.String |
getCreatedByIdentityContext()Gets the value of the createdByIdentityContext property. |
javax.xml.datatype.XMLGregorianCalendar |
getCreatedDate()Gets the value of the createdDate property. |
javax.xml.datatype.XMLGregorianCalendar |
getExpirationTime()Gets the value of the expirationTime property. |
java.lang.String |
getId()Gets the value of the id property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastExecutedDate()Gets the value of the lastExecutedDate property. |
java.lang.String |
getLastUpdatedBy()Gets the value of the lastUpdatedBy property. |
java.lang.String |
getLastUpdatedByIdentityContext()Gets the value of the lastUpdatedByIdentityContext property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastUpdatedDate()Gets the value of the lastUpdatedDate property. |
PrincipleListType |
getMembers()Gets the value of the members property. |
java.lang.String |
getName()Gets the value of the name property. |
PeopleQueryType |
getPeopleQuery()Gets the value of the peopleQuery property. |
StatusTypeEnum |
getStatus()Gets the value of the status property. |
java.lang.String |
getTimeout()Gets the value of the timeout property. |
java.lang.Boolean |
isParametricLPG()Gets the value of the parametricLPG property. |
boolean |
isSetCreatedBy() |
boolean |
isSetCreatedByIdentityContext() |
boolean |
isSetCreatedDate() |
boolean |
isSetExpirationTime() |
boolean |
isSetId() |
boolean |
isSetLastExecutedDate() |
boolean |
isSetLastUpdatedBy() |
boolean |
isSetLastUpdatedByIdentityContext() |
boolean |
isSetLastUpdatedDate() |
boolean |
isSetMembers() |
boolean |
isSetName() |
boolean |
isSetParametricLPG() |
boolean |
isSetPeopleQuery() |
boolean |
isSetStatus() |
boolean |
isSetTimeout() |
void |
setCreatedBy(java.lang.String value)Sets the value of the createdBy property. |
void |
setCreatedByIdentityContext(java.lang.String value)Sets the value of the createdByIdentityContext property. |
void |
setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the createdDate property. |
void |
setExpirationTime(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the expirationTime property. |
void |
setId(java.lang.String value)Sets the value of the id property. |
void |
setLastExecutedDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the lastExecutedDate property. |
void |
setLastUpdatedBy(java.lang.String value)Sets the value of the lastUpdatedBy property. |
void |
setLastUpdatedByIdentityContext(java.lang.String value)Sets the value of the lastUpdatedByIdentityContext property. |
void |
setLastUpdatedDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the lastUpdatedDate property. |
void |
setMembers(PrincipleListType value)Sets the value of the members property. |
void |
setName(java.lang.String value)Sets the value of the name property. |
void |
setParametricLPG(java.lang.Boolean value)Sets the value of the parametricLPG property. |
void |
setPeopleQuery(PeopleQueryType value)Sets the value of the peopleQuery property. |
void |
setStatus(StatusTypeEnum value)Sets the value of the status property. |
void |
setTimeout(java.lang.String value)Sets the value of the timeout property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogicalPeopleGroup()
| 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 getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is Stringpublic boolean isSetName()
public PeopleQueryType getPeopleQuery()
PeopleQueryTypepublic void setPeopleQuery(PeopleQueryType value)
value - allowed object is PeopleQueryTypepublic boolean isSetPeopleQuery()
public java.lang.String getTimeout()
Stringpublic void setTimeout(java.lang.String value)
value - allowed object is Stringpublic boolean isSetTimeout()
public StatusTypeEnum getStatus()
StatusTypeEnumpublic void setStatus(StatusTypeEnum value)
value - allowed object is StatusTypeEnumpublic boolean isSetStatus()
public javax.xml.datatype.XMLGregorianCalendar getExpirationTime()
XMLGregorianCalendarpublic void setExpirationTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic boolean isSetExpirationTime()
public javax.xml.datatype.XMLGregorianCalendar getLastExecutedDate()
XMLGregorianCalendarpublic void setLastExecutedDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic boolean isSetLastExecutedDate()
public javax.xml.datatype.XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendarpublic void setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic boolean isSetCreatedDate()
public java.lang.String getCreatedBy()
Stringpublic void setCreatedBy(java.lang.String value)
value - allowed object is Stringpublic boolean isSetCreatedBy()
public java.lang.String getCreatedByIdentityContext()
Stringpublic void setCreatedByIdentityContext(java.lang.String value)
value - allowed object is Stringpublic boolean isSetCreatedByIdentityContext()
public javax.xml.datatype.XMLGregorianCalendar getLastUpdatedDate()
XMLGregorianCalendarpublic void setLastUpdatedDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic boolean isSetLastUpdatedDate()
public java.lang.String getLastUpdatedBy()
Stringpublic void setLastUpdatedBy(java.lang.String value)
value - allowed object is Stringpublic boolean isSetLastUpdatedBy()
public java.lang.String getLastUpdatedByIdentityContext()
Stringpublic void setLastUpdatedByIdentityContext(java.lang.String value)
value - allowed object is Stringpublic boolean isSetLastUpdatedByIdentityContext()
public PrincipleListType getMembers()
PrincipleListTypepublic void setMembers(PrincipleListType value)
value - allowed object is PrincipleListTypepublic boolean isSetMembers()
public java.lang.Boolean isParametricLPG()
Booleanpublic void setParametricLPG(java.lang.Boolean value)
value - allowed object is Booleanpublic boolean isSetParametricLPG()
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.9.0) E25378-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||