org.gcube.data.analysis.statisticalmanager.stubs
Class SMCreateTableFromCSVRequest

java.lang.Object
  extended by org.gcube.data.analysis.statisticalmanager.stubs.SMCreateTableRequest
      extended by org.gcube.data.analysis.statisticalmanager.stubs.SMCreateTableFromCSVRequest
All Implemented Interfaces:
Serializable

public class SMCreateTableFromCSVRequest
extends SMCreateTableRequest
implements Serializable

See Also:
Serialized Form

Constructor Summary
SMCreateTableFromCSVRequest()
           
SMCreateTableFromCSVRequest(String commentChar, String delimiter, boolean hasHeader)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCommentChar()
          Gets the commentChar value for this SMCreateTableFromCSVRequest.
 String getDelimiter()
          Gets the delimiter value for this SMCreateTableFromCSVRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
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 SMCreateTableFromCSVRequest.
 void setCommentChar(String commentChar)
          Sets the commentChar value for this SMCreateTableFromCSVRequest.
 void setDelimiter(String delimiter)
          Sets the delimiter value for this SMCreateTableFromCSVRequest.
 void setHasHeader(boolean hasHeader)
          Sets the hasHeader value for this SMCreateTableFromCSVRequest.
 
Methods inherited from class org.gcube.data.analysis.statisticalmanager.stubs.SMCreateTableRequest
getDescription, getFileName, getRsLocator, getTableName, getTableType, getUser, setDescription, setFileName, setRsLocator, setTableName, setTableType, setUser
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMCreateTableFromCSVRequest

public SMCreateTableFromCSVRequest()

SMCreateTableFromCSVRequest

public SMCreateTableFromCSVRequest(String commentChar,
                                   String delimiter,
                                   boolean hasHeader)
Method Detail

isHasHeader

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

Returns:
hasHeader

setHasHeader

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

Parameters:
hasHeader -

getDelimiter

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

Returns:
delimiter

setDelimiter

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

Parameters:
delimiter -

getCommentChar

public String getCommentChar()
Gets the commentChar value for this SMCreateTableFromCSVRequest.

Returns:
commentChar

setCommentChar

public void setCommentChar(String commentChar)
Sets the commentChar value for this SMCreateTableFromCSVRequest.

Parameters:
commentChar -

equals

public boolean equals(Object obj)
Overrides:
equals in class SMCreateTableRequest

hashCode

public int hashCode()
Overrides:
hashCode in class SMCreateTableRequest

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.