org.gcube.contentmanagement.timeseriesservice.stubs
Class ImportFromSdmxRequest

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.stubs.ImportFromSdmxRequest
All Implemented Interfaces:
Serializable

public class ImportFromSdmxRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ImportFromSdmxRequest()
           
ImportFromSdmxRequest(String owner, String rsLocator, String sdmxUri)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportFromSdmxRequest

public ImportFromSdmxRequest()

ImportFromSdmxRequest

public ImportFromSdmxRequest(String owner,
                             String rsLocator,
                             String sdmxUri)
Method Detail

getSdmxUri

public String getSdmxUri()
Gets the sdmxUri value for this ImportFromSdmxRequest.

Returns:
sdmxUri

setSdmxUri

public void setSdmxUri(String sdmxUri)
Sets the sdmxUri value for this ImportFromSdmxRequest.

Parameters:
sdmxUri -

getRsLocator

public String getRsLocator()
Gets the rsLocator value for this ImportFromSdmxRequest.

Returns:
rsLocator

setRsLocator

public void setRsLocator(String rsLocator)
Sets the rsLocator value for this ImportFromSdmxRequest.

Parameters:
rsLocator -

getOwner

public String getOwner()
Gets the owner value for this ImportFromSdmxRequest.

Returns:
owner

setOwner

public void setOwner(String owner)
Sets the owner value for this ImportFromSdmxRequest.

Parameters:
owner -

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 © 2012. All Rights Reserved.