public class DestData extends Object implements Serializable
| Constructor and Description |
|---|
DestData() |
DestData(String outSourceId,
OutUriData outUri,
String scope,
String 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
|
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.
|
public DestData()
public DestData(String outSourceId, OutUriData outUri, String scope, String type)
public String getType()
public void setType(String type)
type - public String getScope()
public void setScope(String scope)
scope - public String getOutSourceId()
public void setOutSourceId(String outSourceId)
outSourceId - public OutUriData getOutUri()
public void setOutUri(OutUriData outUri)
outUri - 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.