com.reuters.msgtest.digester
Interface RvField

All Known Implementing Classes:
RvFieldChild, RvFieldParent

public interface RvField

Author:
Michael Ward

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)
           
 

Method Detail

getTibrvMsg

public com.tibco.tibrv.TibrvMsg getTibrvMsg()

setTibrvMsg

public void setTibrvMsg(com.tibco.tibrv.TibrvMsg tibrvMsg)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

getType

public short getType()

setType

public void setType(short type)


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