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 PeopleQueryMemberType

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

All Implemented Interfaces:
java.io.Serializable

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

Represents People Query Member

Java class for peopleQueryMemberType complex type.

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

 <complexType name="peopleQueryMemberType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="memberId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="peopleQueryId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="peopleQueryName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element ref="{http://xmlns.oracle.com/bpm/lpg/peopleQuery}peopleQuery" 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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
PeopleQueryMemberType()
           

 

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.
 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.
 java.lang.String getMemberId()
          Gets the value of the memberId property.
 PeopleQueryType getPeopleQuery()
          Gets the value of the peopleQuery property.
 java.lang.String getPeopleQueryId()
          Gets the value of the peopleQueryId property.
 java.lang.String getPeopleQueryName()
          Gets the value of the peopleQueryName property.
 boolean isSetCreatedBy()
           
 boolean isSetCreatedByIdentityContext()
           
 boolean isSetCreatedDate()
           
 boolean isSetLastUpdatedBy()
           
 boolean isSetLastUpdatedByIdentityContext()
           
 boolean isSetLastUpdatedDate()
           
 boolean isSetMemberId()
           
 boolean isSetPeopleQuery()
           
 boolean isSetPeopleQueryId()
           
 boolean isSetPeopleQueryName()
           
 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 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 setMemberId(java.lang.String value)
          Sets the value of the memberId property.
 void setPeopleQuery(PeopleQueryType value)
          Sets the value of the peopleQuery property.
 void setPeopleQueryId(java.lang.String value)
          Sets the value of the peopleQueryId property.
 void setPeopleQueryName(java.lang.String value)
          Sets the value of the peopleQueryName property.

 

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

 

Constructor Detail

PeopleQueryMemberType

public PeopleQueryMemberType()

Method Detail

getMemberId

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

setMemberId

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

isSetMemberId

public boolean isSetMemberId()

getPeopleQueryId

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

setPeopleQueryId

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

isSetPeopleQueryId

public boolean isSetPeopleQueryId()

getPeopleQueryName

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

setPeopleQueryName

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

isSetPeopleQueryName

public boolean isSetPeopleQueryName()

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

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

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.