IBM Branch Transformation Toolkit Javadoc

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

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

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

See Also:
Serialized Form

Field Summary
protected  java.lang.Boolean _required
           
 
Constructor Summary
Lu0Operation()
           
 
Method Summary
 javax.xml.namespace.QName getElementType()
          Gets the elementType
 int getExecutionTimeout()
          Gets the executionTimeout
 java.lang.String getFunctionName()
          Gets the functionName
 int getInteractionVerb()
          Gets the interactionVerb
 java.lang.Boolean getRequired()
          Gets the required
 void setElementType(javax.xml.namespace.QName elementType)
          Sets the elementType
 void setExecutionTimeout(int executionTimeout)
          Sets the executionTimeout
 void setFunctionName(java.lang.String functionName)
          Sets the functionName
 void setInteractionVerb(int interactionVerb)
          Sets the interactionVerb
 void setRequired(java.lang.Boolean required)
          Sets the required
 
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

Lu0Operation

public Lu0Operation()
Method Detail

getElementType

public javax.xml.namespace.QName getElementType()
Gets the elementType

Specified by:
getElementType in interface javax.wsdl.extensions.ExtensibilityElement
Returns:
Returns a QName

setElementType

public void setElementType(javax.xml.namespace.QName elementType)
Sets the elementType

Specified by:
setElementType in interface javax.wsdl.extensions.ExtensibilityElement
Parameters:
elementType - The elementType to set

getFunctionName

public java.lang.String getFunctionName()
Gets the functionName

Returns:
Returns a String

setFunctionName

public void setFunctionName(java.lang.String functionName)
Sets the functionName

Parameters:
functionName - The functionName 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

getInteractionVerb

public int getInteractionVerb()
Gets the interactionVerb

Returns:
Returns a int

setInteractionVerb

public void setInteractionVerb(int interactionVerb)
Sets the interactionVerb

Parameters:
interactionVerb - The interactionVerb to set

getExecutionTimeout

public int getExecutionTimeout()
Gets the executionTimeout

Returns:
Returns a int

setExecutionTimeout

public void setExecutionTimeout(int executionTimeout)
Sets the executionTimeout

Parameters:
executionTimeout - The executionTimeout to set

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005