* If true, conformant resource authors SHALL be capable of providing a value for the element and resource consumers SHALL be capable of extracting and doing something useful with the data element. If false, the element may be ignored and not supported
* </p>
*/
public BooleanDt getMustSupport() {
if (myMustSupport == null) {
myMustSupport = new BooleanDt();
}
return myMustSupport;
}