}
byteValue = new Byte(TX_REQUIRES_NEW);
} else if (transAttribute.equalsIgnoreCase("Mandatory")) {
if (container instanceof TransactionContainer) {
policy = new TxManditory((TransactionContainer) container);
}
byteValue = new Byte(TX_MANDITORY);
} else if (transAttribute.equalsIgnoreCase("NotSupported")) {
if (container instanceof TransactionContainer) {