|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.provisioning.ValueSetConstraint
public class ValueSetConstraint
This stereotype allows a value set constraint to be specified for a class attribute. Attributes that have a coded type may be constrained such that the code value in an instance should be taken from the specified value set. The coding strength determines whether exceptions are allowed.
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://www.servicelabs.org/plasma/provisioning}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>
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
ValueSetConstraint()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public ValueSetConstraint()
| Method Detail |
|---|
public String getId()
Stringpublic 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()
Stringpublic void setRootCode(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||