org.gcube.datatransfer.scheduler.stubs.datatransferscheduler
Class OutUriData

java.lang.Object
  extended by org.gcube.datatransfer.scheduler.stubs.datatransferscheduler.OutUriData
All Implemented Interfaces:
Serializable

public class OutUriData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
OutUriData()
           
OutUriData(String[] outUris, boolean overwrite, StorageManagerDetails storageManagerDetails, StorageType storageType)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String[] getOutUris()
          Gets the outUris value for this OutUriData.
 String getOutUris(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 OutUriData.
 StorageType getStorageType()
          Gets the storageType value for this OutUriData.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isOverwrite()
          Gets the overwrite value for this OutUriData.
 void setOutUris(int i, String _value)
           
 void setOutUris(String[] outUris)
          Sets the outUris value for this OutUriData.
 void setOverwrite(boolean overwrite)
          Sets the overwrite value for this OutUriData.
 void setStorageManagerDetails(StorageManagerDetails storageManagerDetails)
          Sets the storageManagerDetails value for this OutUriData.
 void setStorageType(StorageType storageType)
          Sets the storageType value for this OutUriData.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutUriData

public OutUriData()

OutUriData

public OutUriData(String[] outUris,
                  boolean overwrite,
                  StorageManagerDetails storageManagerDetails,
                  StorageType storageType)
Method Detail

getOutUris

public String[] getOutUris()
Gets the outUris value for this OutUriData.

Returns:
outUris

setOutUris

public void setOutUris(String[] outUris)
Sets the outUris value for this OutUriData.

Parameters:
outUris -

getOutUris

public String getOutUris(int i)

setOutUris

public void setOutUris(int i,
                       String _value)

isOverwrite

public boolean isOverwrite()
Gets the overwrite value for this OutUriData.

Returns:
overwrite

setOverwrite

public void setOverwrite(boolean overwrite)
Sets the overwrite value for this OutUriData.

Parameters:
overwrite -

getStorageType

public StorageType getStorageType()
Gets the storageType value for this OutUriData.

Returns:
storageType

setStorageType

public void setStorageType(StorageType storageType)
Sets the storageType value for this OutUriData.

Parameters:
storageType -

getStorageManagerDetails

public StorageManagerDetails getStorageManagerDetails()
Gets the storageManagerDetails value for this OutUriData.

Returns:
storageManagerDetails

setStorageManagerDetails

public void setStorageManagerDetails(StorageManagerDetails storageManagerDetails)
Sets the storageManagerDetails value for this OutUriData.

Parameters:
storageManagerDetails -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.