org.globus.rft.generated
Class DeleteType

java.lang.Object
  extended byorg.globus.rft.generated.DeleteType
All Implemented Interfaces:
java.io.Serializable

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

Type representing a file that needs to be deleted

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  DeleteOptionsType deleteOptions
           
private  java.lang.String file
           
private  java.lang.Integer transferId
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
DeleteType()
           
DeleteType(DeleteOptionsType deleteOptions, java.lang.String file, java.lang.Integer transferId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 DeleteOptionsType getDeleteOptions()
          Gets the deleteOptions value for this DeleteType.
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 getFile()
          Gets the file value for this DeleteType.
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.Integer getTransferId()
          Gets the transferId value for this DeleteType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDeleteOptions(DeleteOptionsType deleteOptions)
          Sets the deleteOptions value for this DeleteType.
 void setFile(java.lang.String file)
          Sets the file value for this DeleteType.
 void setTransferId(java.lang.Integer transferId)
          Sets the transferId value for this DeleteType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transferId

private java.lang.Integer transferId

file

private java.lang.String file

deleteOptions

private DeleteOptionsType deleteOptions

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

DeleteType

public DeleteType()

DeleteType

public DeleteType(DeleteOptionsType deleteOptions,
                  java.lang.String file,
                  java.lang.Integer transferId)
Method Detail

getTransferId

public java.lang.Integer getTransferId()
Gets the transferId value for this DeleteType.

Returns:
transferId

setTransferId

public void setTransferId(java.lang.Integer transferId)
Sets the transferId value for this DeleteType.

Parameters:
transferId -

getFile

public java.lang.String getFile()
Gets the file value for this DeleteType.

Returns:
file

setFile

public void setFile(java.lang.String file)
Sets the file value for this DeleteType.

Parameters:
file -

getDeleteOptions

public DeleteOptionsType getDeleteOptions()
Gets the deleteOptions value for this DeleteType.

Returns:
deleteOptions

setDeleteOptions

public void setDeleteOptions(DeleteOptionsType deleteOptions)
Sets the deleteOptions value for this DeleteType.

Parameters:
deleteOptions -

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