org.globus.mds.glue
Class LoadType

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

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

Represents the unix-style CPU load-average multiplied by 100.

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  org.apache.axis.message.MessageElement[] _any
           
private  int last15Min
           
private  int last1Min
           
private  int last5Min
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
LoadType()
           
LoadType(org.apache.axis.message.MessageElement[] _any, int last15Min, int last1Min, int last5Min)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.message.MessageElement[] get_any()
          Gets the _any value for this LoadType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getLast15Min()
          Gets the last15Min value for this LoadType.
 int getLast1Min()
          Gets the last1Min value for this LoadType.
 int getLast5Min()
          Gets the last5Min value for this LoadType.
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 LoadType.
 void setLast15Min(int last15Min)
          Sets the last15Min value for this LoadType.
 void setLast1Min(int last1Min)
          Sets the last1Min value for this LoadType.
 void setLast5Min(int last5Min)
          Sets the last5Min value for this LoadType.
 
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

last1Min

private int last1Min

last5Min

private int last5Min

last15Min

private int last15Min

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

LoadType

public LoadType()

LoadType

public LoadType(org.apache.axis.message.MessageElement[] _any,
                int last15Min,
                int last1Min,
                int last5Min)
Method Detail

get_any

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

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 LoadType.

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

getLast1Min

public int getLast1Min()
Gets the last1Min value for this LoadType.

Returns:
last1Min

setLast1Min

public void setLast1Min(int last1Min)
Sets the last1Min value for this LoadType.

Parameters:
last1Min -

getLast5Min

public int getLast5Min()
Gets the last5Min value for this LoadType.

Returns:
last5Min

setLast5Min

public void setLast5Min(int last5Min)
Sets the last5Min value for this LoadType.

Parameters:
last5Min -

getLast15Min

public int getLast15Min()
Gets the last15Min value for this LoadType.

Returns:
last15Min

setLast15Min

public void setLast15Min(int last15Min)
Sets the last15Min value for this LoadType.

Parameters:
last15Min -

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