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 LogicalPeopleGroup

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

All Implemented Interfaces:
java.io.Serializable

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>
 
See Also:
Serialized Form

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

LogicalPeopleGroup

public LogicalPeopleGroup()

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

getName

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

setName

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

isSetName

public boolean isSetName()

getPeopleQuery

public PeopleQueryType getPeopleQuery()
Gets the value of the peopleQuery property.
Returns:
possible object is PeopleQueryType

setPeopleQuery

public void setPeopleQuery(PeopleQueryType value)
Sets the value of the peopleQuery property.
Parameters:
value - allowed object is PeopleQueryType

isSetPeopleQuery

public boolean isSetPeopleQuery()

getTimeout

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

setTimeout

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

isSetTimeout

public boolean isSetTimeout()

getStatus

public StatusTypeEnum getStatus()
Gets the value of the status property.
Returns:
possible object is StatusTypeEnum

setStatus

public void setStatus(StatusTypeEnum value)
Sets the value of the status property.
Parameters:
value - allowed object is StatusTypeEnum

isSetStatus

public boolean isSetStatus()

getExpirationTime

public javax.xml.datatype.XMLGregorianCalendar getExpirationTime()
Gets the value of the expirationTime property.
Returns:
possible object is XMLGregorianCalendar

setExpirationTime

public void setExpirationTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the expirationTime property.
Parameters:
value - allowed object is XMLGregorianCalendar

isSetExpirationTime

public boolean isSetExpirationTime()

getLastExecutedDate

public javax.xml.datatype.XMLGregorianCalendar getLastExecutedDate()
Gets the value of the lastExecutedDate property.
Returns:
possible object is XMLGregorianCalendar

setLastExecutedDate

public void setLastExecutedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastExecutedDate property.
Parameters:
value - allowed object is XMLGregorianCalendar

isSetLastExecutedDate

public boolean isSetLastExecutedDate()

getCreatedDate

public javax.xml.datatype.XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
Returns:
possible object is XMLGregorianCalendar

setCreatedDate

public void setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the createdDate property.
Parameters:
value - allowed object is XMLGregorianCalendar

isSetCreatedDate

public boolean isSetCreatedDate()

getCreatedBy

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

setCreatedBy

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

isSetCreatedBy

public boolean isSetCreatedBy()

getCreatedByIdentityContext

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

setCreatedByIdentityContext

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

isSetCreatedByIdentityContext

public boolean isSetCreatedByIdentityContext()

getLastUpdatedDate

public javax.xml.datatype.XMLGregorianCalendar getLastUpdatedDate()
Gets the value of the lastUpdatedDate property.
Returns:
possible object is XMLGregorianCalendar

setLastUpdatedDate

public void setLastUpdatedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastUpdatedDate property.
Parameters:
value - allowed object is XMLGregorianCalendar

isSetLastUpdatedDate

public boolean isSetLastUpdatedDate()

getLastUpdatedBy

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

setLastUpdatedBy

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

isSetLastUpdatedBy

public boolean isSetLastUpdatedBy()

getLastUpdatedByIdentityContext

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

setLastUpdatedByIdentityContext

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

isSetLastUpdatedByIdentityContext

public boolean isSetLastUpdatedByIdentityContext()

getMembers

public PrincipleListType getMembers()
Gets the value of the members property.
Returns:
possible object is PrincipleListType

setMembers

public void setMembers(PrincipleListType value)
Sets the value of the members property.
Parameters:
value - allowed object is PrincipleListType

isSetMembers

public boolean isSetMembers()

isParametricLPG

public java.lang.Boolean isParametricLPG()
Gets the value of the parametricLPG property.
Returns:
possible object is Boolean

setParametricLPG

public void setParametricLPG(java.lang.Boolean value)
Sets the value of the parametricLPG property.
Parameters:
value - allowed object is Boolean

isSetParametricLPG

public boolean isSetParametricLPG()

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.