org.globus.exec.generated
Class FileSystemMapType

java.lang.Object
  extended byorg.globus.exec.generated.FileSystemMapType
All Implemented Interfaces:
java.io.Serializable

public class FileSystemMapType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  FtpServerType ftpServer
           
private  FileSystemPathMappingType[] mapping
           
private  java.lang.String scheduler
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
FileSystemMapType()
           
FileSystemMapType(FtpServerType ftpServer, FileSystemPathMappingType[] mapping, java.lang.String scheduler)
           
 
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
 FtpServerType getFtpServer()
          Gets the ftpServer value for this FileSystemMapType.
 FileSystemPathMappingType[] getMapping()
          Gets the mapping value for this FileSystemMapType.
 FileSystemPathMappingType getMapping(int i)
           
 java.lang.String getScheduler()
          Gets the scheduler value for this FileSystemMapType.
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 setFtpServer(FtpServerType ftpServer)
          Sets the ftpServer value for this FileSystemMapType.
 void setMapping(FileSystemPathMappingType[] mapping)
          Sets the mapping value for this FileSystemMapType.
 void setMapping(int i, FileSystemPathMappingType _value)
           
 void setScheduler(java.lang.String scheduler)
          Sets the scheduler value for this FileSystemMapType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scheduler

private java.lang.String scheduler

ftpServer

private FtpServerType ftpServer

mapping

private FileSystemPathMappingType[] mapping

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

FileSystemMapType

public FileSystemMapType()

FileSystemMapType

public FileSystemMapType(FtpServerType ftpServer,
                         FileSystemPathMappingType[] mapping,
                         java.lang.String scheduler)
Method Detail

getScheduler

public java.lang.String getScheduler()
Gets the scheduler value for this FileSystemMapType.

Returns:
scheduler

setScheduler

public void setScheduler(java.lang.String scheduler)
Sets the scheduler value for this FileSystemMapType.

Parameters:
scheduler -

getFtpServer

public FtpServerType getFtpServer()
Gets the ftpServer value for this FileSystemMapType.

Returns:
ftpServer

setFtpServer

public void setFtpServer(FtpServerType ftpServer)
Sets the ftpServer value for this FileSystemMapType.

Parameters:
ftpServer -

getMapping

public FileSystemPathMappingType[] getMapping()
Gets the mapping value for this FileSystemMapType.

Returns:
mapping

setMapping

public void setMapping(FileSystemPathMappingType[] mapping)
Sets the mapping value for this FileSystemMapType.

Parameters:
mapping -

getMapping

public FileSystemPathMappingType getMapping(int i)

setMapping

public void setMapping(int i,
                       FileSystemPathMappingType _value)

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