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 Organization

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

public class Organization
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="processOrganizationalUnitId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="processOrganizationalUnitName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="updateExistingObjects" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element ref="{http://xmlns.oracle.com/bpm/organization}organizationalUnits" minOccurs="0"/>
         <element ref="{http://xmlns.oracle.com/bpm/organization}applicationRoles" minOccurs="0"/>
         <element ref="{http://xmlns.oracle.com/bpm/organization}applicationRoleOrgUnitCalendarAssociations" minOccurs="0"/>
         <element ref="{http://xmlns.oracle.com/bpm/organization}organizationalUsers" minOccurs="0"/>
         <element ref="{http://xmlns.oracle.com/bpm/organization}participantPropertiesList" minOccurs="0"/>
         <element ref="{http://xmlns.oracle.com/bpm/organization}participantPropertyList" minOccurs="0"/>
         <element ref="{http://xmlns.oracle.com/bpm/organization}holidayRules" minOccurs="0"/>
         <element ref="{http://xmlns.oracle.com/bpm/organization}calendarRules" minOccurs="0"/>
         <element ref="{http://xmlns.oracle.com/bpm/lpg/peopleQuery}LogicalPeopleGroupList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Organization()
           
 
Method Summary
 ApplicationRoleOrgUnitCalendarAssociations getApplicationRoleOrgUnitCalendarAssociations()
          Gets the value of the applicationRoleOrgUnitCalendarAssociations property.
 ApplicationRoles getApplicationRoles()
          Gets the value of the applicationRoles property.
 CalendarRules getCalendarRules()
          Gets the value of the calendarRules property.
 HolidayRules getHolidayRules()
          Gets the value of the holidayRules property.
 LogicalPeopleGroupList getLogicalPeopleGroupList()
          Gets the value of the logicalPeopleGroupList property.
 OrganizationalUnits getOrganizationalUnits()
          Gets the value of the organizationalUnits property.
 OrganizationalUsers getOrganizationalUsers()
          Gets the value of the organizationalUsers property.
 ParticipantPropertiesList getParticipantPropertiesList()
          Gets the value of the participantPropertiesList property.
 ParticipantPropertyList getParticipantPropertyList()
          Gets the value of the participantPropertyList property.
 java.lang.String getProcessOrganizationalUnitId()
          Gets the value of the processOrganizationalUnitId property.
 java.lang.String getProcessOrganizationalUnitName()
          Gets the value of the processOrganizationalUnitName property.
 boolean isSetApplicationRoleOrgUnitCalendarAssociations()
           
 boolean isSetApplicationRoles()
           
 boolean isSetCalendarRules()
           
 boolean isSetHolidayRules()
           
 boolean isSetLogicalPeopleGroupList()
           
 boolean isSetOrganizationalUnits()
           
 boolean isSetOrganizationalUsers()
           
 boolean isSetParticipantPropertiesList()
           
 boolean isSetParticipantPropertyList()
           
 boolean isSetProcessOrganizationalUnitId()
           
 boolean isSetProcessOrganizationalUnitName()
           
 boolean isSetUpdateExistingObjects()
           
 java.lang.Boolean isUpdateExistingObjects()
          Gets the value of the updateExistingObjects property.
 void setApplicationRoleOrgUnitCalendarAssociations(ApplicationRoleOrgUnitCalendarAssociations value)
          Sets the value of the applicationRoleOrgUnitCalendarAssociations property.
 void setApplicationRoles(ApplicationRoles value)
          Sets the value of the applicationRoles property.
 void setCalendarRules(CalendarRules value)
          Sets the value of the calendarRules property.
 void setHolidayRules(HolidayRules value)
          Sets the value of the holidayRules property.
 void setLogicalPeopleGroupList(LogicalPeopleGroupList value)
          Sets the value of the logicalPeopleGroupList property.
 void setOrganizationalUnits(OrganizationalUnits value)
          Sets the value of the organizationalUnits property.
 void setOrganizationalUsers(OrganizationalUsers value)
          Sets the value of the organizationalUsers property.
 void setParticipantPropertiesList(ParticipantPropertiesList value)
          Sets the value of the participantPropertiesList property.
 void setParticipantPropertyList(ParticipantPropertyList value)
          Sets the value of the participantPropertyList property.
 void setProcessOrganizationalUnitId(java.lang.String value)
          Sets the value of the processOrganizationalUnitId property.
 void setProcessOrganizationalUnitName(java.lang.String value)
          Sets the value of the processOrganizationalUnitName property.
 void setUpdateExistingObjects(java.lang.Boolean value)
          Sets the value of the updateExistingObjects property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Organization

public Organization()
Method Detail

getProcessOrganizationalUnitId

public java.lang.String getProcessOrganizationalUnitId()
Gets the value of the processOrganizationalUnitId property.

Returns:
possible object is String

setProcessOrganizationalUnitId

public void setProcessOrganizationalUnitId(java.lang.String value)
Sets the value of the processOrganizationalUnitId property.

Parameters:
value - allowed object is String

isSetProcessOrganizationalUnitId

public boolean isSetProcessOrganizationalUnitId()

getProcessOrganizationalUnitName

