|
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.CalendarRule
public class CalendarRule
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="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="createdBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="createdIdentityCtx" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="createdDate" 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="lastUpdatedIdentityCtx" 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="timeZone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="workdayList" type="{http://xmlns.oracle.com/bpm/organization}workdayListType"/>
<element name="holidayRuleId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="holidayRuleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CalendarRule()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCreatedBy()
Gets the value of the createdBy property. |
javax.xml.datatype.XMLGregorianCalendar |
getCreatedDate()
Gets the value of the createdDate property. |
java.lang.String |
getCreatedIdentityCtx()
Gets the value of the createdIdentityCtx property. |
java.lang.String |
getHolidayRuleId()
Gets the value of the holidayRuleId property. |
java.lang.String |
getHolidayRuleName()
Gets the value of the holidayRuleName property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getLastUpdatedBy()
Gets the value of the lastUpdatedBy property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastUpdatedDate()
Gets the value of the lastUpdatedDate property. |
java.lang.String |
getLastUpdatedIdentityCtx()
Gets the value of the lastUpdatedIdentityCtx property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getTimeZone()
Gets the value of the timeZone property. |
WorkdayListType |
getWorkdayList()
Gets the value of the workdayList property. |
boolean |
isSetCreatedBy()
|
boolean |
isSetCreatedDate()
|
boolean |
isSetCreatedIdentityCtx()
|
boolean |
isSetHolidayRuleId()
|
boolean |
isSetHolidayRuleName()
|
boolean |
isSetId()
|
boolean |
isSetLastUpdatedBy()
|
boolean |
isSetLastUpdatedDate()
|
boolean |
isSetLastUpdatedIdentityCtx()
|
boolean |
isSetName()
|
boolean |
isSetTimeZone()
|
boolean |
isSetWorkdayList()
|
void |
setCreatedBy(java.lang.String value)
Sets the value of the createdBy property. |
void |
setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the createdDate property. |
void |
setCreatedIdentityCtx(java.lang.String value)
Sets the value of the createdIdentityCtx property. |
void |
setHolidayRuleId(java.lang.String value)
Sets the value of the holidayRuleId property. |
void |
setHolidayRuleName(java.lang.String value)
Sets the value of the holidayRuleName property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setLastUpdatedBy(java.lang.String value)
Sets the value of the lastUpdatedBy property. |
void |
setLastUpdatedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastUpdatedDate property. |
void |
setLastUpdatedIdentityCtx(java.lang.String value)
Sets the value of the lastUpdatedIdentityCtx property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setTimeZone(java.lang.String value)
Sets the value of the timeZone property. |
void |
setWorkdayList(WorkdayListType value)
Sets the value of the workdayList property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CalendarRule()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetId()
public java.lang.String getCreatedBy()
Stringpublic void setCreatedBy(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCreatedBy()
public java.lang.String getCreatedIdentityCtx()
Stringpublic void setCreatedIdentityCtx(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCreatedIdentityCtx()
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 getLastUpdatedBy()
Stringpublic void setLastUpdatedBy(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetLastUpdatedBy()
public java.lang.String getLastUpdatedIdentityCtx()
Stringpublic void setLastUpdatedIdentityCtx(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetLastUpdatedIdentityCtx()
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 getTimeZone()
Stringpublic void setTimeZone(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetTimeZone()
public WorkdayListType getWorkdayList()
WorkdayListTypepublic void setWorkdayList(WorkdayListType value)
value - allowed object is
WorkdayListTypepublic boolean isSetWorkdayList()
public java.lang.String getHolidayRuleId()
Stringpublic void setHolidayRuleId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetHolidayRuleId()
public java.lang.String getHolidayRuleName()
Stringpublic void setHolidayRuleName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetHolidayRuleName()
|
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 | ||||||||