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 MemberType

java.lang.Object
  extended by oracle.bpm.services.organization.model.PrincipleRefType
      extended by oracle.bpm.services.organization.model.MemberType

All Implemented Interfaces:
java.io.Serializable

public class MemberType
extends PrincipleRefType
implements java.io.Serializable

Java class for memberType complex type.

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

 <complexType name="memberType">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/bpm/organization}principleRefType">
       <sequence>
         <element name="memberId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <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="isPeopleQueryEvaluatedMember" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
MemberType()
           

 

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.
 java.lang.Boolean isIsPeopleQueryEvaluatedMember()
          Gets the value of the isPeopleQueryEvaluatedMember property.
 boolean isSetCreatedBy()
           
 boolean isSetCreatedByIdentityContext()
           
 boolean isSetCreatedDate()
           
 boolean isSetIsPeopleQueryEvaluatedMember()
           
 boolean isSetLastUpdatedBy()
           
 boolean isSetLastUpdatedByIdentityContext()
           
 boolean isSetLastUpdatedDate()
           
 boolean isSetMemberId()
           
 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 setIsPeopleQueryEvaluatedMember(java.lang.Boolean value)
          Sets the value of the isPeopleQueryEvaluatedMember 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.

 

Methods inherited from class oracle.bpm.services.organization.model.PrincipleRefType
getApplicationContext, getName, getRealm, getType, isSetApplicationContext, isSetName, isSetRealm, isSetType, setApplicationContext, setName, setRealm, setType

 

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

 

Constructor Detail

MemberType

public MemberType()

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

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

isIsPeopleQueryEvaluatedMember

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

setIsPeopleQueryEvaluatedMember

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

isSetIsPeopleQueryEvaluatedMember

public boolean isSetIsPeopleQueryEvaluatedMember()

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.