org.gcube.contentmanagement.timeseriesservice.stubs
Class DenormalizedImportRequest

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.stubs.DenormalizedImportRequest
All Implemented Interfaces:
Serializable

public class DenormalizedImportRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DenormalizedImportRequest()
           
DenormalizedImportRequest(String attributeLabel, String delimiter, String encoding, boolean[] fieldsAttributeMask, boolean[] fieldsMask, boolean hasHeader, String rsLocator, String valueLabel)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DenormalizedImportRequest

public DenormalizedImportRequest()

DenormalizedImportRequest

public DenormalizedImportRequest(String attributeLabel,
                                 String delimiter,
                                 String encoding,
                                 boolean[] fieldsAttributeMask,
                                 boolean[] fieldsMask,
                                 boolean hasHeader,
                                 String rsLocator,
                                 String valueLabel)
Method Detail

getRsLocator

public String getRsLocator()
Gets the rsLocator value for this DenormalizedImportRequest.

Returns:
rsLocator

setRsLocator

public void setRsLocator(String rsLocator)
Sets the rsLocator value for this DenormalizedImportRequest.

Parameters:
rsLocator -

getEncoding

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

Returns:
encoding

setEncoding

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

Parameters:
encoding -

getDelimiter

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

Returns:
delimiter

setDelimiter

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

Parameters:
delimiter -

isHasHeader

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

Returns:
hasHeader

setHasHeader

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

Parameters:
hasHeader -

getFieldsMask

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

Returns:
fieldsMask

setFieldsMask

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

Parameters:
fieldsMask -

getFieldsMask

public boolean getFieldsMask(int i)

setFieldsMask

public void setFieldsMask(int i,
                          boolean _value)

getFieldsAttributeMask

public boolean[] getFieldsAttributeMask()
Gets the fieldsAttributeMask value for this DenormalizedImportRequest.

Returns:
fieldsAttributeMask

setFieldsAttributeMask

public void setFieldsAttributeMask(boolean[] fieldsAttributeMask)
Sets the fieldsAttributeMask value for this DenormalizedImportRequest.

Parameters:
fieldsAttributeMask -

getFieldsAttributeMask

public boolean getFieldsAttributeMask(int i)

setFieldsAttributeMask

public void setFieldsAttributeMask(int i,
                                   boolean _value)

getAttributeLabel

public String getAttributeLabel()
Gets the attributeLabel value for this DenormalizedImportRequest.

Returns:
attributeLabel

setAttributeLabel

public void setAttributeLabel(String attributeLabel)
Sets the attributeLabel value for this DenormalizedImportRequest.

Parameters:
attributeLabel -

getValueLabel

public String getValueLabel()
Gets the valueLabel value for this DenormalizedImportRequest.

Returns:
valueLabel

setValueLabel

public void setValueLabel(String valueLabel)
Sets the valueLabel value for this DenormalizedImportRequest.

Parameters:
valueLabel -

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 © 2012. All Rights Reserved.