org.globus.mds.glue
Class StorageDeviceType

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

public class StorageDeviceType
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 availableSpace
           
private  java.lang.String name
           
private  int size
           
private  int transferRate
           
private  java.lang.String type
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
StorageDeviceType()
           
StorageDeviceType(org.apache.axis.message.MessageElement[] _any, int availableSpace, java.lang.String name, int size, int transferRate, java.lang.String type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.message.MessageElement[] get_any()
          Gets the _any value for this StorageDeviceType.
 int getAvailableSpace()
          Gets the availableSpace value for this StorageDeviceType.
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 getName()
          Gets the name value for this StorageDeviceType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getSize()
          Gets the size value for this StorageDeviceType.
 int getTransferRate()
          Gets the transferRate value for this StorageDeviceType.
 java.lang.String getType()
          Gets the type value for this StorageDeviceType.
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 StorageDeviceType.
 void setAvailableSpace(int availableSpace)
          Sets the availableSpace value for this StorageDeviceType.
 void setName(java.lang.String name)
          Sets the name value for this StorageDeviceType.
 void setSize(int size)
          Sets the size value for this StorageDeviceType.
 void setTransferRate(int transferRate)
          Sets the transferRate value for this StorageDeviceType.
 void setType(java.lang.String type)
          Sets the type value for this StorageDeviceType.
 
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

name

private java.lang.String name

type

private java.lang.String type

transferRate

private int transferRate

size

private int size

availableSpace

private int availableSpace

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

StorageDeviceType

public StorageDeviceType()

StorageDeviceType

public StorageDeviceType(org.apache.axis.message.MessageElement[] _any,
                         int availableSpace,
                         java.lang.String name,
                         int size,
                         int transferRate,
                         java.lang.String type)
Method Detail

get_any

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

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

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

getName

public java.lang.String getName()
Gets the name value for this StorageDeviceType.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this StorageDeviceType.

Parameters:
name -

getType

public java.lang.String getType()
Gets the type value for this StorageDeviceType.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this StorageDeviceType.

Parameters:
type -

getTransferRate

public int getTransferRate()
Gets the transferRate value for this StorageDeviceType.

Returns:
transferRate

setTransferRate

public void setTransferRate(int transferRate)
Sets the transferRate value for this StorageDeviceType.

Parameters:
transferRate -

getSize

public int getSize()
Gets the size value for this StorageDeviceType.

Returns:
size

setSize

public void setSize(int size)
Sets the size value for this StorageDeviceType.

Parameters:
size -

getAvailableSpace

public int getAvailableSpace()
Gets the availableSpace value for this StorageDeviceType.

Returns:
availableSpace

setAvailableSpace

public void setAvailableSpace(int availableSpace)
Sets the availableSpace value for this StorageDeviceType.

Parameters:
availableSpace -

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