org.plasma.provisioning
Class ValueSetConstraint

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

public class ValueSetConstraint
extends java.lang.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  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

id

protected java.lang.String id

name

protected java.lang.String name

versionIdentifier

protected java.lang.String versionIdentifier

versionDate

protected java.lang.String versionDate

versionTime

protected java.lang.String versionTime

codingStrength

protected CodingStrength codingStrength

minimumValueSetId

protected java.lang.String minimumValueSetId

ignoredValueSetId

protected java.lang.String ignoredValueSetId

rootCode

protected java.lang.String rootCode
Constructor Detail

ValueSetConstraint

public ValueSetConstraint()
Method Detail

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getVersionIdentifier

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

Returns:
possible object is String

setVersionIdentifier

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

Parameters:
value - allowed object is String

getVersionDate

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

Returns:
possible object is String

setVersionDate

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

Parameters:
value - allowed object is String

getVersionTime

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

Returns:
possible object is String

setVersionTime

public void setVersionTime(java.lang.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 java.lang.String getMinimumValueSetId()
Gets the value of the minimumValueSetId property.

Returns:
possible object is String

setMinimumValueSetId

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

Parameters:
value - allowed object is String

getIgnoredValueSetId

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

Returns:
possible object is String

setIgnoredValueSetId

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

Parameters:
value - allowed object is String

getRootCode

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

Returns:
possible object is String

setRootCode

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

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.