|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.datatransfer.agent.stubs.datatransferagent.TransferOptions
public class TransferOptions
| Constructor Summary | |
|---|---|
TransferOptions()
|
|
TransferOptions(String conversionType,
boolean overwrite,
PostProcessType[] postProcess,
StorageManagerDetails storageManagerDetails,
StorageType storageType,
long transferTimeout)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransferOptions()
public TransferOptions(String conversionType,
boolean overwrite,
PostProcessType[] postProcess,
StorageManagerDetails storageManagerDetails,
StorageType storageType,
long transferTimeout)
| Method Detail |
|---|
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 boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||