Class SetParameter


  • @MetaschemaAssembly(formalName="Set Parameter Value",
                        description="Identifies the parameter that will be set by the enclosed value.",
                        name="set-parameter",
                        metaschema=OscalImplementationCommonMetaschema.class)
    public class SetParameter
    extends Object
    Identifies the parameter that will be set by the enclosed value.
    • Method Detail

      • addValue

        public boolean addValue​(String item)
        Add a new String item to the underlying collection.
        Parameters:
        item - the item to add
        Returns:
        true
      • removeValue

        public boolean removeValue​(String item)
        Remove the first matching String item from the underlying collection.
        Parameters:
        item - the item to remove
        Returns:
        true if the item was removed or false otherwise
      • getRemarks

        public gov.nist.secauto.metaschema.model.common.datatype.markup.MarkupMultiline getRemarks()
      • setRemarks

        public void setRemarks​(gov.nist.secauto.metaschema.model.common.datatype.markup.MarkupMultiline value)