com.legstar.test.coxb.lsfileal
Class ReplyErrorHeader

java.lang.Object
  extended by com.legstar.test.coxb.lsfileal.ReplyErrorHeader

public class ReplyErrorHeader
extends Object

Java class for ReplyErrorHeader complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ReplyErrorHeader">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <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
           
 
Constructor Summary
ReplyErrorHeader()
           
 
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.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

replyResp

protected int replyResp

replyResp2

protected int replyResp2

replyMessage

protected String replyMessage
Constructor Detail

ReplyErrorHeader

public ReplyErrorHeader()
Method Detail

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.