com.ibm.rfid.epcis
Class BizTransaction
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
BizTransaction
public BizTransaction()
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.