public class ExportCSVSettings extends Object implements Serializable
| Constructor and Description |
|---|
ExportCSVSettings() |
ExportCSVSettings(String delimiter,
String encoding,
boolean[] fieldsMask,
boolean hasHeader) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getEncoding()
public void setEncoding(String encoding)
encoding - public String getDelimiter()
public void setDelimiter(String delimiter)
delimiter - public boolean isHasHeader()
public void setHasHeader(boolean hasHeader)
hasHeader - public boolean[] getFieldsMask()
public void setFieldsMask(boolean[] fieldsMask)
fieldsMask - public boolean getFieldsMask(int i)
public void setFieldsMask(int i,
boolean _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2016. All Rights Reserved.