it.imolinfo.jbi4cics.jbi.wsdl
Class Jbi4CicsBinding

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

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

The bean representing the WSDL binding extension.

Author:
amedeocannone, marcopiraccini, Marco Cimatti
See Also:
Serialized Form

Constructor Summary
Jbi4CicsBinding()
          Does nothing.
 
Method Summary
 boolean equals(java.lang.Object obj)
          Indicates whether some other object is "equal to" this one, comparing its internal values.
 java.lang.String getCodePage()
          Gets the code page.
 java.lang.String getCopyCobol()
          Returns the input copy Cobol.
 javax.xml.namespace.QName getElementType()
          Get the type of this extensibility element.
 java.lang.String getOutputCopyCobol()
          Gets the output copy Cobol.
 java.lang.Boolean getRequired()
          Get whether or not the semantics of this extension are required.
 java.lang.Boolean getSameCopyCobol()
          Gets the flag indicating if the input copy Cobol and the output copy Cobol are the same.
 java.lang.String getServicePackageName()
          Returns the service package name.
 int hashCode()
          Returns a hash code value for this object, based on internal values.
 void setCodePage(java.lang.String codePage)
          Sets the code page.
 void setCopyCobol(java.lang.String copyCobol)
          Sets the input copy Cobol.
 void setElementType(javax.xml.namespace.QName elementType)
          Set the type of this extensibility element.
 void setOutputCopyCobol(java.lang.String outputCopyCobol)
          Sets the output copy Cobol.
 void setRequired(java.lang.Boolean required)
          Set whether or not the semantics of this extension are required.
 void setSameCopyCobol(java.lang.Boolean sameCopyCobol)
          Sets the flag indicating if the input copy Cobol and the output copy Cobol are the same.
 void setServicePackageName(java.lang.String svcPackageName)
          Sets the service package name.
 java.lang.String toString()
          Returns a string representation of this object, showing all internal values.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Jbi4CicsBinding

public Jbi4CicsBinding()
Does nothing.

Method Detail

toString

public java.lang.String toString()
Returns a string representation of this object, showing all internal values.

Overrides:
toString in class java.lang.Object
Returns:
a string representation of this object.

equals

public boolean equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one, comparing its internal values.

Overrides:
equals in class java.lang.Object
Parameters:
obj - the reference object with which to compare.
Returns:
true if this object is the same class as the obj argument and contains the same internal values; false otherwise.

hashCode

public int hashCode()
Returns a hash code value for this object, based on internal values.

Overrides:
hashCode in class java.lang.Object
Returns:
a hash code value for this object.

getElementType

public javax.xml.namespace.QName getElementType()
Get the type of this extensibility element.

Specified by:
getElementType in interface javax.wsdl.extensions.ExtensibilityElement
Returns:
the type of this extensibility element.

setElementType

public void setElementType(javax.xml.namespace.QName elementType)
Set the type of this extensibility element.

Specified by:
setElementType in interface javax.wsdl.extensions.ExtensibilityElement
Parameters:
elementType - the type.

getRequired

public java.lang.Boolean getRequired()
Get whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.

Specified by:
getRequired in interface javax.wsdl.extensions.ExtensibilityElement
Returns:
whether or not the semantics of this extension are required.

setRequired

public void setRequired(java.lang.Boolean required)
Set whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.

Specified by:
setRequired in interface javax.wsdl.extensions.ExtensibilityElement
Parameters:
required - the required flag.

getCopyCobol

public java.lang.String getCopyCobol()
Returns the input copy Cobol. May be the same as the output copy Cobol or it may be a different one.

Returns:
the input copy Cobol.

setCopyCobol

public void setCopyCobol(java.lang.String copyCobol)
Sets the input copy Cobol.

Parameters:
copyCobol - the new input copy Cobol to set.

getServicePackageName

public java.lang.String getServicePackageName()
Returns the service package name.

Returns:
the service package name.

setServicePackageName

public void setServicePackageName(java.lang.String svcPackageName)
Sets the service package name.

Parameters:
svcPackageName - the new service package name to set.

getCodePage

public java.lang.String getCodePage()
Gets the code page.

Returns:
the code page.

setCodePage

public void setCodePage(java.lang.String codePage)
Sets the code page.

Parameters:
codePage - the new code page to set.

getOutputCopyCobol

public java.lang.String getOutputCopyCobol()
Gets the output copy Cobol. May be the same as the input copy Cobol or it may be a different one.

Returns:
the output copy Cobol.

setOutputCopyCobol

public void setOutputCopyCobol(java.lang.String outputCopyCobol)
Sets the output copy Cobol. May be the same as the input copy Cobol or it may be a different one.

Parameters:
outputCopyCobol - the new output copy Cobol to set.

getSameCopyCobol

public java.lang.Boolean getSameCopyCobol()
Gets the flag indicating if the input copy Cobol and the output copy Cobol are the same.

Returns:
true if the copy Cobol used for the input is used also for the output; false if the input copy Cobol differs from the output copy Cobol.
See Also:
getCopyCobol(), getOutputCopyCobol()

setSameCopyCobol

public void setSameCopyCobol(java.lang.Boolean sameCopyCobol)
Sets the flag indicating if the input copy Cobol and the output copy Cobol are the same.

Parameters:
sameCopyCobol - the new flag value to set.
See Also:
setCopyCobol(String), setOutputCopyCobol(String)


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