Class NamedActionType


  • public class NamedActionType
    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">The executeNamed action executes a prepared action that is known to the reader application with a specific name. There are certain standard actions that should be known to any reader application. However, an application can have other defined names as well.
                         The actions' execution and what it does are defined exclusively by the reader application, meaning that the resulting behaviour can vary completely from one application to another.
                     </p>
     

    Java class for NamedActionType complex type.

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

    
     <complexType name="NamedActionType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}ActionEventType">
           <attribute name="namedOperation" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • namedOperation

        protected String namedOperation
    • Constructor Detail

      • NamedActionType

        public NamedActionType()
    • Method Detail

      • getNamedOperation

        public String getNamedOperation()
        Gets the value of the namedOperation property.
        Returns:
        possible object is String
      • setNamedOperation

        public void setNamedOperation​(String value)
        Sets the value of the namedOperation property.
        Parameters:
        value - allowed object is String
      • isSetNamedOperation

        public boolean isSetNamedOperation()