|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.legstar.test.coxb.lsfileac.ReplyStatus
public class ReplyStatus
Java class for ReplyStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReplyStatus"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ReplyType" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="SearchDuration" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="TotalItemsRead" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="ReplyResp" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="ReplyResp2" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="ReplyMessage" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
replyMessage
|
protected int |
replyResp
|
protected int |
replyResp2
|
protected int |
replyType
|
protected String |
searchDuration
|
protected long |
totalItemsRead
|
Constructor Summary | |
---|---|
ReplyStatus()
|
Method Summary | |
---|---|
String |
getReplyMessage()
Gets the value of the replyMessage property. |
int |
getReplyResp()
Gets the value of the replyResp property. |
int |
getReplyResp2()
Gets the value of the replyResp2 property. |
int |
getReplyType()
Gets the value of the replyType property. |
String |
getSearchDuration()
Gets the value of the searchDuration property. |
long |
getTotalItemsRead()
Gets the value of the totalItemsRead property. |
void |
setReplyMessage(String value)
Sets the value of the replyMessage property. |
void |
setReplyResp(int value)
Sets the value of the replyResp property. |
void |
setReplyResp2(int value)
Sets the value of the replyResp2 property. |
void |
setReplyType(int value)
Sets the value of the replyType property. |
void |
setSearchDuration(String value)
Sets the value of the searchDuration property. |
void |
setTotalItemsRead(long value)
Sets the value of the totalItemsRead property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int replyType
protected String searchDuration
protected long totalItemsRead
protected int replyResp
protected int replyResp2
protected String replyMessage
Constructor Detail |
---|
public ReplyStatus()
Method Detail |
---|
public int getReplyType()
public void setReplyType(int value)
public String getSearchDuration()
String
public void setSearchDuration(String value)
value
- allowed object is
String
public long getTotalItemsRead()
public void setTotalItemsRead(long value)
public int getReplyResp()
public void setReplyResp(int value)
public int getReplyResp2()
public void setReplyResp2(int value)
public String getReplyMessage()
String
public void setReplyMessage(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |