|
||||||||||
| 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 java.lang.String |
id
|
protected java.lang.String |
ignoredValueSetId
|
protected java.lang.String |
minimumValueSetId
|
protected java.lang.String |
name
|
protected java.lang.String |
rootCode
|
protected java.lang.String |
versionDate
|
protected java.lang.String |
versionIdentifier
|
protected java.lang.String |
versionTime
|
| Constructor Summary | |
|---|---|
ValueSetConstraint()
|
|
| Method Summary | |
|---|---|
CodingStrength |
getCodingStrength()
Gets the value of the codingStrength property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getIgnoredValueSetId()
Gets the value of the ignoredValueSetId property. |
java.lang.String |
getMinimumValueSetId()
Gets the value of the minimumValueSetId property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getRootCode()
Gets the value of the rootCode property. |
java.lang.String |
getVersionDate()
Gets the value of the versionDate property. |
java.lang.String |
getVersionIdentifier()
Gets the value of the versionIdentifier property. |
java.lang.String |
getVersionTime()
Gets the value of the versionTime property. |
void |
setCodingStrength(CodingStrength value)
Sets the value of the codingStrength property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setIgnoredValueSetId(java.lang.String value)
Sets the value of the ignoredValueSetId property. |
void |
setMinimumValueSetId(java.lang.String value)
Sets the value of the minimumValueSetId property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setRootCode(java.lang.String value)
Sets the value of the rootCode property. |
void |
setVersionDate(java.lang.String value)
Sets the value of the versionDate property. |
void |
setVersionIdentifier(java.lang.String value)
Sets the value of the versionIdentifier property. |
void |
setVersionTime(java.lang.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 java.lang.String id
protected java.lang.String name
protected java.lang.String versionIdentifier
protected java.lang.String versionDate
protected java.lang.String versionTime
protected CodingStrength codingStrength
protected java.lang.String minimumValueSetId
protected java.lang.String ignoredValueSetId
protected java.lang.String rootCode
| Constructor Detail |
|---|
public ValueSetConstraint()
| Method Detail |
|---|
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersionIdentifier()
Stringpublic void setVersionIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersionDate()
Stringpublic void setVersionDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersionTime()
Stringpublic void setVersionTime(java.lang.String value)
value - allowed object is
Stringpublic CodingStrength getCodingStrength()
CodingStrengthpublic void setCodingStrength(CodingStrength value)
value - allowed object is
CodingStrengthpublic java.lang.String getMinimumValueSetId()
Stringpublic void setMinimumValueSetId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIgnoredValueSetId()
Stringpublic void setIgnoredValueSetId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRootCode()
Stringpublic void setRootCode(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||