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 IntegerbeadIndex<?protected Integerpage<?protected IntegerthreadIndex<?protected StringthreadTitle<?
-
Constructor Summary
Constructors Constructor Description ThreadActionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBeadIndex()<?intgetPage()<?intgetThreadIndex()<?StringgetThreadTitle()<?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()
-
-
-
Field Detail
-
beadIndex
protected Integer beadIndex
<?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 index of the thread section to which the jump should be. This value is optional and does not need to be specified.</p>
-
page
protected Integer page
<?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 page number of the page where the thread is found.</p>
-
threadTitle
protected String threadTitle
<?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 title of the thread to which the jump should be. This value is an alternative to "threadIndex" and does not have to be set if the latter has been specified.</p>
-
threadIndex
protected Integer threadIndex
<?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 index of the thread in the document's thread directory to which the jump should be. This value is an alternative to "threadTitle" and does not have to be set if the latter has been specified.</p>
-
-
Method Detail
-
getBeadIndex
public int getBeadIndex()
<?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 index of the thread section to which the jump should be. This value is optional and does not need to be specified.</p>
- Returns:
- possible object is
Integer
-
setBeadIndex
public void setBeadIndex(int value)
Sets the value of the beadIndex property.- Parameters:
value- allowed object isInteger- See Also:
getBeadIndex()
-
isSetBeadIndex
public boolean isSetBeadIndex()
-
unsetBeadIndex
public void unsetBeadIndex()
-
getPage
public int getPage()
<?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 page number of the page where the thread is found.</p>
- Returns:
- possible object is
Integer
-
setPage
public void setPage(int value)
Sets the value of the page property.
-
isSetPage
public boolean isSetPage()
-
unsetPage
public void unsetPage()
-
getThreadTitle
public String getThreadTitle()
<?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 title of the thread to which the jump should be. This value is an alternative to "threadIndex" and does not have to be set if the latter has been specified.</p>
- Returns:
- possible object is
String
-
setThreadTitle
public void setThreadTitle(String value)
Sets the value of the threadTitle property.- Parameters:
value- allowed object isString- See Also:
getThreadTitle()
-
isSetThreadTitle
public boolean isSetThreadTitle()
-
getThreadIndex
public int getThreadIndex()
<?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 index of the thread in the document's thread directory to which the jump should be. This value is an alternative to "threadTitle" and does not have to be set if the latter has been specified.</p>
- Returns:
- possible object is
Integer
-
setThreadIndex
public void setThreadIndex(int value)
Sets the value of the threadIndex property.- Parameters:
value- allowed object isInteger- See Also:
getThreadIndex()
-
isSetThreadIndex
public boolean isSetThreadIndex()
-
unsetThreadIndex
public void unsetThreadIndex()
-
-