IBM Branch Transformation Toolkit Javadoc

com.ibm.connector2.sna.lu0.host
Class LuaFlag1

java.lang.Object
  extended bycom.ibm.connector2.sna.lu0.host.LuaFlag1

public class LuaFlag1
extends java.lang.Object

The LuaCommon class represents flag1 structure form RUI api.


Constructor Summary
LuaFlag1()
           
 
Method Summary
 boolean getbid_enable()
          Gets the bid_enable property (boolean) value.
 boolean getclose_abend()
          Gets the close_abend property (boolean) value.
 boolean getlu_exp()
          Gets the lu_exp property (boolean) value.
 boolean getlu_norm()
          Gets the lu_norm property (boolean) value.
 boolean getnowait()
          Gets the nowait property (boolean) value.
 boolean getreserv1()
          Gets the reserv1 property (boolean) value.
 boolean getsscp_exp()
          Gets the sscp_exp property (boolean) value.
 boolean getsscp_norm()
          Gets the sscp_norm property (boolean) value.
 void set_all(boolean arg)
          Sets all properties (boolean) value.
 void setbid_enable(boolean newbid_enable)
          Sets the bid_enable property (boolean) value.
 void setclose_abend(boolean newclose_abend)
          Sets the close_abend property (boolean) value.
 void setlu_exp(boolean newlu_exp)
          Sets the lu_exp property (boolean) value.
 void setlu_norm(boolean newlu_norm)
          Sets the lu_norm property (boolean) value.
 void setnowait(boolean newnowait)
          Sets the nowait property (boolean) value.
 void setreserv1(boolean newreserv1)
          Sets the reserv1 property (boolean) value.
 void setsscp_exp(boolean newsscp_exp)
          Sets the sscp_exp property (boolean) value.
 void setsscp_norm(boolean newsscp_norm)
          Sets the sscp_norm property (boolean) value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LuaFlag1

public LuaFlag1()
Method Detail

getbid_enable

public boolean getbid_enable()
Gets the bid_enable property (boolean) value.

Returns:
The bid_enable property value.
See Also:
setbid_enable(boolean)

getclose_abend

public boolean getclose_abend()
Gets the close_abend property (boolean) value.

Returns:
The close_abend property value.
See Also:
setclose_abend(boolean)

getlu_exp

public boolean getlu_exp()
Gets the lu_exp property (boolean) value.

Returns:
The lu_exp property value.
See Also:
setlu_exp(boolean)

getlu_norm

public boolean getlu_norm()
Gets the lu_norm property (boolean) value.

Returns:
The lu_norm property value.
See Also:
setlu_norm(boolean)

getnowait

public boolean getnowait()
Gets the nowait property (boolean) value.

Returns:
The nowait property value.
See Also:
setnowait(boolean)

getreserv1

public boolean getreserv1()
Gets the reserv1 property (boolean) value.

Returns:
The reserv1 property value.
See Also:
setreserv1(boolean)

getsscp_exp

public boolean getsscp_exp()
Gets the sscp_exp property (boolean) value.

Returns:
The sscp_exp property value.
See Also:
setsscp_exp(boolean)

getsscp_norm

public boolean getsscp_norm()
Gets the sscp_norm property (boolean) value.

Returns:
The sscp_norm property value.
See Also:
setsscp_norm(boolean)

set_all

public void set_all(boolean arg)
Sets all properties (boolean) value.

Parameters:
arg - The new value for properties.

setbid_enable

public void setbid_enable(boolean newbid_enable)
Sets the bid_enable property (boolean) value.

Parameters:
newbid_enable - The new value for the property.
See Also:
getbid_enable()

setclose_abend

public void setclose_abend(boolean newclose_abend)
Sets the close_abend property (boolean) value.

Parameters:
newclose_abend - The new value for the property.
See Also:
getclose_abend()

setlu_exp

public void setlu_exp(boolean newlu_exp)
Sets the lu_exp property (boolean) value.

Parameters:
newlu_exp - The new value for the property.
See Also:
getlu_exp()

setlu_norm

public void setlu_norm(boolean newlu_norm)
Sets the lu_norm property (boolean) value.

Parameters:
newlu_norm - The new value for the property.
See Also:
getlu_norm()

setnowait

public void setnowait(boolean newnowait)
Sets the nowait property (boolean) value.

Parameters:
newnowait - The new value for the property.
See Also:
getnowait()

setreserv1

public void setreserv1(boolean newreserv1)
Sets the reserv1 property (boolean) value.

Parameters:
newreserv1 - The new value for the property.
See Also:
getreserv1()

setsscp_exp

public void setsscp_exp(boolean newsscp_exp)
Sets the sscp_exp property (boolean) value.

Parameters:
newsscp_exp - The new value for the property.
See Also:
getsscp_exp()

setsscp_norm

public void setsscp_norm(boolean newsscp_norm)
Sets the sscp_norm property (boolean) value.

Parameters:
newsscp_norm - The new value for the property.
See Also:
getsscp_norm()

toString

public java.lang.String toString()

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005