it.imolinfo.jbi4cics.jbi.wsdl
Class Jbi4CicsAddress
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Jbi4CicsAddress
public Jbi4CicsAddress()
- void constructor.
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.