|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.datatransfer.agent.stubs.datatransferagent.SourceData
public class SourceData
| 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 |
|---|
public SourceData()
public SourceData(InputPattern inputSource,
String[] inputURIs,
String scope,
TransferType type)
| Method Detail |
|---|
public TransferType getType()
public void setType(TransferType type)
type - public String getScope()
public void setScope(String scope)
scope - public InputPattern getInputSource()
public void setInputSource(InputPattern inputSource)
inputSource - public String[] getInputURIs()
public void setInputURIs(String[] inputURIs)
inputURIs - public String getInputURIs(int i)
public void setInputURIs(int i,
String _value)
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 | |||||||||