com.ibm.dse.services.wosa
Class PrtFormListReply

java.lang.Object
  |
  +--com.ibm.dse.services.wosa.WOSAMessage
        |
        +--com.ibm.dse.services.wosa.WOSAMessageReply
              |
              +--com.ibm.dse.services.wosa.PrtFormListReply

public class PrtFormListReply
extends WOSAMessageReply

The PrtFormListReply class contains reply data to the WFS_INF_PTR_FORM_LIST message.


Field Summary
 java.util.Vector lpszFormList
           
 
Fields inherited from class com.ibm.dse.services.wosa.WOSAMessageReply
requestID, result
 
Fields inherited from class com.ibm.dse.services.wosa.WOSAMessage
command
 
Constructor Summary
PrtFormListReply()
          This constructor creates a PrtFormListReply object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lpszFormList

public java.util.Vector lpszFormList
Constructor Detail

PrtFormListReply

public PrtFormListReply()
This constructor creates a PrtFormListReply object.