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

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

public class DestData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DestData()
           
DestData(String outSourceId, OutUriData outUri, String scope, String type)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getOutSourceId()
          Gets the outSourceId value for this DestData.
 OutUriData getOutUri()
          Gets the outUri value for this DestData.
 String getScope()
          Gets the scope value for this DestData.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getType()
          Gets the type value for this DestData.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setOutSourceId(String outSourceId)
          Sets the outSourceId value for this DestData.
 void setOutUri(OutUriData outUri)
          Sets the outUri value for this DestData.
 void setScope(String scope)
          Sets the scope value for this DestData.
 void setType(String type)
          Sets the type value for this DestData.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestData

public DestData()

DestData

public DestData(String outSourceId,
                OutUriData outUri,
                String scope,
                String type)
Method Detail

getType

public String getType()
Gets the type value for this DestData.

Returns:
type

setType

public void setType(String type)
Sets the type value for this DestData.

Parameters:
type -

getScope

public String getScope()
Gets the scope value for this DestData.

Returns:
scope

setScope

public void setScope(String scope)
Sets the scope value for this DestData.

Parameters:
scope -

getOutSourceId

public String getOutSourceId()
Gets the outSourceId value for this DestData.

Returns:
outSourceId

setOutSourceId

public void setOutSourceId(String outSourceId)
Sets the outSourceId value for this DestData.

Parameters:
outSourceId -

getOutUri

public OutUriData getOutUri()
Gets the outUri value for this DestData.

Returns:
outUri

setOutUri

public void setOutUri(OutUriData outUri)
Sets the outUri value for this DestData.

Parameters:
outUri -

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.