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 OrganizationalUnit

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

public class OrganizationalUnit
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="organizationalUnitId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="parentOrganizationalUnitId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="parentOrganizationalUnitName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="organizationalUnitName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="hierarchyPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="calendarRuleId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="calendarRuleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="peopleQueryMember" type="{http://xmlns.oracle.com/bpm/organization}peopleQueryMemberType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="managedByMember" type="{http://xmlns.oracle.com/bpm/organization}memberType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="member" type="{http://xmlns.oracle.com/bpm/organization}memberType" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://xmlns.oracle.com/bpm/organization}organizationalUnit" maxOccurs="unbounded" 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
OrganizationalUnit()
           
 
Method Summary
 java.lang.String getCalendarRuleId()
          Gets the value of the calendarRuleId property.
 java.lang.String getCalendarRuleName()
          Gets the value of the calendarRuleName property.
 java.util.List<OrganizationalUnit> getChildOrganizationalUnits()
          Gets the value of the childOrganizationalUnits 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 getDescription()
          Gets the value of the description property.
 java.lang.String getHierarchyPath()
          Gets the value of the hierarchyPath 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.util.List<MemberType> getManagedByMember()
          Gets the value of the managedByMember property.
 java.util.List<MemberType> getMember()
          Gets the value of the member property.
 java.lang.String getOrganizationalUnitId()
          Gets the value of the organizationalUnitId property.
 java.lang.String getOrganizationalUnitName()
          Gets the value of the organizationalUnitName property.
 java.lang.String getParentOrganizationalUnitId()
          Gets the value of the parentOrganizationalUnitId property.
 java.lang.String getParentOrganizationalUnitName()
          Gets the value of the parentOrganizationalUnitName property.
 java.util.List<PeopleQueryMemberType> getPeopleQueryMember()
          Gets the value of the peopleQueryMember property.
 boolean isSetCalendarRuleId()
           
 boolean isSetCalendarRuleName()
           
 boolean isSetChildOrganizationalUnits()
           
 boolean isSetCreatedBy()
           
 boolean isSetCreatedByIdentityContext()
           
 boolean isSetCreatedDate()
           
 boolean isSetDescription()
           
 boolean isSetHierarchyPath()
           
 boolean isSetLastUpdatedBy()
           
 boolean isSetLastUpdatedByIdentityContext()
           
 boolean isSetLastUpdatedDate()
           
 boolean isSetManagedByMember()
           
 boolean isSetMember()
           
 boolean isSetOrganizationalUnitId()
           
 boolean isSetOrganizationalUnitName()
           
 boolean isSetParentOrganizationalUnitId()
           
 boolean isSetParentOrganizationalUnitName()
           
 boolean isSetPeopleQueryMember()
           
 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 setDescription(java.lang.String value)
          Sets the value of the description property.
 void setHierarchyPath(java.lang.String value)
          Sets the value of the hierarchyPath 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.
 void setParentOrganizationalUnitId(java.lang.String value)
          Sets the value of the parentOrganizationalUnitId property.
 void setParentOrganizationalUnitName(java.lang.String value)
          Sets the value of the parentOrganizationalUnitName property.
 void unsetChildOrganizationalUnits()
           
 void unsetManagedByMember()
           
 void unsetMember()
           
 void unsetPeopleQueryMember()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrganizationalUnit

public OrganizationalUnit()
Method Detail

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

getParentOrganizationalUnitId

public java.lang.String getParentOrganizationalUnitId()
Gets the value of the parentOrganizationalUnitId property.

Returns:
possible object is String

setParentOrganizationalUnitId

public void setParentOrganizationalUnitId(java.lang.String value)
Sets the value of the parentOrganizationalUnitId property.

Parameters:
value - allowed object is String

isSetParentOrganizationalUnitId

public boolean isSetParentOrganizationalUnitId()

getParentOrganizationalUnitName

public java.lang.String getParentOrganizationalUnitName()
Gets the value of the parentOrganizationalUnitName property.

Returns:
possible object is String

setParentOrganizationalUnitName

public void setParentOrganizationalUnitName(java.lang.String value)
Sets the value of the parentOrganizationalUnitName property.

Parameters:
value - allowed object is String

isSetParentOrganizationalUnitName

public boolean isSetParentOrganizationalUnitName()

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

getHierarchyPath

public java.lang.String getHierarchyPath()
Gets the value of the hierarchyPath property.

Returns:
possible object is String

setHierarchyPath

public void setHierarchyPath(java.lang.String value)
Sets the value of the hierarchyPath property.

Parameters:
value - allowed object is String

isSetHierarchyPath

public boolean isSetHierarchyPath()

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isSetDescription

public boolean isSetDescription()

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

getPeopleQueryMember

public java.util.List<PeopleQueryMemberType> getPeopleQueryMember()
Gets the value of the peopleQueryMember property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the peopleQueryMember property.

For example, to add a new item, do as follows:

    getPeopleQueryMember().add(newItem);
 

Objects of the following type(s) are allowed in the list PeopleQueryMemberType


isSetPeopleQueryMember

public boolean isSetPeopleQueryMember()

unsetPeopleQueryMember

public void unsetPeopleQueryMember()

getManagedByMember

public java.util.List<MemberType> getManagedByMember()
Gets the value of the managedByMember property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the managedByMember property.

For example, to add a new item, do as follows:

    getManagedByMember().add(newItem);
 

Objects of the following type(s) are allowed in the list MemberType


isSetManagedByMember

public boolean isSetManagedByMember()

unsetManagedByMember

public void unsetManagedByMember()

getMember

public java.util.List<MemberType> getMember()
Gets the value of the member property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the member property.

For example, to add a new item, do as follows:

    getMember().add(newItem);
 

Objects of the following type(s) are allowed in the list MemberType


isSetMember

public boolean isSetMember()

unsetMember

public void unsetMember()

getChildOrganizationalUnits

public java.util.List<OrganizationalUnit> getChildOrganizationalUnits()
Gets the value of the childOrganizationalUnits property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the childOrganizationalUnits property.

For example, to add a new item, do as follows:

    getChildOrganizationalUnits().add(newItem);
 

Objects of the following type(s) are allowed in the list OrganizationalUnit


isSetChildOrganizationalUnits

public boolean isSetChildOrganizationalUnits()

unsetChildOrganizationalUnits

public void unsetChildOrganizationalUnits()

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.