org.gcube.datatransfer.agent.stubs.datatransferagent
Class OutUriData

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

public class OutUriData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
OutUriData()
           
OutUriData(TransferOptions options, String[] outUris)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 TransferOptions getOptions()
          Gets the options value for this OutUriData.
 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
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setOptions(TransferOptions options)
          Sets the options value for this OutUriData.
 void setOutUris(int i, String _value)
           
 void setOutUris(String[] outUris)
          Sets the outUris 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(TransferOptions options,
                  String[] outUris)
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)

getOptions

public TransferOptions getOptions()
Gets the options value for this OutUriData.

Returns:
options

setOptions

public void setOptions(TransferOptions options)
Sets the options value for this OutUriData.

Parameters:
options -

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.