org.globus.exec.generated
Class FileSystemPathMappingType

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

public class FileSystemPathMappingType
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  String ftpPath
           
private  String jobPath
           
private static TypeDesc typeDesc
           
 
Constructor Summary
FileSystemPathMappingType()
           
FileSystemPathMappingType(String ftpPath, String jobPath)
           
 
Method Summary
 boolean equals(Object obj)
           
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getFtpPath()
          Gets the ftpPath value for this FileSystemPathMappingType.
 String getJobPath()
          Gets the jobPath value for this FileSystemPathMappingType.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setFtpPath(String ftpPath)
          Sets the ftpPath value for this FileSystemPathMappingType.
 void setJobPath(String jobPath)
          Sets the jobPath value for this FileSystemPathMappingType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jobPath

private String jobPath

ftpPath

private String ftpPath

__equalsCalc

private Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static TypeDesc typeDesc
Constructor Detail

FileSystemPathMappingType

public FileSystemPathMappingType()

FileSystemPathMappingType

public FileSystemPathMappingType(String ftpPath,
                                 String jobPath)
Method Detail

getJobPath

public String getJobPath()
Gets the jobPath value for this FileSystemPathMappingType.

Returns:
jobPath

setJobPath

public void setJobPath(String jobPath)
Sets the jobPath value for this FileSystemPathMappingType.

Parameters:
jobPath -

getFtpPath

public String getFtpPath()
Gets the ftpPath value for this FileSystemPathMappingType.

Returns:
ftpPath

setFtpPath

public void setFtpPath(String ftpPath)
Sets the ftpPath value for this FileSystemPathMappingType.

Parameters:
ftpPath -

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