org.gcube.contentmanagement.timeseriesservice.stubs
Class ImportFromCsvRequest

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

public class ImportFromCsvRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ImportFromCsvRequest()
           
ImportFromCsvRequest(String delimiter, String description, String encoding, boolean hasHeader, String name, String owner, String rsLocator)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDelimiter()
          Gets the delimiter value for this ImportFromCsvRequest.
 String getDescription()
          Gets the description value for this ImportFromCsvRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getEncoding()
          Gets the encoding value for this ImportFromCsvRequest.
 String getName()
          Gets the name value for this ImportFromCsvRequest.
 String getOwner()
          Gets the owner value for this ImportFromCsvRequest.
 String getRsLocator()
          Gets the rsLocator value for this ImportFromCsvRequest.
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()
           
 boolean isHasHeader()
          Gets the hasHeader value for this ImportFromCsvRequest.
 void setDelimiter(String delimiter)
          Sets the delimiter value for this ImportFromCsvRequest.
 void setDescription(String description)
          Sets the description value for this ImportFromCsvRequest.
 void setEncoding(String encoding)
          Sets the encoding value for this ImportFromCsvRequest.
 void setHasHeader(boolean hasHeader)
          Sets the hasHeader value for this ImportFromCsvRequest.
 void setName(String name)
          Sets the name value for this ImportFromCsvRequest.
 void setOwner(String owner)
          Sets the owner value for this ImportFromCsvRequest.
 void setRsLocator(String rsLocator)
          Sets the rsLocator value for this ImportFromCsvRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportFromCsvRequest

public ImportFromCsvRequest()

ImportFromCsvRequest

public ImportFromCsvRequest(String delimiter,
                            String description,
                            String encoding,
                            boolean hasHeader,
                            String name,
                            String owner,
                            String rsLocator)
Method Detail

getRsLocator

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

Returns:
rsLocator

setRsLocator

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

Parameters:
rsLocator -

getEncoding

public String getEncoding()
Gets the encoding value for this ImportFromCsvRequest.

Returns:
encoding

setEncoding

public void setEncoding(String encoding)
Sets the encoding value for this ImportFromCsvRequest.

Parameters:
encoding -

getDelimiter

public String getDelimiter()
Gets the delimiter value for this ImportFromCsvRequest.

Returns:
delimiter

setDelimiter

public void setDelimiter(String delimiter)
Sets the delimiter value for this ImportFromCsvRequest.

Parameters:
delimiter -

isHasHeader

public boolean isHasHeader()
Gets the hasHeader value for this ImportFromCsvRequest.

Returns:
hasHeader

setHasHeader

public void setHasHeader(boolean hasHeader)
Sets the hasHeader value for this ImportFromCsvRequest.

Parameters:
hasHeader -

getName

public String getName()
Gets the name value for this ImportFromCsvRequest.

Returns:
name

setName

public void setName(String name)
Sets the name value for this ImportFromCsvRequest.

Parameters:
name -

getDescription

public String getDescription()
Gets the description value for this ImportFromCsvRequest.

Returns:
description

setDescription

public void setDescription(String description)
Sets the description value for this ImportFromCsvRequest.

Parameters:
description -

getOwner

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

Returns:
owner

setOwner

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

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.