public class TransferOptions extends Object implements Serializable
| Constructor and Description |
|---|
TransferOptions() |
TransferOptions(String conversionType,
boolean overwrite,
PostProcessType[] postProcess,
StorageManagerDetails storageManagerDetails,
StorageType storageType,
long transferTimeout) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getConversionType()
Gets the conversionType value for this TransferOptions.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
PostProcessType[] |
getPostProcess()
Gets the postProcess value for this TransferOptions.
|
PostProcessType |
getPostProcess(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
StorageManagerDetails |
getStorageManagerDetails()
Gets the storageManagerDetails value for this TransferOptions.
|
StorageType |
getStorageType()
Gets the storageType value for this TransferOptions.
|
long |
getTransferTimeout()
Gets the transferTimeout value for this TransferOptions.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isOverwrite()
Gets the overwrite value for this TransferOptions.
|
void |
setConversionType(String conversionType)
Sets the conversionType value for this TransferOptions.
|
void |
setOverwrite(boolean overwrite)
Sets the overwrite value for this TransferOptions.
|
void |
setPostProcess(int i,
PostProcessType _value) |
void |
setPostProcess(PostProcessType[] postProcess)
Sets the postProcess value for this TransferOptions.
|
void |
setStorageManagerDetails(StorageManagerDetails storageManagerDetails)
Sets the storageManagerDetails value for this TransferOptions.
|
void |
setStorageType(StorageType storageType)
Sets the storageType value for this TransferOptions.
|
void |
setTransferTimeout(long transferTimeout)
Sets the transferTimeout value for this TransferOptions.
|
public TransferOptions()
public TransferOptions(String conversionType, boolean overwrite, PostProcessType[] postProcess, StorageManagerDetails storageManagerDetails, StorageType storageType, long transferTimeout)
public boolean isOverwrite()
public void setOverwrite(boolean overwrite)
overwrite - public StorageType getStorageType()
public void setStorageType(StorageType storageType)
storageType - public long getTransferTimeout()
public void setTransferTimeout(long transferTimeout)
transferTimeout - public StorageManagerDetails getStorageManagerDetails()
public void setStorageManagerDetails(StorageManagerDetails storageManagerDetails)
storageManagerDetails - public PostProcessType[] getPostProcess()
public void setPostProcess(PostProcessType[] postProcess)
postProcess - public PostProcessType getPostProcess(int i)
public void setPostProcess(int i,
PostProcessType _value)
public String getConversionType()
public void setConversionType(String conversionType)
conversionType - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.