public class ValueSetConstraint extends Object
Java class for ValueSetConstraint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValueSetConstraint">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="versionIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="versionDate" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="versionTime" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="codingStrength" type="{http://plasma.org/metamodel}CodingStrength" />
<attribute name="minimumValueSetId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ignoredValueSetId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="rootCode" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CodingStrength |
codingStrength |
protected String |
id |
protected String |
ignoredValueSetId |
protected String |
minimumValueSetId |
protected String |
name |
protected String |
rootCode |
protected String |
versionDate |
protected String |
versionIdentifier |
protected String |
versionTime |
| Constructor and Description |
|---|
ValueSetConstraint() |
| Modifier and Type | Method and Description |
|---|---|
CodingStrength |
getCodingStrength()
Gets the value of the codingStrength property.
|
String |
getId()
Gets the value of the id property.
|
String |
getIgnoredValueSetId()
Gets the value of the ignoredValueSetId property.
|
String |
getMinimumValueSetId()
Gets the value of the minimumValueSetId property.
|
String |
getName()
Gets the value of the name property.
|
String |
getRootCode()
Gets the value of the rootCode property.
|
String |
getVersionDate()
Gets the value of the versionDate property.
|
String |
getVersionIdentifier()
Gets the value of the versionIdentifier property.
|
String |
getVersionTime()
Gets the value of the versionTime property.
|
void |
setCodingStrength(CodingStrength value)
Sets the value of the codingStrength property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIgnoredValueSetId(String value)
Sets the value of the ignoredValueSetId property.
|
void |
setMinimumValueSetId(String value)
Sets the value of the minimumValueSetId property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRootCode(String value)
Sets the value of the rootCode property.
|
void |
setVersionDate(String value)
Sets the value of the versionDate property.
|
void |
setVersionIdentifier(String value)
Sets the value of the versionIdentifier property.
|
void |
setVersionTime(String value)
Sets the value of the versionTime property.
|
protected String id
protected String name
protected String versionIdentifier
protected String versionDate
protected String versionTime
protected CodingStrength codingStrength
protected String minimumValueSetId
protected String ignoredValueSetId
protected String rootCode
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVersionIdentifier()
Stringpublic void setVersionIdentifier(String value)
value - allowed object is
Stringpublic String getVersionDate()
Stringpublic void setVersionDate(String value)
value - allowed object is
Stringpublic String getVersionTime()
Stringpublic void setVersionTime(String value)
value - allowed object is
Stringpublic CodingStrength getCodingStrength()
CodingStrengthpublic void setCodingStrength(CodingStrength value)
value - allowed object is
CodingStrengthpublic String getMinimumValueSetId()
Stringpublic void setMinimumValueSetId(String value)
value - allowed object is
Stringpublic String getIgnoredValueSetId()
Stringpublic void setIgnoredValueSetId(String value)
value - allowed object is
Stringpublic String getRootCode()
StringCopyright © 2019. All rights reserved.