Class ThreadActionType


  • public class ThreadActionType
    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">When activated, the goToThread action jumps to a specific thread defined in the document.</p>
     

    Java class for ThreadActionType complex type.

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

    
     <complexType name="ThreadActionType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}ActionEventType">
           <attribute name="beadIndex">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="0"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="page" default="1">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="1"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="threadTitle" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="threadIndex">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="0"/>
               </restriction>
             </simpleType>
           </attribute>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • beadIndex

        protected Integer beadIndex
      • threadTitle

        protected String threadTitle
      • threadIndex

        protected Integer threadIndex
    • Constructor Detail

      • ThreadActionType

        public ThreadActionType()
    • Method Detail

      • getBeadIndex

        public int getBeadIndex()
        Gets the value of the beadIndex property.
        Returns:
        possible object is Integer
      • setBeadIndex

        public void setBeadIndex​(int value)
        Sets the value of the beadIndex property.
        Parameters:
        value - allowed object is Integer
      • isSetBeadIndex

        public boolean isSetBeadIndex()
      • unsetBeadIndex

        public void unsetBeadIndex()
      • getPage

        public int getPage()
        Gets the value of the page property.
        Returns:
        possible object is Integer
      • setPage

        public void setPage​(int value)
        Sets the value of the page property.
        Parameters:
        value - allowed object is Integer
      • isSetPage

        public boolean isSetPage()
      • unsetPage

        public void unsetPage()
      • getThreadTitle

        public String getThreadTitle()
        Gets the value of the threadTitle property.
        Returns:
        possible object is String
      • setThreadTitle

        public void setThreadTitle​(String value)
        Sets the value of the threadTitle property.
        Parameters:
        value - allowed object is String
      • isSetThreadTitle

        public boolean isSetThreadTitle()
      • getThreadIndex

        public int getThreadIndex()
        Gets the value of the threadIndex property.
        Returns:
        possible object is Integer
      • setThreadIndex

        public void setThreadIndex​(int value)
        Sets the value of the threadIndex property.
        Parameters:
        value - allowed object is Integer
      • isSetThreadIndex

        public boolean isSetThreadIndex()
      • unsetThreadIndex

        public void unsetThreadIndex()