Class SecurityConstraintsImpl

    • Constructor Detail

      • SecurityConstraintsImpl

        public SecurityConstraintsImpl()
        Creates an initially empty security constraints.
      • SecurityConstraintsImpl

        public SecurityConstraintsImpl​(SecurityConstraints source)
        Constructs a metadata entity initialized with the values from the specified metadata.
        Since:
        2.4
      • SecurityConstraintsImpl

        public SecurityConstraintsImpl​(Classification classification)
        Creates a security constraints initialized with the specified classification.
    • Method Detail

      • getClassification

        public Classification getClassification()
        Returns the name of the handling restrictions on the resource.
        Specified by:
        getClassification in interface SecurityConstraints
        Returns:
        Name of the handling restrictions on the resource.
      • setClassification

        public void setClassification​(Classification newValue)
        Set the name of the handling restrictions on the resource.
      • getUserNote

        public InternationalString getUserNote()
        Returns the explanation of the application of the legal constraints or other restrictions and legal prerequisites for obtaining and using the resource.
        Specified by:
        getUserNote in interface SecurityConstraints
        Returns:
        Explanation of the application of the legal constraints, or null.
      • setUserNote

        public void setUserNote​(InternationalString newValue)
        Set the explanation of the application of the legal constraints or other restrictions and legal prerequisites for obtaining and using the resource.
      • setClassificationSystem

        public void setClassificationSystem​(InternationalString newValue)
        Set the name of the classification system.
      • setHandlingDescription

        public void setHandlingDescription​(InternationalString newValue)
        Set the additional information about the restrictions on handling the resource.