org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types
Class CodelistColumnDefinition

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

public class CodelistColumnDefinition
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CodelistColumnDefinition()
           
CodelistColumnDefinition(CodelistColumnType columnType, DataType dataType, String id, String label, String relatedCodelistId)
           
 
Method Summary
 boolean equals(Object obj)
           
 CodelistColumnType getColumnType()
          Gets the columnType value for this CodelistColumnDefinition.
 DataType getDataType()
          Gets the dataType value for this CodelistColumnDefinition.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getId()
          Gets the id value for this CodelistColumnDefinition.
 String getLabel()
          Gets the label value for this CodelistColumnDefinition.
 String getRelatedCodelistId()
          Gets the relatedCodelistId value for this CodelistColumnDefinition.
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(CodelistColumnType columnType)
          Sets the columnType value for this CodelistColumnDefinition.
 void setDataType(DataType dataType)
          Sets the dataType value for this CodelistColumnDefinition.
 void setId(String id)
          Sets the id value for this CodelistColumnDefinition.
 void setLabel(String label)
          Sets the label value for this CodelistColumnDefinition.
 void setRelatedCodelistId(String relatedCodelistId)
          Sets the relatedCodelistId value for this CodelistColumnDefinition.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodelistColumnDefinition

public CodelistColumnDefinition()

CodelistColumnDefinition

public CodelistColumnDefinition(CodelistColumnType columnType,
                                DataType dataType,
                                String id,
                                String label,
                                String relatedCodelistId)
Method Detail

getLabel

public String getLabel()
Gets the label value for this CodelistColumnDefinition.

Returns:
label

setLabel

public void setLabel(String label)
Sets the label value for this CodelistColumnDefinition.

Parameters:
label -

getId

public String getId()
Gets the id value for this CodelistColumnDefinition.

Returns:
id

setId

public void setId(String id)
Sets the id value for this CodelistColumnDefinition.

Parameters:
id -

getDataType

public DataType getDataType()
Gets the dataType value for this CodelistColumnDefinition.

Returns:
dataType

setDataType

public void setDataType(DataType dataType)
Sets the dataType value for this CodelistColumnDefinition.

Parameters:
dataType -

getRelatedCodelistId

public String getRelatedCodelistId()
Gets the relatedCodelistId value for this CodelistColumnDefinition.

Returns:
relatedCodelistId

setRelatedCodelistId

public void setRelatedCodelistId(String relatedCodelistId)
Sets the relatedCodelistId value for this CodelistColumnDefinition.

Parameters:
relatedCodelistId -

getColumnType

public CodelistColumnType getColumnType()
Gets the columnType value for this CodelistColumnDefinition.

Returns:
columnType

setColumnType

public void setColumnType(CodelistColumnType columnType)
Sets the columnType value for this CodelistColumnDefinition.

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.