public class NamedActionType extends ActionEventType
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
namedOperation |
| Constructor and Description |
|---|
NamedActionType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamedOperation()
Gets the value of the namedOperation property.
|
boolean |
isSetNamedOperation() |
void |
setNamedOperation(String value)
Sets the value of the namedOperation property.
|
protected String namedOperation
public String getNamedOperation()
Stringpublic void setNamedOperation(String value)
value - allowed object is
Stringpublic boolean isSetNamedOperation()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.