Class MetadataMarkup


  • public class MetadataMarkup
    extends Object
    Defines a set of attributes for text markup annotations.
    • Constructor Detail

      • MetadataMarkup

        public MetadataMarkup()
    • Method Detail

      • getCreationDate

        @Nullable
        public @Nullable String getCreationDate()
        The date of the annotation's creation. This string will contain the date in ASN.1 standard format. (D:YYYYMMDDHHmmSSOHH'mm)
        Returns:
        creationDate
      • setCreationDate

        public void setCreationDate​(String creationDate)
      • getCreator

        @Nullable
        public @Nullable String getCreator()
        The name of the annotation's author.
        Returns:
        creator
      • setCreator

        public void setCreator​(String creator)
      • getIntents

        @Nullable
        public @Nullable String getIntents()
        The annotation's intents. Depending on the annotation sub type the intents value shall serve further purposes.
        Returns:
        intents
      • setIntents

        public void setIntents​(String intents)
      • getOpacity

        @Nullable
        public @Nullable Integer getOpacity()
        The annotations opacity as a percentage, where 100 is fully oqaque and 0 is fully transparent. minimum: 0 maximum: 100
        Returns:
        opacity
      • setOpacity

        public void setOpacity​(Integer opacity)
      • getRelation

        @Nullable
        public @Nullable MetadataRelationMarkup getRelation()
        Get relation
        Returns:
        relation
      • getRichContents

        @Nullable
        public @Nullable String getRichContents()
        A richtext string containing defining style and contents of the annotation. (This String shall conform to the richtext conventions of the XML Forms Specification (XFA)).
        Returns:
        richContents
      • setRichContents

        public void setRichContents​(String richContents)
      • getSubject

        @Nullable
        public @Nullable String getSubject()
        The annotation's subject.
        Returns:
        subject
      • setSubject

        public void setSubject​(String subject)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object