public class FiscalYear
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"/>
<element name="lastUpdatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fiscalYearDivisionList" type="{http://xmlns.oracle.com/bpm/organization}fiscalYearDivisionListType"/>
<element name="numberOfDivisions" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="startMonth" type="{http://xmlns.oracle.com/bpm/organization}monthType"/>
<element name="startDay" type="{http://xmlns.oracle.com/bpm/organization}dayType" minOccurs="0"/>
<element name="endMonth" type="{http://xmlns.oracle.com/bpm/organization}monthType"/>
<element name="endDay" type="{http://xmlns.oracle.com/bpm/organization}dayType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FiscalYear() |
| 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.lang.String |
getDisplayName()
Gets the value of the displayName property.
|
java.lang.Integer |
getEndDay()
Gets the value of the endDay property.
|
int |
getEndMonth()
Gets the value of the endMonth property.
|
FiscalYearDivisionListType |
getFiscalYearDivisionList()
Gets the value of the fiscalYearDivisionList 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.math.BigInteger |
getNumberOfDivisions()
Gets the value of the numberOfDivisions property.
|
java.lang.Integer |
getStartDay()
Gets the value of the startDay property.
|
int |
getStartMonth()
Gets the value of the startMonth property.
|
boolean |
isSetCreatedBy() |
boolean |
isSetCreatedDate() |
boolean |
isSetCreatedIdentityCtx() |
boolean |
isSetDisplayName() |
boolean |
isSetEndDay() |
boolean |
isSetEndMonth() |
boolean |
isSetFiscalYearDivisionList() |
boolean |
isSetId() |
boolean |
isSetLastUpdatedBy() |
boolean |
isSetLastUpdatedDate() |
boolean |
isSetLastUpdatedIdentityCtx() |
boolean |
isSetName() |
boolean |
isSetNumberOfDivisions() |
boolean |
isSetStartDay() |
boolean |
isSetStartMonth() |
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 |
setDisplayName(java.lang.String value)
Sets the value of the displayName property.
|
void |
setEndDay(java.lang.Integer value)
Sets the value of the endDay property.
|
void |
setEndMonth(int value)
Sets the value of the endMonth property.
|
void |
setFiscalYearDivisionList(FiscalYearDivisionListType value)
Sets the value of the fiscalYearDivisionList 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 |
setNumberOfDivisions(java.math.BigInteger value)
Sets the value of the numberOfDivisions property.
|
void |
setStartDay(java.lang.Integer value)
Sets the value of the startDay property.
|
void |
setStartMonth(int value)
Sets the value of the startMonth property.
|
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 getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is Stringpublic boolean isSetDisplayName()
public FiscalYearDivisionListType getFiscalYearDivisionList()
FiscalYearDivisionListTypepublic void setFiscalYearDivisionList(FiscalYearDivisionListType value)
value - allowed object is FiscalYearDivisionListTypepublic boolean isSetFiscalYearDivisionList()
public java.math.BigInteger getNumberOfDivisions()
BigIntegerpublic void setNumberOfDivisions(java.math.BigInteger value)
value - allowed object is BigIntegerpublic boolean isSetNumberOfDivisions()
public int getStartMonth()
public void setStartMonth(int value)
public boolean isSetStartMonth()
public java.lang.Integer getStartDay()
Integerpublic void setStartDay(java.lang.Integer value)
value - allowed object is Integerpublic boolean isSetStartDay()
public int getEndMonth()
public void setEndMonth(int value)
public boolean isSetEndMonth()
public java.lang.Integer getEndDay()
Integerpublic void setEndDay(java.lang.Integer value)
value - allowed object is Integerpublic boolean isSetEndDay()