org.globus.mds.glue
Class MainMemoryType

java.lang.Object
  extended byorg.globus.mds.glue.MainMemoryType
All Implemented Interfaces:
AnyContentType, Serializable

public class MainMemoryType
extends Object
implements Serializable, AnyContentType

See Also:
Serialized Form

Constructor Summary
MainMemoryType()
           
MainMemoryType(MessageElement[] _any, long RAMSize, long RAMAvailable, long virtualSize, long virtualAvailable)
           
 
Method Summary
 boolean equals(Object obj)
           
 MessageElement[] get_any()
          Gets the _any value for this MainMemoryType.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 long getRAMAvailable()
          Gets the RAMAvailable value for this MainMemoryType.
 long getRAMSize()
          Gets the RAMSize value for this MainMemoryType.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 long getVirtualAvailable()
          Gets the virtualAvailable value for this MainMemoryType.
 long getVirtualSize()
          Gets the virtualSize value for this MainMemoryType.
 int hashCode()
           
 void set_any(MessageElement[] _any)
          Sets the _any value for this MainMemoryType.
 void setRAMAvailable(long RAMAvailable)
          Sets the RAMAvailable value for this MainMemoryType.
 void setRAMSize(long RAMSize)
          Sets the RAMSize value for this MainMemoryType.
 void setVirtualAvailable(long virtualAvailable)
          Sets the virtualAvailable value for this MainMemoryType.
 void setVirtualSize(long virtualSize)
          Sets the virtualSize value for this MainMemoryType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainMemoryType

public MainMemoryType()

MainMemoryType

public MainMemoryType(MessageElement[] _any,
                      long RAMSize,
                      long RAMAvailable,
                      long virtualSize,
                      long virtualAvailable)
Method Detail

get_any

public MessageElement[] get_any()
Gets the _any value for this MainMemoryType.

Specified by:
get_any in interface AnyContentType
Returns:
_any

set_any

public void set_any(MessageElement[] _any)
Sets the _any value for this MainMemoryType.

Specified by:
set_any in interface AnyContentType
Parameters:
_any -

getRAMSize

public long getRAMSize()
Gets the RAMSize value for this MainMemoryType.

Returns:
RAMSize

setRAMSize

public void setRAMSize(long RAMSize)
Sets the RAMSize value for this MainMemoryType.

Parameters:
RAMSize -

getRAMAvailable

public long getRAMAvailable()
Gets the RAMAvailable value for this MainMemoryType.

Returns:
RAMAvailable

setRAMAvailable

public void setRAMAvailable(long RAMAvailable)
Sets the RAMAvailable value for this MainMemoryType.

Parameters:
RAMAvailable -

getVirtualSize

public long getVirtualSize()
Gets the virtualSize value for this MainMemoryType.

Returns:
virtualSize

setVirtualSize

public void setVirtualSize(long virtualSize)
Sets the virtualSize value for this MainMemoryType.

Parameters:
virtualSize -

getVirtualAvailable

public long getVirtualAvailable()
Gets the virtualAvailable value for this MainMemoryType.

Returns:
virtualAvailable

setVirtualAvailable

public void setVirtualAvailable(long virtualAvailable)
Sets the virtualAvailable value for this MainMemoryType.

Parameters:
virtualAvailable -

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.