com.ibm.jarm.api.core

Interface ClassificationGuideTopic

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getCode()
      The Code property value assigned to this guide section or guide topic.
      java.util.Date getDeclassifyOnDate()
      The DeclassifyOnDate property value assigned to this guide section or guide topic.
      java.util.List<java.lang.String> getDeclassifyOnEvents()
      The DeclassifyOnEvents property value assigned to this guide section or guide topic.
      java.util.List<java.lang.String> getExemptions()
      The Exemptions property value assigned to this guide section or guide topic.
      java.lang.String getGuideID()
      The identifier of the classification guide where this guide section or guide topic belongs.
      java.lang.String getId()
      The Id property value assigned to this guide section or guide topic.
      java.lang.String getInitialClassification()
      The InitialClassification property value assigned to this guide section or guide topic.
      java.util.List<java.lang.String> getReasonsForClassification()
      The ReasonsForClassification property value assigned to this guide section or guide topic.
      java.lang.String getRemarks()
      The Remarks property value assigned to this guide section or guide topic.
      EntityType getRMEntityType()
      The entity type of this object.
      java.util.List<java.lang.String> getSupplementalMarkings()
      The SupplementalMarkingsStringList property value assigned to this guide section or guide topic.
      java.lang.String getTopic()
      The Topic property value assigned to this guide section or guide topic.
    • Method Detail

      • getId

        java.lang.String getId()
        The Id property value assigned to this guide section or guide topic.
        Returns:
        A String value.
      • getCode

        java.lang.String getCode()
        The Code property value assigned to this guide section or guide topic.
        Returns:
        A String value.
      • getTopic

        java.lang.String getTopic()
        The Topic property value assigned to this guide section or guide topic.
        Returns:
        A String value.
      • getInitialClassification

        java.lang.String getInitialClassification()
        The InitialClassification property value assigned to this guide section or guide topic.
        Returns:
        A String value.
      • getReasonsForClassification

        java.util.List<java.lang.String> getReasonsForClassification()
        The ReasonsForClassification property value assigned to this guide section or guide topic.
        Returns:
        A List of String values.
      • getDeclassifyOnDate

        java.util.Date getDeclassifyOnDate()
        The DeclassifyOnDate property value assigned to this guide section or guide topic.
        Returns:
        A Date value.
      • getDeclassifyOnEvents

        java.util.List<java.lang.String> getDeclassifyOnEvents()
        The DeclassifyOnEvents property value assigned to this guide section or guide topic.
        Returns:
        A collection of String values.
      • getExemptions

        java.util.List<java.lang.String> getExemptions()
        The Exemptions property value assigned to this guide section or guide topic.
        Returns:
        A collection of String values.
      • getRemarks

        java.lang.String getRemarks()
        The Remarks property value assigned to this guide section or guide topic.
        Returns:
        A String value.
      • getSupplementalMarkings

        java.util.List<java.lang.String> getSupplementalMarkings()
        The SupplementalMarkingsStringList property value assigned to this guide section or guide topic.
        Returns:
        A collection of String values.
      • getGuideID

        java.lang.String getGuideID()
        The identifier of the classification guide where this guide section or guide topic belongs.
        Returns:
        A String value.
      • getRMEntityType

        EntityType getRMEntityType()
        The entity type of this object.
        Returns:
        an (@link com.ibm.jarm.api.constants.EntityType} value.

© Copyright IBM Corp. 2010, 2013. All Rights Reserved.