com.ibm.rfid.epcis
Class BizTransaction

java.lang.Object
  extended by com.ibm.rfid.epcis.BizTransaction

public class BizTransaction
extends java.lang.Object

The BizTransaction class is a bean used to provide the contents of a bizTransaction element.

The contents of the bizTransaction element is set with the Transaction get and set functions. The value of the "type" attribute is set with the Type get and set functions.


Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
BizTransaction()
           
 
Method Summary
 java.lang.String getTransaction()
           
 java.lang.String getType()
           
 void setTransaction(java.lang.String transaction)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

BizTransaction

public BizTransaction()
Method Detail

getTransaction

public java.lang.String getTransaction()
Returns:
Returns the transaction.

setTransaction

public void setTransaction(java.lang.String transaction)
Parameters:
transaction - The transaction to set.

getType

public java.lang.String getType()
Returns:
Returns the type.

setType

public void setType(java.lang.String type)
Parameters:
type - The type to set.


Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.