org.gcube.application.aquamaps.aquamapsservice.stubs
Class ImportResourceRequestType

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.stubs.ImportResourceRequestType
All Implemented Interfaces:
Serializable

public class ImportResourceRequestType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ImportResourceRequestType()
           
ImportResourceRequestType(ExportCSVSettings csvSettings, String resourceType, String rsLocator, String user)
           
 
Method Summary
 boolean equals(Object obj)
           
 ExportCSVSettings getCsvSettings()
          Gets the csvSettings value for this ImportResourceRequestType.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getResourceType()
          Gets the resourceType value for this ImportResourceRequestType.
 String getRsLocator()
          Gets the rsLocator value for this ImportResourceRequestType.
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
 String getUser()
          Gets the user value for this ImportResourceRequestType.
 int hashCode()
           
 void setCsvSettings(ExportCSVSettings csvSettings)
          Sets the csvSettings value for this ImportResourceRequestType.
 void setResourceType(String resourceType)
          Sets the resourceType value for this ImportResourceRequestType.
 void setRsLocator(String rsLocator)
          Sets the rsLocator value for this ImportResourceRequestType.
 void setUser(String user)
          Sets the user value for this ImportResourceRequestType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportResourceRequestType

public ImportResourceRequestType()

ImportResourceRequestType

public ImportResourceRequestType(ExportCSVSettings csvSettings,
                                 String resourceType,
                                 String rsLocator,
                                 String user)
Method Detail

getRsLocator

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

Returns:
rsLocator

setRsLocator

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

Parameters:
rsLocator -

getCsvSettings

public ExportCSVSettings getCsvSettings()
Gets the csvSettings value for this ImportResourceRequestType.

Returns:
csvSettings

setCsvSettings

public void setCsvSettings(ExportCSVSettings csvSettings)
Sets the csvSettings value for this ImportResourceRequestType.

Parameters:
csvSettings -

getUser

public String getUser()
Gets the user value for this ImportResourceRequestType.

Returns:
user

setUser

public void setUser(String user)
Sets the user value for this ImportResourceRequestType.

Parameters:
user -

getResourceType

public String getResourceType()
Gets the resourceType value for this ImportResourceRequestType.

Returns:
resourceType

setResourceType

public void setResourceType(String resourceType)
Sets the resourceType value for this ImportResourceRequestType.

Parameters:
resourceType -

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