public class CodingSchemeSummary
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CodingSchemeSummary() |
Modifier and Type | Method and Description |
---|---|
EntityDescription |
getCodingSchemeDescription()
Returns the value of field 'codingSchemeDescription'.
|
java.lang.String |
getCodingSchemeURI()
Returns the value of field 'codingSchemeURI'.
|
java.lang.String |
getFormalName()
Returns the value of field 'formalName'.
|
java.lang.String |
getLocalName()
Returns the value of field 'localName'.
|
java.lang.String |
getRepresentsVersion()
Returns the value of field 'representsVersion'.
|
void |
setCodingSchemeDescription(EntityDescription codingSchemeDescription)
Sets the value of field 'codingSchemeDescription'.
|
void |
setCodingSchemeURI(java.lang.String codingSchemeURI)
Sets the value of field 'codingSchemeURI'.
|
void |
setFormalName(java.lang.String formalName)
Sets the value of field 'formalName'.
|
void |
setLocalName(java.lang.String localName)
Sets the value of field 'localName'.
|
void |
setRepresentsVersion(java.lang.String representsVersion)
Sets the value of field 'representsVersion'.
|
public EntityDescription getCodingSchemeDescription()
public java.lang.String getCodingSchemeURI()
public java.lang.String getFormalName()
public java.lang.String getLocalName()
public java.lang.String getRepresentsVersion()
public void setCodingSchemeDescription(EntityDescription codingSchemeDescription)
codingSchemeDescription
- the value of field
'codingSchemeDescription'.public void setCodingSchemeURI(java.lang.String codingSchemeURI)
codingSchemeURI
- the value of field 'codingSchemeURI'.public void setFormalName(java.lang.String formalName)
formalName
- the value of field 'formalName'.public void setLocalName(java.lang.String localName)
localName
- the value of field 'localName'.public void setRepresentsVersion(java.lang.String representsVersion)
representsVersion
- the value of field
'representsVersion'.