org.globus.mds.glue
Class PolicyType

java.lang.Object
  extended byorg.globus.mds.glue.PolicyType
All Implemented Interfaces:
org.apache.axis.encoding.AnyContentType, java.io.Serializable

public class PolicyType
extends java.lang.Object
implements java.io.Serializable, org.apache.axis.encoding.AnyContentType

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  org.apache.axis.message.MessageElement[] _any
           
private  int maxCPUTime
           
private  int maxRunningJobs
           
private  int maxTotalJobs
           
private  int maxWallClockTime
           
private  int priority
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
PolicyType()
           
PolicyType(org.apache.axis.message.MessageElement[] _any, int maxCPUTime, int maxRunningJobs, int maxTotalJobs, int maxWallClockTime, int priority)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.message.MessageElement[] get_any()
          Gets the _any value for this PolicyType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getMaxCPUTime()
          Gets the maxCPUTime value for this PolicyType.
 int getMaxRunningJobs()
          Gets the maxRunningJobs value for this PolicyType.
 int getMaxTotalJobs()
          Gets the maxTotalJobs value for this PolicyType.
 int getMaxWallClockTime()
          Gets the maxWallClockTime value for this PolicyType.
 int getPriority()
          Gets the priority value for this PolicyType.
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 set_any(org.apache.axis.message.MessageElement[] _any)
          Sets the _any value for this PolicyType.
 void setMaxCPUTime(int maxCPUTime)
          Sets the maxCPUTime value for this PolicyType.
 void setMaxRunningJobs(int maxRunningJobs)
          Sets the maxRunningJobs value for this PolicyType.
 void setMaxTotalJobs(int maxTotalJobs)
          Sets the maxTotalJobs value for this PolicyType.
 void setMaxWallClockTime(int maxWallClockTime)
          Sets the maxWallClockTime value for this PolicyType.
 void setPriority(int priority)
          Sets the priority value for this PolicyType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_any

private org.apache.axis.message.MessageElement[] _any

maxWallClockTime

private int maxWallClockTime

maxCPUTime

private int maxCPUTime

maxTotalJobs

private int maxTotalJobs

maxRunningJobs

private int maxRunningJobs

priority

private int priority

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

PolicyType

public PolicyType()

PolicyType

public PolicyType(org.apache.axis.message.MessageElement[] _any,
                  int maxCPUTime,
                  int maxRunningJobs,
                  int maxTotalJobs,
                  int maxWallClockTime,
                  int priority)
Method Detail

get_any

public org.apache.axis.message.MessageElement[] get_any()
Gets the _any value for this PolicyType.

Specified by:
get_any in interface org.apache.axis.encoding.AnyContentType
Returns:
_any

set_any

public void set_any(org.apache.axis.message.MessageElement[] _any)
Sets the _any value for this PolicyType.

Specified by:
set_any in interface org.apache.axis.encoding.AnyContentType
Parameters:
_any -

getMaxWallClockTime

public int getMaxWallClockTime()
Gets the maxWallClockTime value for this PolicyType.

Returns:
maxWallClockTime

setMaxWallClockTime

public void setMaxWallClockTime(int maxWallClockTime)
Sets the maxWallClockTime value for this PolicyType.

Parameters:
maxWallClockTime -

getMaxCPUTime

public int getMaxCPUTime()
Gets the maxCPUTime value for this PolicyType.

Returns:
maxCPUTime

setMaxCPUTime

public void setMaxCPUTime(int maxCPUTime)
Sets the maxCPUTime value for this PolicyType.

Parameters:
maxCPUTime -

getMaxTotalJobs

public int getMaxTotalJobs()
Gets the maxTotalJobs value for this PolicyType.

Returns:
maxTotalJobs

setMaxTotalJobs

public void setMaxTotalJobs(int maxTotalJobs)
Sets the maxTotalJobs value for this PolicyType.

Parameters:
maxTotalJobs -

getMaxRunningJobs

public int getMaxRunningJobs()
Gets the maxRunningJobs value for this PolicyType.

Returns:
maxRunningJobs

setMaxRunningJobs

public void setMaxRunningJobs(int maxRunningJobs)
Sets the maxRunningJobs value for this PolicyType.

Parameters:
maxRunningJobs -

getPriority

public int getPriority()
Gets the priority value for this PolicyType.

Returns:
priority

setPriority

public void setPriority(int priority)
Sets the priority value for this PolicyType.

Parameters:
priority -

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