Class NamedActionType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ActionEventType
-
- net.webpdf.wsclient.schema.operation.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 Summary
Fields Modifier and Type Field Description protected StringnamedOperation
-
Constructor Summary
Constructors Constructor Description NamedActionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNamedOperation()Gets the value of the namedOperation property.booleanisSetNamedOperation()voidsetNamedOperation(String value)Sets the value of the namedOperation property.
-
-
-
Field Detail
-
namedOperation
protected String namedOperation
-
-
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 isString
-
isSetNamedOperation
public boolean isSetNamedOperation()
-
-