com.legstar.test.cixs.lsfileax
Class LsfileacResponseHolder

java.lang.Object
  extended by com.legstar.test.cixs.lsfileax.LsfileacResponseHolder

public class LsfileacResponseHolder
extends Object

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

replyStatus

protected ReplyStatus replyStatus

replyData

protected ReplyData replyData
Constructor Detail

LsfileacResponseHolder

public LsfileacResponseHolder()
Method Detail

getReplyStatus

public ReplyStatus getReplyStatus()
Gets the value of the replyStatus property.

Returns:
possible object is ReplyStatus

setReplyStatus

public void setReplyStatus(ReplyStatus value)
Sets the value of the replyStatus property.

Parameters:
value - allowed object is ReplyStatus

getReplyData

public ReplyData getReplyData()
Gets the value of the replyData property.

Returns:
possible object is ReplyData

setReplyData

public void setReplyData(ReplyData value)
Sets the value of the replyData property.

Parameters:
value - allowed object is ReplyData


Copyright © 2011 LegSem. All Rights Reserved.