public java.lang.String getProcessOrganizationalUnitName()
Gets the value of the processOrganizationalUnitName property.

Returns:
possible object is String

setProcessOrganizationalUnitName

public void setProcessOrganizationalUnitName(java.lang.String value)
Sets the value of the processOrganizationalUnitName property.

Parameters:
value - allowed object is String

isSetProcessOrganizationalUnitName

public boolean isSetProcessOrganizationalUnitName()

isUpdateExistingObjects

public java.lang.Boolean isUpdateExistingObjects()
Gets the value of the updateExistingObjects property.

Returns:
possible object is Boolean

setUpdateExistingObjects

public void setUpdateExistingObjects(java.lang.Boolean value)
Sets the value of the updateExistingObjects property.

Parameters:
value - allowed object is Boolean

isSetUpdateExistingObjects

public boolean isSetUpdateExistingObjects()

getOrganizationalUnits

public OrganizationalUnits getOrganizationalUnits()
Gets the value of the organizationalUnits property.

Returns:
possible object is OrganizationalUnits

setOrganizationalUnits

public void setOrganizationalUnits(OrganizationalUnits value)
Sets the value of the organizationalUnits property.

Parameters:
value - allowed object is OrganizationalUnits

isSetOrganizationalUnits

public boolean isSetOrganizationalUnits()

getApplicationRoles

public ApplicationRoles getApplicationRoles()
Gets the value of the applicationRoles property.

Returns:
possible object is ApplicationRoles

setApplicationRoles

public void setApplicationRoles(ApplicationRoles value)
Sets the value of the applicationRoles property.

Parameters:
value - allowed object is ApplicationRoles

isSetApplicationRoles

public boolean isSetApplicationRoles()

getApplicationRoleOrgUnitCalendarAssociations

public ApplicationRoleOrgUnitCalendarAssociations getApplicationRoleOrgUnitCalendarAssociations()
Gets the value of the applicationRoleOrgUnitCalendarAssociations property.

Returns:
possible object is ApplicationRoleOrgUnitCalendarAssociations

setApplicationRoleOrgUnitCalendarAssociations

public void setApplicationRoleOrgUnitCalendarAssociations(ApplicationRoleOrgUnitCalendarAssociations value)
Sets the value of the applicationRoleOrgUnitCalendarAssociations property.

Parameters:
value - allowed object is ApplicationRoleOrgUnitCalendarAssociations

isSetApplicationRoleOrgUnitCalendarAssociations

public boolean isSetApplicationRoleOrgUnitCalendarAssociations()

getOrganizationalUsers

public OrganizationalUsers getOrganizationalUsers()
Gets the value of the organizationalUsers property.

Returns:
possible object is OrganizationalUsers

setOrganizationalUsers

public void setOrganizationalUsers(OrganizationalUsers value)
Sets the value of the organizationalUsers property.

Parameters:
value - allowed object is OrganizationalUsers

isSetOrganizationalUsers

public boolean isSetOrganizationalUsers()

getParticipantPropertiesList

public ParticipantPropertiesList getParticipantPropertiesList()
Gets the value of the participantPropertiesList property.

Returns:
possible object is ParticipantPropertiesList

setParticipantPropertiesList

public void setParticipantPropertiesList(ParticipantPropertiesList value)
Sets the value of the participantPropertiesList property.

Parameters:
value - allowed object is ParticipantPropertiesList

isSetParticipantPropertiesList

public boolean isSetParticipantPropertiesList()

getParticipantPropertyList

public ParticipantPropertyList getParticipantPropertyList()
Gets the value of the participantPropertyList property.

Returns:
possible object is ParticipantPropertyList

setParticipantPropertyList

public void setParticipantPropertyList(ParticipantPropertyList value)
Sets the value of the participantPropertyList property.

Parameters:
value - allowed object is ParticipantPropertyList

isSetParticipantPropertyList

public boolean isSetParticipantPropertyList()

getHolidayRules

public HolidayRules getHolidayRules()
Gets the value of the holidayRules property.

Returns:
possible object is HolidayRules

setHolidayRules

public void setHolidayRules(HolidayRules value)
Sets the value of the holidayRules property.

Parameters:
value - allowed object is HolidayRules

isSetHolidayRules

public boolean isSetHolidayRules()

getCalendarRules

public CalendarRules getCalendarRules()
Gets the value of the calendarRules property.

Returns:
possible object is CalendarRules

setCalendarRules

public void setCalendarRules(CalendarRules value)
Sets the value of the calendarRules property.

Parameters:
value - allowed object is CalendarRules

isSetCalendarRules

public boolean isSetCalendarRules()

getLogicalPeopleGroupList

public LogicalPeopleGroupList getLogicalPeopleGroupList()
Gets the value of the logicalPeopleGroupList property.

Returns:
possible object is LogicalPeopleGroupList

setLogicalPeopleGroupList

public void setLogicalPeopleGroupList(LogicalPeopleGroupList value)
Sets the value of the logicalPeopleGroupList property.

Parameters:
value - allowed object is LogicalPeopleGroupList

isSetLogicalPeopleGroupList

public boolean isSetLogicalPeopleGroupList()

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.