public class ThreadActionType extends ActionEventType
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>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
beadIndex |
protected Integer |
page |
protected Integer |
threadIndex |
protected String |
threadTitle |
| Constructor and Description |
|---|
ThreadActionType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBeadIndex()
Gets the value of the beadIndex property.
|
int |
getPage()
Gets the value of the page property.
|
int |
getThreadIndex()
Gets the value of the threadIndex property.
|
String |
getThreadTitle()
Gets the value of the threadTitle property.
|
boolean |
isSetBeadIndex() |
boolean |
isSetPage() |
boolean |
isSetThreadIndex() |
boolean |
isSetThreadTitle() |
void |
setBeadIndex(int value)
Sets the value of the beadIndex property.
|
void |
setPage(int value)
Sets the value of the page property.
|
void |
setThreadIndex(int value)
Sets the value of the threadIndex property.
|
void |
setThreadTitle(String value)
Sets the value of the threadTitle property.
|
void |
unsetBeadIndex() |
void |
unsetPage() |
void |
unsetThreadIndex() |
protected Integer beadIndex
protected Integer page
protected String threadTitle
protected Integer threadIndex
public int getBeadIndex()
Integerpublic void setBeadIndex(int value)
value - allowed object is
Integerpublic boolean isSetBeadIndex()
public void unsetBeadIndex()
public int getPage()
Integerpublic void setPage(int value)
value - allowed object is
Integerpublic boolean isSetPage()
public void unsetPage()
public String getThreadTitle()
Stringpublic void setThreadTitle(String value)
value - allowed object is
Stringpublic boolean isSetThreadTitle()
public int getThreadIndex()
Integerpublic void setThreadIndex(int value)
value - allowed object is
Integerpublic boolean isSetThreadIndex()
public void unsetThreadIndex()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.