com.ibm.wbit.tel

Interface TInterface

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

  1. public interface TInterface
  2. extends org.eclipse.emf.ecore.EObject
A representation of the model object 'TInterface'. The interface of a task is described by the port type and operation of a web service, incl. the corresponding message definitions. For an oTask the interface is defined by the signature of the operation of the service that is invoked. For an hTask the interface defines the signature of the operation the hTask exposes. For an hTask the interface defines the input and output message of the task.
Since:
6.0.1
See Also:
TaskPackage.getTInterface()

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. TInterfaceKinds
getKind()
Returns the value of the 'Kind' attribute.
  1. javax.wsdl.Operation
getOperation()
Returns the value of the 'Operation' attribute
  1. java.lang.String
getOperationName()
  1. javax.wsdl.PortType
getPortType()
Returns the value of the 'Port Type' attribute
  1. javax.xml.namespace.QName
getPortTypeName()
  1. boolean
isSetKind()
Returns whether the value of the ' Kind' attribute is set
  1. void
setKind(TInterfaceKinds value)
Sets the value of the ' Kind' attribute
  1. void
setOperation(javax.wsdl.Operation value)
Sets the value of the ' Operation' attribute
  1. void
setPortType(javax.wsdl.PortType value)
Sets the value of the ' Port Type' attribute
  1. void
unsetKind()
Unsets the value of the ' Kind' attribute
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getKind

  1. TInterfaceKinds getKind()
Returns the value of the 'Kind' attribute. The literals are from the enumeration TInterfaceKinds.

If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Kind' attribute.
See Also:

setKind

  1. void setKind(TInterfaceKinds value)
Sets the value of the ' Kind' attribute.
Parameters:
value - the new value of the 'Kind' attribute.
See Also:

unsetKind

  1. void unsetKind()
Unsets the value of the ' Kind' attribute.
See Also:

isSetKind

  1. boolean isSetKind()
Returns whether the value of the ' Kind' attribute is set.
Returns:
whether the value of the 'Kind' attribute is set.
See Also:

getOperation

  1. javax.wsdl.Operation getOperation( )
  2. throws com.ibm.wbit.tel.exception.InterfaceException
Returns the value of the 'Operation' attribute.

If the meaning of the 'Operation' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operation' attribute.
Throws:
com.ibm.wbit.tel.exception.InterfaceException
See Also:

getOperationName

  1. java.lang.String getOperationName( )

setOperation

  1. void setOperation(javax.wsdl.Operation value)
Sets the value of the ' Operation' attribute.
Parameters:
value - the new value of the 'Operation' attribute.
See Also:

getPortType

  1. javax.wsdl.PortType getPortType( )
  2. throws com.ibm.wbit.tel.exception.InterfaceException
Returns the value of the 'Port Type' attribute.

If the meaning of the 'Port Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Port Type' attribute.
Throws:
com.ibm.wbit.tel.exception.InterfaceException
See Also:

setPortType

  1. void setPortType(javax.wsdl.PortType value)
Sets the value of the ' Port Type' attribute.
Parameters:
value - the new value of the 'Port Type' attribute.
See Also:

getPortTypeName

  1. javax.xml.namespace.QName getPortTypeName( )