public class CodingSchemeVersionOrTag
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CodingSchemeVersionOrTag() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getChoiceValue()
Returns the value of field 'choiceValue'.
|
java.lang.String |
getTag()
Returns the value of field 'tag'.
|
java.lang.String |
getVersion()
Returns the value of field 'version'.
|
void |
setTag(java.lang.String tag)
Sets the value of field 'tag'.
|
void |
setVersion(java.lang.String version)
Sets the value of field 'version'.
|
public java.lang.Object getChoiceValue()
public java.lang.String getTag()
public java.lang.String getVersion()
public void setTag(java.lang.String tag)
tag
- the value of field 'tag'.public void setVersion(java.lang.String version)
version
- the value of field 'version'.