org.globus.mds.trigger.types
Class TriggerInvalidityTime

java.lang.Object
  extended byorg.globus.mds.trigger.types.TriggerInvalidityTime
All Implemented Interfaces:
Serializable

public class TriggerInvalidityTime
extends Object
implements Serializable

See Also:
Serialized Form

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

TriggerInvalidityTime

public TriggerInvalidityTime()

TriggerInvalidityTime

public TriggerInvalidityTime(Calendar startTime,
                             Calendar endTime)
Method Detail

getStartTime

public Calendar getStartTime()
Gets the startTime value for this TriggerInvalidityTime.

Returns:
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.

setStartTime

public void setStartTime(Calendar startTime)
Sets the startTime value for this TriggerInvalidityTime.

Parameters:
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.

getEndTime

public Calendar getEndTime()
Gets the endTime value for this TriggerInvalidityTime.

Returns:
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.

setEndTime

public void setEndTime(Calendar endTime)
Sets the endTime value for this TriggerInvalidityTime.

Parameters:
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.

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static Serializer getSerializer(String mechType,
                                       Class _javaType,
                                       QName _xmlType)
Get Custom Serializer


getDeserializer

public static Deserializer getDeserializer(String mechType,
                                           Class _javaType,
                                           QName _xmlType)
Get Custom Deserializer



Copyright © 1999-2006 University of Chicago. All rights reserved.