Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpm.services.organization.model
Class ApplicationRoleOrgUnitCalendarAssociation

java.lang.Object
  extended by oracle.bpm.services.organization.model.ApplicationRoleOrgUnitCalendarAssociation
All Implemented Interfaces:
java.io.Serializable

public class ApplicationRoleOrgUnitCalendarAssociation
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="applicationRoleOrgUnitCalendarAssociationId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="applicationRole" type="{http://xmlns.oracle.com/bpm/identity}roleProfileType"/>
         <element name="organizationalUnitId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="organizationalUnitName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="calendarRuleId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="calendarRuleName" 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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ApplicationRoleOrgUnitCalendarAssociation()
           
 
Method Summary
 RoleProfileType getApplicationRole()
          Gets the value of the applicationRole property.
 java.lang.String getApplicationRoleOrgUnitCalendarAssociationId()
          Gets the value of the applicationRoleOrgUnitCalendarAssociationId property.
 java.lang.String getCalendarRuleId()
          Gets the value of the calendarRuleId property.
 java.lang.String getCalendarRuleName()
          Gets the value of the calendarRuleName property.
 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 getOrganizationalUnitId()
          Gets the value of the organizationalUnitId property.
 java.lang.String getOrganizationalUnitName()
          Gets the value of the organizationalUnitName property.
 boolean isSetApplicationRole()
           
 boolean isSetApplicationRoleOrgUnitCalendarAssociationId()
           
 boolean isSetCalendarRuleId()
           
 boolean isSetCalendarRuleName()
           
 boolean isSetCreatedBy()
           
 boolean isSetCreatedByIdentityContext()
           
 boolean isSetCreatedDate()
           
 boolean isSetLastUpdatedBy()
           
 boolean isSetLastUpdatedByIdentityContext()
           
 boolean isSetLastUpdatedDate()
           
 boolean isSetOrganizationalUnitId()
           
 boolean isSetOrganizationalUnitName()
           
 void setApplicationRole(RoleProfileType value)
          Sets the value of the applicationRole property.
 void setApplicationRoleOrgUnitCalendarAssociationId(java.lang.String value)
          Sets the value of the applicationRoleOrgUnitCalendarAssociationId property.
 void setCalendarRuleId(java.lang.String value)
          Sets the value of the calendarRuleId property.
 void setCalendarRuleName(java.lang.String value)
          Sets the value of the calendarRuleName property.
 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 setOrganizationalUnitId(java.lang.String value)
          Sets the value of the organizationalUnitId property.
 void setOrganizationalUnitName(java.lang.String value)
          Sets the value of the organizationalUnitName property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationRoleOrgUnitCalendarAssociation

public ApplicationRoleOrgUnitCalendarAssociation()
Method Detail

getApplicationRoleOrgUnitCalendarAssociationId

public java.lang.String getApplicationRoleOrgUnitCalendarAssociationId()
Gets the value of the applicationRoleOrgUnitCalendarAssociationId property.

Returns:
possible object is String

setApplicationRoleOrgUnitCalendarAssociationId

public void setApplicationRoleOrgUnitCalendarAssociationId(java.lang.String value)
Sets the value of the applicationRoleOrgUnitCalendarAssociationId property.

Parameters:
value - allowed object is String

isSetApplicationRoleOrgUnitCalendarAssociationId

public boolean isSetApplicationRoleOrgUnitCalendarAssociationId()

getApplicationRole

public RoleProfileType getApplicationRole()
Gets the value of the applicationRole property.

Returns:
possible object is RoleProfileType

setApplicationRole

public void setApplicationRole(RoleProfileType value)
Sets the value of the applicationRole property.

Parameters:
value - allowed object is RoleProfileType

isSetApplicationRole

public boolean isSetApplicationRole()

getOrganizationalUnitId

public java.lang.String getOrganizationalUnitId()
Gets the value of the organizationalUnitId property.

Returns:
possible object is String

setOrganizationalUnitId

public void setOrganizationalUnitId(java.lang.String value)
Sets the value of the organizationalUnitId property.

Parameters:
value - allowed object is String

isSetOrganizationalUnitId

public boolean isSetOrganizationalUnitId()

getOrganizationalUnitName

public java.lang.String getOrganizationalUnitName()
Gets the value of the organizationalUnitName property.

Returns:
possible object is String

setOrganizationalUnitName

public void setOrganizationalUnitName(java.lang.String value)
Sets the value of the organizationalUnitName property.

Parameters:
value - allowed object is String

isSetOrganizationalUnitName

public boolean isSetOrganizationalUnitName()

getCalendarRuleId

public java.lang.String getCalendarRuleId()
Gets the value of the calendarRuleId property.

Returns:
possible object is String

setCalendarRuleId

public void setCalendarRuleId(java.lang.String value)
Sets the value of the calendarRuleId property.

Parameters:
value - allowed object is String

isSetCalendarRuleId

public boolean isSetCalendarRuleId()

getCalendarRuleName

public java.lang.String getCalendarRuleName()
Gets the value of the calendarRuleName property.

Returns:
possible object is String

setCalendarRuleName

public void setCalendarRuleName(java.lang.String value)
Sets the value of the calendarRuleName property.

Parameters:
value - allowed object is String

isSetCalendarRuleName

public boolean isSetCalendarRuleName()

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

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.