|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.tl1.message.TL1GeneralBlock
This class represents the TL1 General Block which is a part of the Staging Parameter Block in the TL1 Input Message. It contains the support parameters that affect the way the Input Message Command is executed in the NE.
TL1 Input Message block![]()
Components of the TL1GeneralBlock
![]()
TL1Date,
TL1Time| Field Summary | |
(package private) java.lang.String |
CF
|
static int |
CONTINGENCY_FLAG_FALSE
Constant for ContingencyFlag |
static int |
CONTINGENCY_FLAG_NOT_SET
Constant for ContingencyFlag |
static int |
CONTINGENCY_FLAG_TRUE
Constant for ContingencyFlag |
(package private) java.lang.String |
DATE
|
(package private) java.lang.String |
ORDERNO
|
(package private) java.lang.String |
RTRVIND
|
(package private) java.lang.String |
TIME
|
| Constructor Summary | |
TL1GeneralBlock()
Default constructor that creates an instance of the TL1GeneralBlock object. |
|
| Method Summary | |
int |
getContingencyFlag()
Get the contingency flag. |
TL1Date |
getDate()
Get TL1Date object. |
java.lang.String |
getIdr_ind()
Get the Indirect Data Retrieval Indicator as a String. |
int |
getOrderNo()
Get the order number as an integer. |
TL1Time |
getTime()
Get the TL1Time object. |
byte |
getType()
Get the Paramater Type as a byte value. |
void |
setContingencyFlag(boolean contFlag)
Set the contingency flag depending on the boolean value passed as argument. |
void |
setContingencyFlag(int contFlag)
Set the contingency flag depending on the boolean value passed as argument. |
void |
setDate(TL1Date date)
Set the TL1Date object. |
void |
setIdr_ind(java.lang.String idr_ind)
To set the Indirect Data Retrieval Indicator. |
void |
setOrderNo(int orderNo)
Set the order number with the given value. |
void |
setTime(TL1Time time)
Set TL1Time object. |
void |
setType(byte type)
Set the Paramater Type with the given value. |
java.lang.String |
toString()
Convert this object to a stringified form. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
final java.lang.String ORDERNO
final java.lang.String DATE
final java.lang.String TIME
final java.lang.String CF
final java.lang.String RTRVIND
public static int CONTINGENCY_FLAG_TRUE
public static int CONTINGENCY_FLAG_FALSE
public static int CONTINGENCY_FLAG_NOT_SET
| Constructor Detail |
public TL1GeneralBlock()
| Method Detail |
public void setIdr_ind(java.lang.String idr_ind)
idr_ind - String representing Indirect Data Retrieval Indicator.public java.lang.String getIdr_ind()
public void setDate(TL1Date date)
date - TL1Date object.TL1Datepublic TL1Date getDate()
TL1Datepublic void setTime(TL1Time time)
time - TL1Time object.TL1Timepublic TL1Time getTime()
TL1Timepublic void setOrderNo(int orderNo)
orderNo - integer representing order number.public int getOrderNo()
public byte getType()
TL1Parampublic void setType(byte type)
type - byte representing parameter type.TL1Parampublic void setContingencyFlag(boolean contFlag)
contFlag - booleanpublic void setContingencyFlag(int contFlag)
contFlag - int value. (TL1GeneralBlock.CONTINGENCY_FLAG_TRUE,
TL1GeneralBlock.CONTINGENCY_FLAG_FALSE).public int getContingencyFlag()
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||