|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.legstar.test.cixs.lsfileax.LsfileacResponseHolder
public class LsfileacResponseHolder
Java class for LsfileacResponseHolder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LsfileacResponseHolder"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://legstar.com/test/coxb/lsfileac}ReplyStatus"/> <element ref="{http://legstar.com/test/coxb/lsfileac}ReplyData"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected ReplyData |
replyData
|
protected ReplyStatus |
replyStatus
|
Constructor Summary | |
---|---|
LsfileacResponseHolder()
|
Method Summary | |
---|---|
ReplyData |
getReplyData()
Gets the value of the replyData property. |
ReplyStatus |
getReplyStatus()
Gets the value of the replyStatus property. |
void |
setReplyData(ReplyData value)
Sets the value of the replyData property. |
void |
setReplyStatus(ReplyStatus value)
Sets the value of the replyStatus property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ReplyStatus replyStatus
protected ReplyData replyData
Constructor Detail |
---|
public LsfileacResponseHolder()
Method Detail |
---|
public ReplyStatus getReplyStatus()
ReplyStatus
public void setReplyStatus(ReplyStatus value)
value
- allowed object is
ReplyStatus
public ReplyData getReplyData()
ReplyData
public void setReplyData(ReplyData value)
value
- allowed object is
ReplyData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |