|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistColumnDefinition
public class CodelistColumnDefinition
| 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 |
|---|
public CodelistColumnDefinition()
public CodelistColumnDefinition(CodelistColumnType columnType,
DataType dataType,
String id,
String label,
String relatedCodelistId)
| Method Detail |
|---|
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 boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||