IBM Branch Transformation Toolkit Javadoc

com.ibm.connector2.sna.lu0.tools
Class Lu0Address

java.lang.Object
  extended bycom.ibm.connector2.sna.lu0.tools.Lu0Address
All Implemented Interfaces:
javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable

public class Lu0Address
extends java.lang.Object
implements java.io.Serializable, javax.wsdl.extensions.ExtensibilityElement

See Also:
Serialized Form

Field Summary
protected  java.lang.Boolean _required
           
 
Constructor Summary
Lu0Address()
           
 
Method Summary
 java.lang.String getCodeSet()
          Gets the codeSet
 java.lang.Boolean getCompression()
          Gets the compression
 java.lang.String getConnectionFactoryJndiLookupName()
          Returns the _connectionFactoryJndiLookupName.
 javax.xml.namespace.QName getElementType()
           
 java.lang.Integer getEstablishSessionTimeout()
          Gets the establishSessionTimeout
 java.lang.Boolean getFmhHeaderSent()
          Gets the fmhHeaderSent
 java.lang.Boolean getFmhIncluded()
          Gets the fmhIncluded
 java.lang.String getHostApplicationName()
          Gets the hostApplicationName
 java.lang.String getLuNames()
          Gets the luNames
 java.lang.Boolean getRequired()
          Gets the required
 java.lang.String getUserName()
          Returns the _userName.
 java.lang.String getUserPassword()
          Returns the _userPassword.
 void setCodeSet(java.lang.String codeSet)
          Sets the codeSet
 void setCompression(java.lang.Boolean compression)
          Sets the compression
 void setConnectionFactoryJndiLookupName(java.lang.String connectionFactoryJndiLookupName)
          Sets the _connectionFactoryJndiLookupName.
 void setElementType(javax.xml.namespace.QName qname)
           
 void setEstablishSessionTimeout(java.lang.Integer establishSessionTimeout)
          Sets the establishSessionTimeout
 void setFmhHeaderSent(java.lang.Boolean fmhHeaderSent)
          Sets the fmhHeaderSent
 void setFmhIncluded(java.lang.Boolean fmhIncluded)
          Sets the fmhIncluded
 void setHostApplicationName(java.lang.String hostApplicationName)
          Sets the hostApplicationName
 void setLuNames(java.lang.String luNames)
          Sets the luNames
 void setRequired(java.lang.Boolean required)
          Sets the required
 void setUserName(java.lang.String userName)
          Sets the _userName.
 void setUserPassword(java.lang.String userPassword)
          Sets the _userPassword.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_required

protected java.lang.Boolean _required
Constructor Detail

Lu0Address

public Lu0Address()
Method Detail

getElementType

public javax.xml.namespace.QName getElementType()
Specified by:
getElementType in interface javax.wsdl.extensions.ExtensibilityElement

setElementType

public void setElementType(javax.xml.namespace.QName qname)
Specified by:
setElementType in interface javax.wsdl.extensions.ExtensibilityElement

getLuNames

public java.lang.String getLuNames()
Gets the luNames

Returns:
Returns a String

setLuNames

public void setLuNames(java.lang.String luNames)
Sets the luNames

Parameters:
luNames - The luNames to set

getHostApplicationName

public java.lang.String getHostApplicationName()
Gets the hostApplicationName

Returns:
Returns a String

setHostApplicationName

public void setHostApplicationName(java.lang.String hostApplicationName)
Sets the hostApplicationName

Parameters:
hostApplicationName - The hostApplicationName to set

getFmhHeaderSent

public java.lang.Boolean getFmhHeaderSent()
Gets the fmhHeaderSent

Returns:
Returns a Boolean

setFmhHeaderSent

public void setFmhHeaderSent(java.lang.Boolean fmhHeaderSent)
Sets the fmhHeaderSent

Parameters:
fmhHeaderSent - The fmhHeaderSent to set

getFmhIncluded

public java.lang.Boolean getFmhIncluded()
Gets the fmhIncluded

Returns:
Returns a Boolean

setFmhIncluded

public void setFmhIncluded(java.lang.Boolean fmhIncluded)
Sets the fmhIncluded

Parameters:
fmhIncluded - The fmhIncluded to set

getEstablishSessionTimeout

public java.lang.Integer getEstablishSessionTimeout()
Gets the establishSessionTimeout

Returns:
Returns a Integer

setEstablishSessionTimeout

public void setEstablishSessionTimeout(java.lang.Integer establishSessionTimeout)
Sets the establishSessionTimeout

Parameters:
establishSessionTimeout - The establishSessionTimeout to set

getCompression

public java.lang.Boolean getCompression()
Gets the compression

Returns:
Returns a Boolean

setCompression

public void setCompression(java.lang.Boolean compression)
Sets the compression

Parameters:
compression - The compression to set

getCodeSet

public java.lang.String getCodeSet()
Gets the codeSet

Returns:
Returns a String

setCodeSet

public void setCodeSet(java.lang.String codeSet)
Sets the codeSet

Parameters:
codeSet - The codeSet to set

getRequired

public java.lang.Boolean getRequired()
Gets the required

Specified by:
getRequired in interface javax.wsdl.extensions.ExtensibilityElement
Returns:
Returns a Boolean

setRequired

public void setRequired(java.lang.Boolean required)
Sets the required

Specified by:
setRequired in interface javax.wsdl.extensions.ExtensibilityElement
Parameters:
required - The required to set

getConnectionFactoryJndiLookupName

public java.lang.String getConnectionFactoryJndiLookupName()
Returns the _connectionFactoryJndiLookupName.

Returns:
String

setConnectionFactoryJndiLookupName

public void setConnectionFactoryJndiLookupName(java.lang.String connectionFactoryJndiLookupName)
Sets the _connectionFactoryJndiLookupName.

Parameters:
connectionFactoryJndiLookupName - The _connectionFactoryJndiLookupName to set

getUserName

public java.lang.String getUserName()
Returns the _userName.

Returns:
String

setUserName

public void setUserName(java.lang.String userName)
Sets the _userName.

Parameters:
userName - The _userName to set

getUserPassword

public java.lang.String getUserPassword()
Returns the _userPassword.

Returns:
String

setUserPassword

public void setUserPassword(java.lang.String userPassword)
Sets the _userPassword.

Parameters:
userPassword - The _userPassword to set

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005