IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.services.wosa
Class PrtCapsReply

java.lang.Object
  extended bycom.ibm.dse.services.wosa.WOSAMessage
      extended bycom.ibm.dse.services.wosa.WOSAMessageReply
          extended bycom.ibm.dse.services.wosa.PrtCapsReply

public class PrtCapsReply
extends WOSAMessageReply

The PrtCapsReply class contains reply data to the WFS_INF_PTR_CAPABILITIES message.


Field Summary
 boolean bAcceptMedia
           
 boolean bCompound
           
 short fwControl
           
 short fwExtents
           
 short fwReadForm
           
 short fwType
           
 short fwWriteForm
           
 java.util.Vector lpszExtra
           
 short usMaxMediaOnStacker
           
 short usMaxRetract
           
 short wClass
           
 short wResolution
           
 
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
PrtCapsReply()
          This constructor creates a PrtCapsReply object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wClass

public short wClass

fwType

public short fwType

bCompound

public boolean bCompound

wResolution

public short wResolution

fwReadForm

public short fwReadForm

fwWriteForm

public short fwWriteForm

fwExtents

public short fwExtents

fwControl

public short fwControl

usMaxRetract

public short usMaxRetract

usMaxMediaOnStacker

public short usMaxMediaOnStacker

bAcceptMedia

public boolean bAcceptMedia

lpszExtra

public java.util.Vector lpszExtra
Constructor Detail

PrtCapsReply

public PrtCapsReply()
This constructor creates a PrtCapsReply object.


IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005