Class OperationAnnotationSelection


  • public class OperationAnnotationSelection
    extends Object
    The annotation element can be used to select document annotations that should be modified. The name of the relevant \"annotations\" container will depend on the definition context. The container can contain 0 to n \"annotation\" elements.
    • Constructor Detail

      • OperationAnnotationSelection

        public OperationAnnotationSelection()
    • Method Detail

      • getIndex

        @Nullable
        public @Nullable Integer getIndex()
        The index for the annotation in the page's annotation directory. This value is an alternative to the annotation name and does not have to be set if an annotation name is specified. minimum: 0
        Returns:
        index
      • setIndex

        public void setIndex​(Integer index)
      • getName

        @Nullable
        public @Nullable String getName()
        The name of the annotation in the page's annotation directory. This value is an alternative to the annotation index and does not have to be set if an annotation index is specified.
        Returns:
        name
      • setName

        public void setName​(String name)
      • getPage

        @Nullable
        public @Nullable Integer getPage()
        The page number of the page where the annotation is found. minimum: 1
        Returns:
        page
      • setPage

        public void setPage​(Integer page)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object