|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.legstar.test.coxb.lsfileal.ReplyErrorHeader
public class ReplyErrorHeader
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 |
---|
protected int replyResp
protected int replyResp2
protected String replyMessage
Constructor Detail |
---|
public ReplyErrorHeader()
Method Detail |
---|
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 |