public class DenormalizedImportRequest extends Object implements Serializable
| Constructor and Description |
|---|
DenormalizedImportRequest() |
DenormalizedImportRequest(String attributeLabel,
String delimiter,
String encoding,
boolean[] fieldsAttributeMask,
boolean[] fieldsMask,
boolean hasHeader,
String rsLocator,
String valueLabel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAttributeLabel()
Gets the attributeLabel value for this DenormalizedImportRequest.
|
String |
getDelimiter()
Gets the delimiter value for this DenormalizedImportRequest.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getEncoding()
Gets the encoding value for this DenormalizedImportRequest.
|
boolean[] |
getFieldsAttributeMask()
Gets the fieldsAttributeMask value for this DenormalizedImportRequest.
|
boolean |
getFieldsAttributeMask(int i) |
boolean[] |
getFieldsMask()
Gets the fieldsMask value for this DenormalizedImportRequest.
|
boolean |
getFieldsMask(int i) |
String |
getRsLocator()
Gets the rsLocator value for this DenormalizedImportRequest.
|
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
|
String |
getValueLabel()
Gets the valueLabel value for this DenormalizedImportRequest.
|
int |
hashCode() |
boolean |
isHasHeader()
Gets the hasHeader value for this DenormalizedImportRequest.
|
void |
setAttributeLabel(String attributeLabel)
Sets the attributeLabel value for this DenormalizedImportRequest.
|
void |
setDelimiter(String delimiter)
Sets the delimiter value for this DenormalizedImportRequest.
|
void |
setEncoding(String encoding)
Sets the encoding value for this DenormalizedImportRequest.
|
void |
setFieldsAttributeMask(boolean[] fieldsAttributeMask)
Sets the fieldsAttributeMask value for this DenormalizedImportRequest.
|
void |
setFieldsAttributeMask(int i,
boolean _value) |
void |
setFieldsMask(boolean[] fieldsMask)
Sets the fieldsMask value for this DenormalizedImportRequest.
|
void |
setFieldsMask(int i,
boolean _value) |
void |
setHasHeader(boolean hasHeader)
Sets the hasHeader value for this DenormalizedImportRequest.
|
void |
setRsLocator(String rsLocator)
Sets the rsLocator value for this DenormalizedImportRequest.
|
void |
setValueLabel(String valueLabel)
Sets the valueLabel value for this DenormalizedImportRequest.
|
public String getRsLocator()
public void setRsLocator(String rsLocator)
rsLocator - 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[] getFieldsAttributeMask()
public void setFieldsAttributeMask(boolean[] fieldsAttributeMask)
fieldsAttributeMask - public boolean getFieldsAttributeMask(int i)
public void setFieldsAttributeMask(int i,
boolean _value)
public String getAttributeLabel()
public void setAttributeLabel(String attributeLabel)
attributeLabel - public String getValueLabel()
public void setValueLabel(String valueLabel)
valueLabel - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.