com.legstar.test.coxb.lsfileac
Class ReplyStatus

java.lang.Object
  extended by com.legstar.test.coxb.lsfileac.ReplyStatus

public class ReplyStatus
extends Object

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

replyType

protected int replyType

searchDuration

protected String searchDuration

totalItemsRead

protected long totalItemsRead

replyResp

protected int replyResp

replyResp2

protected int replyResp2

replyMessage

protected String replyMessage
Constructor Detail

ReplyStatus

public ReplyStatus()
Method Detail

getReplyType

public int getReplyType()
Gets the value of the replyType property.


setReplyType

public void setReplyType(int value)
Sets the value of the replyType property.


getSearchDuration

public String getSearchDuration()
Gets the value of the searchDuration property.

Returns:
possible object is String

setSearchDuration

public void setSearchDuration(String value)
Sets the value of the searchDuration property.

Parameters:
value - allowed object is String

getTotalItemsRead

public long getTotalItemsRead()
Gets the value of the totalItemsRead property.


setTotalItemsRead

public void setTotalItemsRead(long value)
Sets the value of the totalItemsRead property.


getReplyResp

public int getReplyResp()
Gets the value of the replyResp property.


setReplyResp

public void setReplyResp(int value)
Sets the value of the replyResp property.


getReplyResp2

public int getReplyResp2()
Gets the value of the replyResp2 property.


setReplyResp2

public void setReplyResp2(int value)
Sets the value of the replyResp2 property.


getReplyMessage

public String getReplyMessage()
Gets the value of the replyMessage property.

Returns:
possible object is String

setReplyMessage

public void setReplyMessage(String value)
Sets the value of the replyMessage property.

Parameters:
value - allowed object is String


Copyright © 2011 LegSem. All Rights Reserved.