com.reuters.msgtest.digester
Class RvFieldParent

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

public class RvFieldParent
extends java.lang.Object
implements RvField

Author:
Michael Ward

Constructor Summary
RvFieldParent()
           
 
Method Summary
 void addField(java.lang.Object rvField)
           
 java.util.List getChildren()
           
 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

RvFieldParent

public RvFieldParent()
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

getChildren

public java.util.List getChildren()

addField

public void addField(java.lang.Object rvField)


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