org.globus.mds.trigger.types
Class TriggerRuleType

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

public class TriggerRuleType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String actionScript
           
private  java.lang.String matchingRule
           
private  java.lang.Integer minimumFiringInterval
           
private  java.lang.Integer minimumMatchTime
           
private  java.lang.String outputXSL
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
TriggerRuleType()
           
TriggerRuleType(java.lang.String actionScript, java.lang.String matchingRule, java.lang.Integer minimumFiringInterval, java.lang.Integer minimumMatchTime, java.lang.String outputXSL)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getActionScript()
          Gets the actionScript value for this TriggerRuleType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getMatchingRule()
          Gets the matchingRule value for this TriggerRuleType.
 java.lang.Integer getMinimumFiringInterval()
          Gets the minimumFiringInterval value for this TriggerRuleType.
 java.lang.Integer getMinimumMatchTime()
          Gets the minimumMatchTime value for this TriggerRuleType.
 java.lang.String getOutputXSL()
          Gets the outputXSL value for this TriggerRuleType.
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
 int hashCode()
           
 void setActionScript(java.lang.String actionScript)
          Sets the actionScript value for this TriggerRuleType.
 void setMatchingRule(java.lang.String matchingRule)
          Sets the matchingRule value for this TriggerRuleType.
 void setMinimumFiringInterval(java.lang.Integer minimumFiringInterval)
          Sets the minimumFiringInterval value for this TriggerRuleType.
 void setMinimumMatchTime(java.lang.Integer minimumMatchTime)
          Sets the minimumMatchTime value for this TriggerRuleType.
 void setOutputXSL(java.lang.String outputXSL)
          Sets the outputXSL value for this TriggerRuleType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

matchingRule

private java.lang.String matchingRule

outputXSL

private java.lang.String outputXSL

actionScript

private java.lang.String actionScript

minimumFiringInterval

private java.lang.Integer minimumFiringInterval

minimumMatchTime

private java.lang.Integer minimumMatchTime

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

TriggerRuleType

public TriggerRuleType()

TriggerRuleType

public TriggerRuleType(java.lang.String actionScript,
                       java.lang.String matchingRule,
                       java.lang.Integer minimumFiringInterval,
                       java.lang.Integer minimumMatchTime,
                       java.lang.String outputXSL)
Method Detail

getMatchingRule

public java.lang.String getMatchingRule()
Gets the matchingRule value for this TriggerRuleType.

Returns:
matchingRule

setMatchingRule

public void setMatchingRule(java.lang.String matchingRule)
Sets the matchingRule value for this TriggerRuleType.

Parameters:
matchingRule -

getOutputXSL

public java.lang.String getOutputXSL()
Gets the outputXSL value for this TriggerRuleType.

Returns:
outputXSL

setOutputXSL

public void setOutputXSL(java.lang.String outputXSL)
Sets the outputXSL value for this TriggerRuleType.

Parameters:
outputXSL -

getActionScript

public java.lang.String getActionScript()
Gets the actionScript value for this TriggerRuleType.

Returns:
actionScript

setActionScript

public void setActionScript(java.lang.String actionScript)
Sets the actionScript value for this TriggerRuleType.

Parameters:
actionScript -

getMinimumFiringInterval

public java.lang.Integer getMinimumFiringInterval()
Gets the minimumFiringInterval value for this TriggerRuleType.

Returns:
minimumFiringInterval

setMinimumFiringInterval

public void setMinimumFiringInterval(java.lang.Integer minimumFiringInterval)
Sets the minimumFiringInterval value for this TriggerRuleType.

Parameters:
minimumFiringInterval -

getMinimumMatchTime

public java.lang.Integer getMinimumMatchTime()
Gets the minimumMatchTime value for this TriggerRuleType.

Returns:
minimumMatchTime

setMinimumMatchTime

public void setMinimumMatchTime(java.lang.Integer minimumMatchTime)
Sets the minimumMatchTime value for this TriggerRuleType.

Parameters:
minimumMatchTime -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer