public class HolidayRule
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="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="holidays" type="{http://xmlns.oracle.com/bpm/organization}holidayType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
HolidayRule() |
| Modifier and Type | Method and Description |
|---|---|
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.util.List<HolidayType> |
getHolidays()
Gets the value of the holidays 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.
|
boolean |
isSetCreatedBy() |
boolean |
isSetCreatedDate() |
boolean |
isSetCreatedIdentityCtx() |
boolean |
isSetHolidays() |
boolean |
isSetId() |
boolean |
isSetLastUpdatedBy() |
boolean |
isSetLastUpdatedDate() |
boolean |
isSetLastUpdatedIdentityCtx() |
boolean |
isSetName() |
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 |
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 |
unsetHolidays() |
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.util.List<HolidayType> getHolidays()
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 holidays property.
For example, to add a new item, do as follows:
getHolidays().add(newItem);
Objects of the following type(s) are allowed in the list
HolidayType
public boolean isSetHolidays()
public void unsetHolidays()