java.lang.Object
com.myeis.wsdl.extensions.j2c.myeis.MyEISOperation
- All Implemented Interfaces:
- java.io.Serializable
- public class MyEISOperation
- extends java.lang.Object
- implements java.io.Serializable
Insert the type's description here.
Creation date: (6/23/2001 8:32:04 PM)
|
Constructor Summary |
MyEISOperation()
CICSOperation constructor comment. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fieldElementType
private javax.xml.namespace.QName fieldElementType
required
private java.lang.Boolean required
fieldFunctionName
private java.lang.String fieldFunctionName
MyEISOperation
public MyEISOperation()
- CICSOperation constructor comment.
getElementType
public javax.xml.namespace.QName getElementType()
- Get the type of this extensibility element.
getRequired
public java.lang.Boolean getRequired()
- Get whether or not the semantics of this extension
are required. Relates to the wsdl:required attribute.
getFunctionName
public java.lang.String getFunctionName()
- Insert the method's description here.
Creation date: (7/25/2001 3:17:56 AM)
setElementType
public void setElementType(javax.xml.namespace.QName elementType)
- Set the type of this extensibility element.
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.
setFunctionName
public void setFunctionName(java.lang.String functionName)
- Insert the method's description here.
Creation date: (7/25/2001 3:17:56 AM)