|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.client.soap.portal.kernel.cal.Recurrence
public class Recurrence
Constructor Summary | |
---|---|
Recurrence()
|
|
Recurrence(DayAndPosition[] byDay,
int[] byMonth,
int[] byMonthDay,
int[] byWeekNo,
int[] byYearDay,
java.util.Calendar dtEnd,
java.util.Calendar dtStart,
Duration duration,
int frequency,
int interval,
int occurrence,
java.util.Calendar until,
int weekStart)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
DayAndPosition[] |
getByDay()
Gets the byDay value for this Recurrence. |
int[] |
getByMonth()
Gets the byMonth value for this Recurrence. |
int[] |
getByMonthDay()
Gets the byMonthDay value for this Recurrence. |
int[] |
getByWeekNo()
Gets the byWeekNo value for this Recurrence. |
int[] |
getByYearDay()
Gets the byYearDay value for this Recurrence. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.util.Calendar |
getDtEnd()
Gets the dtEnd value for this Recurrence. |
java.util.Calendar |
getDtStart()
Gets the dtStart value for this Recurrence. |
Duration |
getDuration()
Gets the duration value for this Recurrence. |
int |
getFrequency()
Gets the frequency value for this Recurrence. |
int |
getInterval()
Gets the interval value for this Recurrence. |
int |
getOccurrence()
Gets the occurrence value for this Recurrence. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.util.Calendar |
getUntil()
Gets the until value for this Recurrence. |
int |
getWeekStart()
Gets the weekStart value for this Recurrence. |
int |
hashCode()
|
void |
setByDay(DayAndPosition[] byDay)
Sets the byDay value for this Recurrence. |
void |
setByMonth(int[] byMonth)
Sets the byMonth value for this Recurrence. |
void |
setByMonthDay(int[] byMonthDay)
Sets the byMonthDay value for this Recurrence. |
void |
setByWeekNo(int[] byWeekNo)
Sets the byWeekNo value for this Recurrence. |
void |
setByYearDay(int[] byYearDay)
Sets the byYearDay value for this Recurrence. |
void |
setDtEnd(java.util.Calendar dtEnd)
Sets the dtEnd value for this Recurrence. |
void |
setDtStart(java.util.Calendar dtStart)
Sets the dtStart value for this Recurrence. |
void |
setDuration(Duration duration)
Sets the duration value for this Recurrence. |
void |
setFrequency(int frequency)
Sets the frequency value for this Recurrence. |
void |
setInterval(int interval)
Sets the interval value for this Recurrence. |
void |
setOccurrence(int occurrence)
Sets the occurrence value for this Recurrence. |
void |
setUntil(java.util.Calendar until)
Sets the until value for this Recurrence. |
void |
setWeekStart(int weekStart)
Sets the weekStart value for this Recurrence. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Recurrence()
public Recurrence(DayAndPosition[] byDay, int[] byMonth, int[] byMonthDay, int[] byWeekNo, int[] byYearDay, java.util.Calendar dtEnd, java.util.Calendar dtStart, Duration duration, int frequency, int interval, int occurrence, java.util.Calendar until, int weekStart)
Method Detail |
---|
public DayAndPosition[] getByDay()
public void setByDay(DayAndPosition[] byDay)
byDay
- public int[] getByMonth()
public void setByMonth(int[] byMonth)
byMonth
- public int[] getByMonthDay()
public void setByMonthDay(int[] byMonthDay)
byMonthDay
- public int[] getByWeekNo()
public void setByWeekNo(int[] byWeekNo)
byWeekNo
- public int[] getByYearDay()
public void setByYearDay(int[] byYearDay)
byYearDay
- public java.util.Calendar getDtEnd()
public void setDtEnd(java.util.Calendar dtEnd)
dtEnd
- public java.util.Calendar getDtStart()
public void setDtStart(java.util.Calendar dtStart)
dtStart
- public Duration getDuration()
public void setDuration(Duration duration)
duration
- public int getFrequency()
public void setFrequency(int frequency)
frequency
- public int getInterval()
public void setInterval(int interval)
interval
- public int getOccurrence()
public void setOccurrence(int occurrence)
occurrence
- public java.util.Calendar getUntil()
public void setUntil(java.util.Calendar until)
until
- public int getWeekStart()
public void setWeekStart(int weekStart)
weekStart
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |