|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag
public class CodingSchemeVersionOrTag
A named coding scheme version or a virtual tag (e.g. latest, production, etc). Note that the tagged form of identifier is only applicable in the context of a given service, as one service may identify the scheme as "production" and another as "staging".
Constructor Summary | |
---|---|
CodingSchemeVersionOrTag()
|
Method Summary | |
---|---|
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'. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CodingSchemeVersionOrTag()
Method Detail |
---|
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'.
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |