org.globus.mds.glue
Class FileSystemType

java.lang.Object
  extended byorg.globus.mds.glue.FileSystemType
All Implemented Interfaces:
org.apache.axis.encoding.AnyContentType, java.io.Serializable
Direct Known Subclasses:
LocalFileSystemType, RemoteFileSystemType

public class FileSystemType
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  long availableSpace
           
private  java.lang.String name
           
private  boolean readOnly
           
private  java.lang.String root
           
private  long size
           
private  java.lang.String type
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
FileSystemType()
           
FileSystemType(org.apache.axis.message.MessageElement[] _any, long availableSpace, java.lang.String name, boolean readOnly, java.lang.String root, long size, 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 FileSystemType.
 long getAvailableSpace()
          Gets the availableSpace value for this FileSystemType.
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 FileSystemType.
 java.lang.String getRoot()
          Gets the root value for this FileSystemType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 long getSize()
          Gets the size value for this FileSystemType.
 java.lang.String getType()
          Gets the type value for this FileSystemType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isReadOnly()
          Gets the readOnly value for this FileSystemType.
 void set_any(org.apache.axis.message.MessageElement[] _any)
          Sets the _any value for this FileSystemType.
 void setAvailableSpace(long availableSpace)
          Sets the availableSpace value for this FileSystemType.
 void setName(java.lang.String name)
          Sets the name value for this FileSystemType.
 void setReadOnly(boolean readOnly)
          Sets the readOnly value for this FileSystemType.
 void setRoot(java.lang.String root)
          Sets the root value for this FileSystemType.
 void setSize(long size)
          Sets the size value for this FileSystemType.
 void setType(java.lang.String type)
          Sets the type value for this FileSystemType.
 
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

root

private java.lang.String root

size

private long size

availableSpace

private long availableSpace

readOnly

private boolean readOnly

type

private java.lang.String type

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

FileSystemType

public FileSystemType()

FileSystemType

public FileSystemType(org.apache.axis.message.MessageElement[] _any,
                      long availableSpace,
                      java.lang.String name,
                      boolean readOnly,
                      java.lang.String root,
                      long size,
                      java.lang.String type)
Method Detail

get_any

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

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

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

Returns:
name

setName

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

Parameters:
name -

getRoot

public java.lang.String getRoot()
Gets the root value for this FileSystemType.

Returns:
root

setRoot

public void setRoot(java.lang.String root)
Sets the root value for this FileSystemType.

Parameters:
root -

getSize

public long getSize()
Gets the size value for this FileSystemType.

Returns:
size

setSize

public void setSize(long size)
Sets the size value for this FileSystemType.

Parameters:
size -

getAvailableSpace

public long getAvailableSpace()
Gets the availableSpace value for this FileSystemType.

Returns:
availableSpace

setAvailableSpace

public void setAvailableSpace(long availableSpace)
Sets the availableSpace value for this FileSystemType.

Parameters:
availableSpace -

isReadOnly

public boolean isReadOnly()
Gets the readOnly value for this FileSystemType.

Returns:
readOnly

setReadOnly

public void setReadOnly(boolean readOnly)
Sets the readOnly value for this FileSystemType.

Parameters:
readOnly -

getType

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

Returns:
type

setType

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

Parameters:
type -

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