|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.application.aquamaps.aquamapsservice.stubs.ExportCSVSettings
public class ExportCSVSettings
| 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 |
|---|
public ExportCSVSettings()
public ExportCSVSettings(String delimiter,
String encoding,
boolean[] fieldsMask,
boolean hasHeader)
| Method Detail |
|---|
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 boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||