org.globus.exec.generated
Class FilePairType

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String destinationFile
           
private  java.lang.String sourceFile
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
FilePairType()
           
FilePairType(java.lang.String destinationFile, java.lang.String sourceFile)
           
 
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
 java.lang.String getDestinationFile()
          Gets the destinationFile value for this FilePairType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSourceFile()
          Gets the sourceFile value for this FilePairType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDestinationFile(java.lang.String destinationFile)
          Sets the destinationFile value for this FilePairType.
 void setSourceFile(java.lang.String sourceFile)
          Sets the sourceFile value for this FilePairType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sourceFile

private java.lang.String sourceFile

destinationFile

private java.lang.String destinationFile

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

FilePairType

public FilePairType()

FilePairType

public FilePairType(java.lang.String destinationFile,
                    java.lang.String sourceFile)
Method Detail

getSourceFile

public java.lang.String getSourceFile()
Gets the sourceFile value for this FilePairType.

Returns:
sourceFile

setSourceFile

public void setSourceFile(java.lang.String sourceFile)
Sets the sourceFile value for this FilePairType.

Parameters:
sourceFile -

getDestinationFile

public java.lang.String getDestinationFile()
Gets the destinationFile value for this FilePairType.

Returns:
destinationFile

setDestinationFile

public void setDestinationFile(java.lang.String destinationFile)
Sets the destinationFile value for this FilePairType.

Parameters:
destinationFile -

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