|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.bpm.services.organization.model.ApplicationRoleOrgUnitCalendarAssociation
public class ApplicationRoleOrgUnitCalendarAssociation
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>
| 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 |
|---|
public ApplicationRoleOrgUnitCalendarAssociation()
| Method Detail |
|---|
public java.lang.String getApplicationRoleOrgUnitCalendarAssociationId()
Stringpublic void setApplicationRoleOrgUnitCalendarAssociationId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetApplicationRoleOrgUnitCalendarAssociationId()
public RoleProfileType getApplicationRole()
RoleProfileTypepublic void setApplicationRole(RoleProfileType value)
value - allowed object is
RoleProfileTypepublic boolean isSetApplicationRole()
public java.lang.String getOrganizationalUnitId()
Stringpublic void setOrganizationalUnitId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetOrganizationalUnitId()
public java.lang.String getOrganizationalUnitName()
Stringpublic void setOrganizationalUnitName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetOrganizationalUnitName()
public java.lang.String getCalendarRuleId()
Stringpublic void setCalendarRuleId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCalendarRuleId()
public java.lang.String getCalendarRuleName()
Stringpublic void setCalendarRuleName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCalendarRuleName()
public javax.xml.datatype.XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendarpublic void setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetCreatedDate()
public java.lang.String getCreatedBy()
Stringpublic void setCreatedBy(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCreatedBy()
public java.lang.String getCreatedByIdentityContext()
Stringpublic void setCreatedByIdentityContext(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCreatedByIdentityContext()
public javax.xml.datatype.XMLGregorianCalendar getLastUpdatedDate()
XMLGregorianCalendarpublic void setLastUpdatedDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetLastUpdatedDate()
public java.lang.String getLastUpdatedBy()
Stringpublic void setLastUpdatedBy(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetLastUpdatedBy()
public java.lang.String getLastUpdatedByIdentityContext()
Stringpublic void setLastUpdatedByIdentityContext(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetLastUpdatedByIdentityContext()
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||