|
|||||||||||
| 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 java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private FileType[] |
file
From the UML diagram: Directory contains file |
private DirectoryTypeMount[] |
mount
The FileSystemName attribute should refer to the name of a FileSystem object. |
private static org.apache.axis.description.TypeDesc |
typeDesc
|
| Fields inherited from class org.globus.mds.glue.FileType |
|
| Constructor Summary | |
DirectoryType()
|
|
DirectoryType(FileType[] file,
DirectoryTypeMount[] mount)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.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 org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.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 java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
| Constructor Detail |
public DirectoryType()
public DirectoryType(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(java.lang.Object obj)
equals in class FileTypepublic int hashCode()
hashCode in class FileTypepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||