All Superinterfaces:
org.gcube.informationsystem.base.reference.Element, GCubeProperty, org.gcube.informationsystem.model.reference.ModelElement, org.gcube.informationsystem.model.reference.properties.Property, org.gcube.informationsystem.base.reference.properties.PropertyElement, org.gcube.informationsystem.base.reference.SchemaMixedElement, Serializable
All Known Implementing Classes:
AccessPolicyImpl

@TypeMetadata(name="AccessPolicy", description="AccessPolicy information", version="1.0.0") @Change(version="1.0.0", description="First Version") public interface AccessPolicy extends GCubeProperty
Author:
Luca Frosini (ISTI - CNR)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The name associated with this property

    Fields inherited from interface org.gcube.informationsystem.base.reference.Element

    DATETIME_PATTERN, TYPE_PROPERTY

    Fields inherited from interface org.gcube.informationsystem.model.reference.ModelElement

    EXPECTED_TYPE_PROPERTY, SUPERTYPES_PROPERTY
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a default instance of AccessPolicy
    A note associated with the access policy
    The access policy
    void
    Sets a note associated with the access policy
    void
    Sets the access policy

    Methods inherited from interface org.gcube.informationsystem.base.reference.Element

    getTypeName

    Methods inherited from interface org.gcube.informationsystem.model.reference.ModelElement

    getExpectedtype, getSupertypes

    Methods inherited from interface org.gcube.informationsystem.model.reference.properties.Property

    getAdditionalProperties, getAdditionalProperty, setAdditionalProperties, setAdditionalProperty
  • Field Details

  • Method Details

    • getDefaultInstance

      static AccessPolicy getDefaultInstance()
      Returns a default instance of AccessPolicy
      Returns:
      a default instance of AccessPolicy
    • getPolicy

      @ISProperty ValueSchema getPolicy()
      The access policy
      Returns:
    • setPolicy

      void setPolicy(ValueSchema policy)
      Sets the access policy
      Parameters:
      policy -
    • getNote

      @ISProperty String getNote()
      A note associated with the access policy
      Returns:
      the note
    • setNote

      void setNote(String note)
      Sets a note associated with the access policy
      Parameters:
      note - the note