public class DiscussionThreadingInfo extends Object
Java class for DiscussionThreadingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DiscussionThreadingInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ThreadSubject" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ThreadParent" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> <element name="ThreadAncestor" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> <element name="ThreadPage" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ThreadID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> <element name="ThreadAuthor" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ThreadEditStatus" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ThreadType" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigInteger |
threadAncestor |
protected String |
threadAuthor |
protected String |
threadEditStatus |
protected BigInteger |
threadID |
protected String |
threadPage |
protected BigInteger |
threadParent |
protected String |
threadSubject |
protected String |
threadType |
Constructor and Description |
---|
DiscussionThreadingInfo() |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getThreadAncestor()
Gets the value of the threadAncestor property.
|
String |
getThreadAuthor()
Gets the value of the threadAuthor property.
|
String |
getThreadEditStatus()
Gets the value of the threadEditStatus property.
|
BigInteger |
getThreadID()
Gets the value of the threadID property.
|
String |
getThreadPage()
Gets the value of the threadPage property.
|
BigInteger |
getThreadParent()
Gets the value of the threadParent property.
|
String |
getThreadSubject()
Gets the value of the threadSubject property.
|
String |
getThreadType()
Gets the value of the threadType property.
|
void |
setThreadAncestor(BigInteger value)
Sets the value of the threadAncestor property.
|
void |
setThreadAuthor(String value)
Sets the value of the threadAuthor property.
|
void |
setThreadEditStatus(String value)
Sets the value of the threadEditStatus property.
|
void |
setThreadID(BigInteger value)
Sets the value of the threadID property.
|
void |
setThreadPage(String value)
Sets the value of the threadPage property.
|
void |
setThreadParent(BigInteger value)
Sets the value of the threadParent property.
|
void |
setThreadSubject(String value)
Sets the value of the threadSubject property.
|
void |
setThreadType(String value)
Sets the value of the threadType property.
|
protected String threadSubject
protected BigInteger threadParent
protected BigInteger threadAncestor
protected String threadPage
protected BigInteger threadID
protected String threadAuthor
protected String threadEditStatus
protected String threadType
public String getThreadSubject()
String
public void setThreadSubject(String value)
value
- allowed object is
String
public BigInteger getThreadParent()
BigInteger
public void setThreadParent(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getThreadAncestor()
BigInteger
public void setThreadAncestor(BigInteger value)
value
- allowed object is
BigInteger
public String getThreadPage()
String
public void setThreadPage(String value)
value
- allowed object is
String
public BigInteger getThreadID()
BigInteger
public void setThreadID(BigInteger value)
value
- allowed object is
BigInteger
public String getThreadAuthor()
String
public void setThreadAuthor(String value)
value
- allowed object is
String
public String getThreadEditStatus()
String
public void setThreadEditStatus(String value)
value
- allowed object is
String
public String getThreadType()
String