|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.glue.FileType
org.globus.mds.glue.DirectoryType
| Field Summary | |
private Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private FileType[] |
file
|
private DirectoryTypeMount[] |
mount
|
private static TypeDesc |
typeDesc
|
| Fields inherited from class org.globus.mds.glue.FileType |
|
| Constructor Summary | |
DirectoryType()
|
|
DirectoryType(MessageElement[] _any,
String name,
int size,
Calendar creationDate,
Calendar lastModified,
Calendar lastAccessed,
Duration latency,
Calendar lifeTime,
String owner,
FileType[] file,
DirectoryTypeMount[] mount)
|
|
| Method Summary | |
boolean |
equals(Object obj)
|
static Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
FileType[] |
getFile()
Gets the file value for this DirectoryType. |
FileType |
getFile(int i)
|
DirectoryTypeMount[] |
getMount()
Gets the mount value for this DirectoryType. |
DirectoryTypeMount |
getMount(int i)
|
static Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setFile(FileType[] file)
Sets the file value for this DirectoryType. |
void |
setFile(int i,
FileType _value)
|
void |
setMount(DirectoryTypeMount[] mount)
Sets the mount value for this DirectoryType. |
void |
setMount(int i,
DirectoryTypeMount _value)
|
| Methods inherited from class org.globus.mds.glue.FileType |
get_any, getCreationDate, getLastAccessed, getLastModified, getLatency, getLifeTime, getName, getOwner, getSize, set_any, setCreationDate, setLastAccessed, setLastModified, setLatency, setLifeTime, setName, setOwner, setSize |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private FileType[] file
private DirectoryTypeMount[] mount
private Object __equalsCalc
private boolean __hashCodeCalc
private static TypeDesc typeDesc
| Constructor Detail |
public DirectoryType()
public DirectoryType(MessageElement[] _any,
String name,
int size,
Calendar creationDate,
Calendar lastModified,
Calendar lastAccessed,
Duration latency,
Calendar lifeTime,
String owner,
FileType[] file,
DirectoryTypeMount[] mount)
| Method Detail |
public FileType[] getFile()
public void setFile(FileType[] file)
file - * From the UML diagram: Directory contains filepublic FileType getFile(int i)
public void setFile(int i,
FileType _value)
public DirectoryTypeMount[] getMount()
public void setMount(DirectoryTypeMount[] mount)
mount - * The FileSystemName attribute should refer to the name
of a FileSystem object. From the UML diagram: mount.public DirectoryTypeMount getMount(int i)
public void setMount(int i,
DirectoryTypeMount _value)
public boolean equals(Object obj)
equals in class FileTypepublic int hashCode()
hashCode in class FileTypepublic 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 | ||||||||||