Class ThreadActionType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ActionEventType
-
- net.webpdf.wsclient.schema.operation.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 Summary
Fields Modifier and Type Field Description protected IntegerbeadIndexprotected Integerpageprotected IntegerthreadIndexprotected StringthreadTitle
-
Constructor Summary
Constructors Constructor Description ThreadActionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBeadIndex()Gets the value of the beadIndex property.intgetPage()Gets the value of the page property.intgetThreadIndex()Gets the value of the threadIndex property.StringgetThreadTitle()Gets the value of the threadTitle property.booleanisSetBeadIndex()booleanisSetPage()booleanisSetThreadIndex()booleanisSetThreadTitle()voidsetBeadIndex(int value)Sets the value of the beadIndex property.voidsetPage(int value)Sets the value of the page property.voidsetThreadIndex(int value)Sets the value of the threadIndex property.voidsetThreadTitle(String value)Sets the value of the threadTitle property.voidunsetBeadIndex()voidunsetPage()voidunsetThreadIndex()
-
-
-
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 isInteger
-
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 isInteger
-
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 isString
-
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 isInteger
-
isSetThreadIndex
public boolean isSetThreadIndex()
-
unsetThreadIndex
public void unsetThreadIndex()
-
-