Class 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>
     
    • Field Detail

    • Constructor Detail

      • NamedDestinationType

        public NamedDestinationType()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • isSetName

        public boolean isSetName()