// org.dmd.dms.util.GenUtility.formatSV(GenUtility.java:877)
  public void setStyle(Object value) throws DmcValueException {
    DmcTypeStringSV attr = (DmcTypeStringSV) get(DmwsdlDMSAG.__style);
    if (attr == null) attr = new DmcTypeStringSV(DmwsdlDMSAG.__style);

    attr.set(value);
    set(DmwsdlDMSAG.__style, attr);
  }
  // org.dmd.dms.util.GenUtility.formatSV(GenUtility.java:877)
  public void setRuleTitle(Object value) throws DmcValueException {
    DmcTypeStringSV attr = (DmcTypeStringSV) get(MetaDMSAG.__ruleTitle);
    if (attr == null) attr = new DmcTypeStringSV(MetaDMSAG.__ruleTitle);

    attr.set(value);
    set(MetaDMSAG.__ruleTitle, attr);
  }
  // org.dmd.dms.util.GenUtility.formatSV(GenUtility.java:877)
  public void setPackage(Object value) throws DmcValueException {
    DmcTypeStringSV attr = (DmcTypeStringSV) get(DmdgpbDMSAG.__package);
    if (attr == null) attr = new DmcTypeStringSV(DmdgpbDMSAG.__package);

    attr.set(value);
    set(DmdgpbDMSAG.__package, attr);
  }
  // org.dmd.dms.util.GenUtility.formatSV(GenUtility.java:877)
  public void setGeneratedFileName(Object value) throws DmcValueException {
    DmcTypeStringSV attr = (DmcTypeStringSV) get(DmdgpbDMSAG.__generatedFileName);
    if (attr == null) attr = new DmcTypeStringSV(DmdgpbDMSAG.__generatedFileName);

    attr.set(value);
    set(DmdgpbDMSAG.__generatedFileName, attr);
  }
  // org.dmd.dms.util.GenUtility.formatSV(GenUtility.java:877)
  public void setTargetNameSpace(Object value) throws DmcValueException {
    DmcTypeStringSV attr = (DmcTypeStringSV) get(DmwsdlDMSAG.__targetNameSpace);
    if (attr == null) attr = new DmcTypeStringSV(DmwsdlDMSAG.__targetNameSpace);

    attr.set(value);
    set(DmwsdlDMSAG.__targetNameSpace, attr);
  }