public class ImportFromSdmxRequest extends Object implements Serializable
| Constructor and Description |
|---|
ImportFromSdmxRequest() |
ImportFromSdmxRequest(String owner,
String rsLocator,
String sdmxUri) |
| 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 |
getOwner()
Gets the owner value for this ImportFromSdmxRequest.
|
String |
getRsLocator()
Gets the rsLocator value for this ImportFromSdmxRequest.
|
String |
getSdmxUri()
Gets the sdmxUri value for this ImportFromSdmxRequest.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setOwner(String owner)
Sets the owner value for this ImportFromSdmxRequest.
|
void |
setRsLocator(String rsLocator)
Sets the rsLocator value for this ImportFromSdmxRequest.
|
void |
setSdmxUri(String sdmxUri)
Sets the sdmxUri value for this ImportFromSdmxRequest.
|
public String getSdmxUri()
public void setSdmxUri(String sdmxUri)
sdmxUri - public String getRsLocator()
public void setRsLocator(String rsLocator)
rsLocator - public String getOwner()
public void setOwner(String owner)
owner - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.