org.apache.synapse.transport.fix.message
Class Field

java.lang.Object
  extended by org.apache.synapse.transport.fix.message.Field

public class Field
extends Object


Constructor Summary
Field(String id, String tag)
           
 
Method Summary
 byte[] getBytetag()
           
 String getId()
           
 String getTag()
           
 void setBytetag(byte[] bytetag)
           
 void setId(String id)
           
 void setTag(String tag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Field

public Field(String id,
             String tag)
Method Detail

getBytetag

public byte[] getBytetag()

setBytetag

public void setBytetag(byte[] bytetag)

getId

public String getId()

setId

public void setId(String id)

getTag

public String getTag()

setTag

public void setTag(String tag)


Copyright © 2005–2015 Apache Software Foundation. All rights reserved.