public class LogicalPeopleGroup
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="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 and Description |
---|
LogicalPeopleGroup() |
Modifier and Type | Method and Description |
---|---|
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.
|
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public boolean isSetId()
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public boolean isSetName()
public PeopleQueryType getPeopleQuery()
PeopleQueryType
public void setPeopleQuery(PeopleQueryType value)
value
- allowed object is
PeopleQueryType
public boolean isSetPeopleQuery()
public java.lang.String getTimeout()
String
public void setTimeout(java.lang.String value)
value
- allowed object is
String
public boolean isSetTimeout()
public StatusTypeEnum getStatus()
StatusTypeEnum
public void setStatus(StatusTypeEnum value)
value
- allowed object is
StatusTypeEnum
public boolean isSetStatus()
public javax.xml.datatype.XMLGregorianCalendar getExpirationTime()
XMLGregorianCalendar
public void setExpirationTime(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetExpirationTime()
public javax.xml.datatype.XMLGregorianCalendar getLastExecutedDate()
XMLGregorianCalendar
public void setLastExecutedDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetLastExecutedDate()
public javax.xml.datatype.XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendar
public void setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetCreatedDate()
public java.lang.String getCreatedBy()
String
public void setCreatedBy(java.lang.String value)
value
- allowed object is
String
public boolean isSetCreatedBy()
public java.lang.String getCreatedByIdentityContext()
String
public void setCreatedByIdentityContext(java.lang.String value)
value
- allowed object is
String
public boolean isSetCreatedByIdentityContext()
public javax.xml.datatype.XMLGregorianCalendar getLastUpdatedDate()
XMLGregorianCalendar
public void setLastUpdatedDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetLastUpdatedDate()
public java.lang.String getLastUpdatedBy()
String
public void setLastUpdatedBy(java.lang.String value)
value
- allowed object is
String
public boolean isSetLastUpdatedBy()
public java.lang.String getLastUpdatedByIdentityContext()
String
public void setLastUpdatedByIdentityContext(java.lang.String value)
value
- allowed object is
String
public boolean isSetLastUpdatedByIdentityContext()
public PrincipleListType getMembers()
PrincipleListType
public void setMembers(PrincipleListType value)
value
- allowed object is
PrincipleListType
public boolean isSetMembers()
public java.lang.Boolean isParametricLPG()
Boolean
public void setParametricLPG(java.lang.Boolean value)
value
- allowed object is
Boolean
public boolean isSetParametricLPG()