com.reuters.msgtest.digester
Class RvFieldChild

java.lang.Object
  extended bycom.reuters.msgtest.digester.RvFieldChild
All Implemented Interfaces:
RvField

public class RvFieldChild
extends java.lang.Object
implements RvField

Author:
Michael Ward

Constructor Summary
RvFieldChild()
           
 
Method Summary
 java.lang.String getName()
           
 com.tibco.tibrv.TibrvMsg getTibrvMsg()
           
 short getType()
           
 java.lang.String getValue()
           
 void setName(java.lang.String name)
           
 void setTibrvMsg(com.tibco.tibrv.TibrvMsg tibrvMsg)
           
 void setType(short type)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RvFieldChild

public RvFieldChild()
Method Detail

getTibrvMsg

public com.tibco.tibrv.TibrvMsg getTibrvMsg()
Specified by:
getTibrvMsg in interface RvField

setTibrvMsg

public void setTibrvMsg(com.tibco.tibrv.TibrvMsg tibrvMsg)
Specified by:
setTibrvMsg in interface RvField

getName

public java.lang.String getName()
Specified by:
getName in interface RvField

setName

public void setName(java.lang.String name)
Specified by:
setName in interface RvField

getValue

public java.lang.String getValue()
Specified by:
getValue in interface RvField

setValue

public void setValue(java.lang.String value)
Specified by:
setValue in interface RvField

getType

public short getType()
Specified by:
getType in interface RvField

setType

public void setType(short type)
Specified by:
setType in interface RvField


Copyright © 2002-2004 The RVTest Team. All Rights Reserved.