Interface LegalConstraints

    • Method Detail

      • getAccessConstraints

        @UML(identifier="accessConstraints",
             obligation=OPTIONAL,
             specification=ISO_19115)
        java.util.Collection<Restriction> getAccessConstraints()
        Access constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations on obtaining the resource.
        Returns:
        Access constraints applied to assure the protection of privacy or intellectual property.
      • getUseConstraints

        @UML(identifier="useConstraints",
             obligation=OPTIONAL,
             specification=ISO_19115)
        java.util.Collection<Restriction> getUseConstraints()
        Constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations or warnings on using the resource.
        Returns:
        Constraints applied to assure the protection of privacy or intellectual property.