org.globus.mds.glue
Class FileSystemType

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

public class FileSystemType
extends Object
implements Serializable, AnyContentType

See Also:
Serialized Form

Constructor Summary
FileSystemType()
           
FileSystemType(MessageElement[] _any, String name, String root, long size, long availableSpace, boolean readOnly, String type)
           
 
Method Summary
 boolean equals(Object obj)
           
 MessageElement[] get_any()
          Gets the _any value for this FileSystemType.
 long getAvailableSpace()
          Gets the availableSpace value for this FileSystemType.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getName()
          Gets the name value for this FileSystemType.
 String getRoot()
          Gets the root value for this FileSystemType.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 long getSize()
          Gets the size value for this FileSystemType.
 String getType()
          Gets the type value for this FileSystemType.
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isReadOnly()
          Gets the readOnly value for this FileSystemType.
 void set_any(MessageElement[] _any)
          Sets the _any value for this FileSystemType.
 void setAvailableSpace(long availableSpace)
          Sets the availableSpace value for this FileSystemType.
 void setName(String name)
          Sets the name value for this FileSystemType.
 void setReadOnly(boolean readOnly)
          Sets the readOnly value for this FileSystemType.
 void setRoot(String root)
          Sets the root value for this FileSystemType.
 void setSize(long size)
          Sets the size value for this FileSystemType.
 void setType(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
 

Constructor Detail

FileSystemType

public FileSystemType()

FileSystemType

public FileSystemType(MessageElement[] _any,
                      String name,
                      String root,
                      long size,
                      long availableSpace,
                      boolean readOnly,
                      String type)
Method Detail

get_any

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

Specified by:
get_any in interface AnyContentType
Returns:
_any

set_any

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

Specified by:
set_any in interface AnyContentType
Parameters:
_any -

getName

public String getName()
Gets the name value for this FileSystemType.

Returns:
name

setName

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

Parameters:
name -

getRoot

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

Returns:
root

setRoot

public void setRoot(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 String getType()
Gets the type value for this FileSystemType.

Returns:
type

setType

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

Parameters:
type -

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.