|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.glue.FileSystemType
| 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 |
public FileSystemType()
public FileSystemType(MessageElement[] _any,
String name,
String root,
long size,
long availableSpace,
boolean readOnly,
String type)
| Method Detail |
public MessageElement[] get_any()
get_any in interface AnyContentTypepublic void set_any(MessageElement[] _any)
set_any in interface AnyContentType_any - public String getName()
public void setName(String name)
name - public String getRoot()
public void setRoot(String root)
root - public long getSize()
public void setSize(long size)
size - public long getAvailableSpace()
public void setAvailableSpace(long availableSpace)
availableSpace - public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
readOnly - public String getType()
public void setType(String type)
type - public boolean equals(Object obj)
public int hashCode()
public static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||