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

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

public class ExportCSVSettings
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ExportCSVSettings()
           
ExportCSVSettings(String delimiter, String encoding, boolean[] fieldsMask, boolean hasHeader)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDelimiter()
          Gets the delimiter value for this ExportCSVSettings.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getEncoding()
          Gets the encoding value for this ExportCSVSettings.
 boolean[] getFieldsMask()
          Gets the fieldsMask value for this ExportCSVSettings.
 boolean getFieldsMask(int i)
           
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 ExportCSVSettings.
 void setDelimiter(String delimiter)
          Sets the delimiter value for this ExportCSVSettings.
 void setEncoding(String encoding)
          Sets the encoding value for this ExportCSVSettings.
 void setFieldsMask(boolean[] fieldsMask)
          Sets the fieldsMask value for this ExportCSVSettings.
 void setFieldsMask(int i, boolean _value)
           
 void setHasHeader(boolean hasHeader)
          Sets the hasHeader value for this ExportCSVSettings.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportCSVSettings

public ExportCSVSettings()

ExportCSVSettings

public ExportCSVSettings(String delimiter,
                         String encoding,
                         boolean[] fieldsMask,
                         boolean hasHeader)
Method Detail

getEncoding

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

Returns:
encoding

setEncoding

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

Parameters:
encoding -

getDelimiter

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

Returns:
delimiter

setDelimiter

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

Parameters:
delimiter -

isHasHeader

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

Returns:
hasHeader

setHasHeader

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

Parameters:
hasHeader -

getFieldsMask

public boolean[] getFieldsMask()
Gets the fieldsMask value for this ExportCSVSettings.

Returns:
fieldsMask

setFieldsMask

public void setFieldsMask(boolean[] fieldsMask)
Sets the fieldsMask value for this ExportCSVSettings.

Parameters:
fieldsMask -

getFieldsMask

public boolean getFieldsMask(int i)

setFieldsMask

public void setFieldsMask(int i,
                          boolean _value)

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.