it.imolinfo.jbi4cics.jbi.wsdl
Class Jbi4CicsAddress

java.lang.Object
  extended by it.imolinfo.jbi4cics.jbi.wsdl.Jbi4CicsAddress
All Implemented Interfaces:
java.io.Serializable, javax.wsdl.extensions.ExtensibilityElement

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

The bean represanting the WSDL address extension. TODO: Add serialVersionUID

Author:
amedeocannone, marcopiraccini
See Also:
Serialized Form

Constructor Summary
Jbi4CicsAddress()
          void constructor.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getConnectionType()
           
 javax.xml.namespace.QName getElementType()
           
 java.lang.String getJNDIConnectionName()
           
 java.lang.String getPassword()
           
 java.lang.String getProgramName()
           
 java.lang.Boolean getRequired()
           
 java.lang.Boolean getTpn()
           
 java.lang.String getTransactionName()
           
 java.lang.String getUsername()
           
 int hashCode()
           
 void setConnectionType(java.lang.String connectionType)
           
 void setElementType(javax.xml.namespace.QName elementType)
           
 void setJNDIConnectionName(java.lang.String connectionName)
           
 void setPassword(java.lang.String password)
           
 void setProgramName(java.lang.String programName)
           
 void setRequired(java.lang.Boolean required)
           
 void setTpn(java.lang.Boolean tpn)
           
 void setTransactionName(java.lang.String transactionName)
           
 void setUsername(java.lang.String username)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Jbi4CicsAddress

public Jbi4CicsAddress()
void constructor.

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 elementType)
Specified by:
setElementType in interface javax.wsdl.extensions.ExtensibilityElement

getRequired

public java.lang.Boolean getRequired()
Specified by:
getRequired in interface javax.wsdl.extensions.ExtensibilityElement

setRequired

public void setRequired(java.lang.Boolean required)
Specified by:
setRequired in interface javax.wsdl.extensions.ExtensibilityElement

getConnectionType

public java.lang.String getConnectionType()

setConnectionType

public void setConnectionType(java.lang.String connectionType)

getJNDIConnectionName

public java.lang.String getJNDIConnectionName()

setJNDIConnectionName

public void setJNDIConnectionName(java.lang.String connectionName)

getPassword

public java.lang.String getPassword()

setPassword

public void setPassword(java.lang.String password)

getProgramName

public java.lang.String getProgramName()

setProgramName

public void setProgramName(java.lang.String programName)

getTpn

public java.lang.Boolean getTpn()

setTpn

public void setTpn(java.lang.Boolean tpn)

getTransactionName

public java.lang.String getTransactionName()

setTransactionName

public void setTransactionName(java.lang.String transactionName)

getUsername

public java.lang.String getUsername()

setUsername

public void setUsername(java.lang.String username)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2005-2008 Imola Informatica. All Rights Reserved.