org.gcube.contentmanagement.timeseriesservice.stubs
Class SetColumnAsRequest

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

public class SetColumnAsRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SetColumnAsRequest()
           
SetColumnAsRequest(EntryType columnType, String fieldId)
           
 
Method Summary
 boolean equals(Object obj)
           
 EntryType getColumnType()
          Gets the columnType value for this SetColumnAsRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getFieldId()
          Gets the fieldId value for this SetColumnAsRequest.
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()
           
 void setColumnType(EntryType columnType)
          Sets the columnType value for this SetColumnAsRequest.
 void setFieldId(String fieldId)
          Sets the fieldId value for this SetColumnAsRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetColumnAsRequest

public SetColumnAsRequest()

SetColumnAsRequest

public SetColumnAsRequest(EntryType columnType,
                          String fieldId)
Method Detail

getFieldId

public String getFieldId()
Gets the fieldId value for this SetColumnAsRequest.

Returns:
fieldId

setFieldId

public void setFieldId(String fieldId)
Sets the fieldId value for this SetColumnAsRequest.

Parameters:
fieldId -

getColumnType

public EntryType getColumnType()
Gets the columnType value for this SetColumnAsRequest.

Returns:
columnType

setColumnType

public void setColumnType(EntryType columnType)
Sets the columnType value for this SetColumnAsRequest.

Parameters:
columnType -

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.