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

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

public class SourceData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SourceData()
           
SourceData(InputPattern inputSource, String[] inputURIs, String scope, TransferType type)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 InputPattern getInputSource()
          Gets the inputSource value for this SourceData.
 String[] getInputURIs()
          Gets the inputURIs value for this SourceData.
 String getInputURIs(int i)
           
 String getScope()
          Gets the scope value for this SourceData.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 TransferType getType()
          Gets the type value for this SourceData.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setInputSource(InputPattern inputSource)
          Sets the inputSource value for this SourceData.
 void setInputURIs(int i, String _value)
           
 void setInputURIs(String[] inputURIs)
          Sets the inputURIs value for this SourceData.
 void setScope(String scope)
          Sets the scope value for this SourceData.
 void setType(TransferType type)
          Sets the type value for this SourceData.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceData

public SourceData()

SourceData

public SourceData(InputPattern inputSource,
                  String[] inputURIs,
                  String scope,
                  TransferType type)
Method Detail

getType

public TransferType getType()
Gets the type value for this SourceData.

Returns:
type

setType

public void setType(TransferType type)
Sets the type value for this SourceData.

Parameters:
type -

getScope

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

Returns:
scope

setScope

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

Parameters:
scope -

getInputSource

public InputPattern getInputSource()
Gets the inputSource value for this SourceData.

Returns:
inputSource

setInputSource

public void setInputSource(InputPattern inputSource)
Sets the inputSource value for this SourceData.

Parameters:
inputSource -

getInputURIs

public String[] getInputURIs()
Gets the inputURIs value for this SourceData.

Returns:
inputURIs

setInputURIs

public void setInputURIs(String[] inputURIs)
Sets the inputURIs value for this SourceData.

Parameters:
inputURIs -

getInputURIs

public String getInputURIs(int i)

setInputURIs

public void setInputURIs(int i,
                         String _value)

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.