public class SourceData extends Object implements Serializable
| Constructor and Description |
|---|
SourceData() |
SourceData(InputPattern inputSource,
String[] inputURIs,
String scope,
TransferType type) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public SourceData()
public SourceData(InputPattern inputSource, String[] inputURIs, String scope, TransferType type)
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 static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.