public interface ClassificationGuideTopic
Guide topics can only be obtained as a group from their containing parent
(either a ClassificationGuide
or ClassificationGuideSection
.
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. |
java.lang.String getId()
Id
property value assigned to this guide section or guide topic.String
value.java.lang.String getCode()
Code
property value assigned to this guide section or guide topic.String
value.java.lang.String getTopic()
Topic
property value assigned to this guide section or guide topic.String
value.java.lang.String getInitialClassification()
InitialClassification
property value assigned to this guide section or guide topic.String
value.java.util.List<java.lang.String> getReasonsForClassification()
ReasonsForClassification
property value assigned to this guide section or guide topic.List
of String
values.java.util.Date getDeclassifyOnDate()
DeclassifyOnDate
property value assigned to this guide section or guide topic.Date
value.java.util.List<java.lang.String> getDeclassifyOnEvents()
DeclassifyOnEvents
property value assigned to this guide section or guide topic.String
values.java.util.List<java.lang.String> getExemptions()
Exemptions
property value assigned to this guide section or guide topic.String
values.java.lang.String getRemarks()
Remarks
property value assigned to this guide section or guide topic.String
value.java.util.List<java.lang.String> getSupplementalMarkings()
SupplementalMarkingsStringList
property value assigned to this guide section or guide topic.String
values.java.lang.String getGuideID()
String
value.EntityType getRMEntityType()
© Copyright IBM Corp. 2010, 2013. All Rights Reserved.