org.plasma.provisioning
Class ValueSetConstraint

java.lang.Object
  extended by org.plasma.provisioning.ValueSetConstraint

public class ValueSetConstraint
extends Object

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

id

protected String id

name

protected String name

versionIdentifier

protected String versionIdentifier

versionDate

protected String versionDate

versionTime

protected String versionTime

codingStrength

protected CodingStrength codingStrength

minimumValueSetId

protected String minimumValueSetId

ignoredValueSetId

protected String ignoredValueSetId

rootCode

protected String rootCode
Constructor Detail

ValueSetConstraint

public ValueSetConstraint()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getVersionIdentifier

public String getVersionIdentifier()
Gets the value of the versionIdentifier property.

Returns:
possible object is String

setVersionIdentifier

public void setVersionIdentifier(String value)
Sets the value of the versionIdentifier property.

Parameters:
value - allowed object is String

getVersionDate

public String getVersionDate()
Gets the value of the versionDate property.

Returns:
possible object is String

setVersionDate

public void setVersionDate(String value)
Sets the value of the versionDate property.

Parameters:
value - allowed object is String

getVersionTime

public String getVersionTime()
Gets the value of the versionTime property.

Returns:
possible object is String

setVersionTime

public void setVersionTime(String value)
Sets the value of the versionTime property.

Parameters:
value - allowed object is String

getCodingStrength

public CodingStrength getCodingStrength()
Gets the value of the codingStrength property.

Returns:
possible object is CodingStrength

setCodingStrength

public void setCodingStrength(CodingStrength value)
Sets the value of the codingStrength property.

Parameters:
value - allowed object is CodingStrength

getMinimumValueSetId

public String getMinimumValueSetId()
Gets the value of the minimumValueSetId property.

Returns:
possible object is String

setMinimumValueSetId

public void setMinimumValueSetId(String value)
Sets the value of the minimumValueSetId property.

Parameters:
value - allowed object is String

getIgnoredValueSetId

public String getIgnoredValueSetId()
Gets the value of the ignoredValueSetId property.

Returns:
possible object is String

setIgnoredValueSetId

public void setIgnoredValueSetId(String value)
Sets the value of the ignoredValueSetId property.

Parameters:
value - allowed object is String

getRootCode

public String getRootCode()
Gets the value of the rootCode property.

Returns:
possible object is String

setRootCode

public void setRootCode(String value)
Sets the value of the rootCode property.

Parameters:
value - allowed object is String


Copyright © 2013. All rights reserved.