public class CodelistColumnDefinition extends Object implements Serializable
| Constructor and Description |
|---|
CodelistColumnDefinition() |
CodelistColumnDefinition(CodelistColumnType columnType,
DataType dataType,
String id,
String label,
String relatedCodelistId) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public CodelistColumnDefinition()
public CodelistColumnDefinition(CodelistColumnType columnType, DataType dataType, String id, String label, String relatedCodelistId)
public String getLabel()
public void setLabel(String label)
label - public String getId()
public void setId(String id)
id - public DataType getDataType()
public void setDataType(DataType dataType)
dataType - public String getRelatedCodelistId()
public void setRelatedCodelistId(String relatedCodelistId)
relatedCodelistId - public CodelistColumnType getColumnType()
public void setColumnType(CodelistColumnType columnType)
columnType - 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.