Class HideActionType


  • public class HideActionType
    extends ActionEventType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">When activated, the hide element will show or hide the selected annotations.</p>
     

    Java class for HideActionType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="HideActionType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}ActionEventType">
           <choice>
             <element name="annotation" type="{http://schema.webpdf.de/1.0/operation}AnnotationSelectionType" maxOccurs="unbounded"/>
           </choice>
           <attribute name="hide" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • HideActionType

        public HideActionType()
    • Method Detail

      • getAnnotation

        public List<AnnotationSelectionType> getAnnotation()
        Gets the value of the annotation property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the annotation property.

        For example, to add a new item, do as follows:

            getAnnotation().add(newItem);
         

        Objects of the following type(s) are allowed in the list AnnotationSelectionType

        Returns:
        The value of the annotation property.
      • isSetAnnotation

        public boolean isSetAnnotation()
      • unsetAnnotation

        public void unsetAnnotation()
      • isHide

        public boolean isHide()
        Gets the value of the hide property.
        Returns:
        possible object is Boolean
      • setHide

        public void setHide​(boolean value)
        Sets the value of the hide property.
        Parameters:
        value - allowed object is Boolean
      • isSetHide

        public boolean isSetHide()
      • unsetHide

        public void unsetHide()