* <b>Definition:</b>
* The match value may be either a code defined by the system, or a string value which is used a regex match on the literal string of the property value
* </p>
*/
public ComposeIncludeFilter setValue( String theCode) {
myValue = new CodeDt(theCode);
return this;
}