|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.trigger.types.TriggerInvalidityTime
| Constructor Summary | |
TriggerInvalidityTime()
|
|
TriggerInvalidityTime(Calendar startTime,
Calendar endTime)
|
|
| Method Summary | |
boolean |
equals(Object obj)
|
static Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Calendar |
getEndTime()
Gets the endTime value for this TriggerInvalidityTime. |
static Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
Calendar |
getStartTime()
Gets the startTime value for this TriggerInvalidityTime. |
static TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setEndTime(Calendar endTime)
Sets the endTime value for this TriggerInvalidityTime. |
void |
setStartTime(Calendar startTime)
Sets the startTime value for this TriggerInvalidityTime. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TriggerInvalidityTime()
public TriggerInvalidityTime(Calendar startTime,
Calendar endTime)
| Method Detail |
public Calendar getStartTime()
public void setStartTime(Calendar startTime)
startTime - * Beginning at this time, the trigger will not fire under any
condition. This will be in effect until the endTime is reached. If
endTime is null or invalid, the specified startTime is ignored and
the resulting TriggerInvalidityTime will have no effect.public Calendar getEndTime()
public void setEndTime(Calendar endTime)
endTime - * Before reaching this time, the trigger will not fire under
any condition. This will be in effect from the time that startTime
is specifed. If startTime is null or invalid, the specified endTime
is ignored and the resulting TriggerInvalidityTime will have no effect.public boolean equals(Object obj)
public int hashCode()
public static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||