|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4cics.jbi.wsdl.Jbi4CicsBinding
public class Jbi4CicsBinding
The bean representing the WSDL binding extension.
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 |
---|
public Jbi4CicsBinding()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the reference object with which to compare.
true
if this object is the same class as the obj
argument and contains the same internal values;
false
otherwise.public int hashCode()
hashCode
in class java.lang.Object
public javax.xml.namespace.QName getElementType()
getElementType
in interface javax.wsdl.extensions.ExtensibilityElement
public void setElementType(javax.xml.namespace.QName elementType)
setElementType
in interface javax.wsdl.extensions.ExtensibilityElement
elementType
- the type.public java.lang.Boolean getRequired()
getRequired
in interface javax.wsdl.extensions.ExtensibilityElement
public void setRequired(java.lang.Boolean required)
setRequired
in interface javax.wsdl.extensions.ExtensibilityElement
required
- the required flag.public java.lang.String getCopyCobol()
public void setCopyCobol(java.lang.String copyCobol)
copyCobol
- the new input copy Cobol to set.public java.lang.String getServicePackageName()
public void setServicePackageName(java.lang.String svcPackageName)
svcPackageName
- the new service package name to set.public java.lang.String getCodePage()
public void setCodePage(java.lang.String codePage)
codePage
- the new code page to set.public java.lang.String getOutputCopyCobol()
public void setOutputCopyCobol(java.lang.String outputCopyCobol)
outputCopyCobol
- the new output copy Cobol to set.public java.lang.Boolean getSameCopyCobol()
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.getCopyCobol()
,
getOutputCopyCobol()
public void setSameCopyCobol(java.lang.Boolean sameCopyCobol)
sameCopyCobol
- the new flag value to set.setCopyCobol(String)
,
setOutputCopyCobol(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |