Class NamedDestinationType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.DestinationEventType
-
- net.webpdf.wsclient.schema.operation.NamedDestinationType
-
public class NamedDestinationType extends DestinationEventType
<?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 goToNamed element is used to specify a location within the document. It will jump to a specified and already defined place in the document (this element can only be used to reference the location, but not to define a new location).</p>
Java class for NamedDestinationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NamedDestinationType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}DestinationEventType"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description NamedDestinationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the value of the name property.booleanisSetName()voidsetName(String value)Sets the value of the name property.
-
-
-
Field Detail
-
name
protected String name
-
-