public interface TInterface
extends org.eclipse.emf.ecore.EObject
TaskPackage.getTInterface()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
TInterfaceKinds |
getKind()
Returns the value of the 'Kind' attribute.
|
javax.wsdl.Operation |
getOperation()
Returns the value of the 'Operation' attribute
|
java.lang.String |
getOperationName() |
javax.wsdl.PortType |
getPortType()
Returns the value of the 'Port Type' attribute
|
javax.xml.namespace.QName |
getPortTypeName() |
boolean |
isSetKind()
Returns whether the value of the '
Kind ' attribute is set |
void |
setKind(TInterfaceKinds value)
Sets the value of the '
Kind ' attribute |
void |
setOperation(javax.wsdl.Operation value)
Sets the value of the '
Operation ' attribute |
void |
setPortType(javax.wsdl.PortType value)
Sets the value of the '
Port Type ' attribute |
void |
unsetKind()
Unsets the value of the '
Kind ' attribute |
static final java.lang.String COPYRIGHT
TInterfaceKinds getKind()
TInterfaceKinds
.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
TInterfaceKinds
,
isSetKind()
,
unsetKind()
,
setKind(TInterfaceKinds)
,
TaskPackage.getTInterface_Kind()
void setKind(TInterfaceKinds value)
Kind
' attribute.
value
- the new value of the 'Kind' attribute.TInterfaceKinds
,
isSetKind()
,
unsetKind()
,
getKind()
void unsetKind()
Kind
' attribute.
isSetKind()
,
getKind()
,
setKind(TInterfaceKinds)
boolean isSetKind()
Kind
' attribute is set.
unsetKind()
,
getKind()
,
setKind(TInterfaceKinds)
javax.wsdl.Operation getOperation() throws com.ibm.wbit.tel.exception.InterfaceException
If the meaning of the 'Operation' attribute isn't clear, there really should be more of a description here...
com.ibm.wbit.tel.exception.InterfaceException
setOperation(javax.wsdl.Operation)
,
TaskPackage.getTInterface_Operation()
java.lang.String getOperationName()
void setOperation(javax.wsdl.Operation value)
Operation
' attribute.
value
- the new value of the 'Operation' attribute.getOperation()
javax.wsdl.PortType getPortType() throws com.ibm.wbit.tel.exception.InterfaceException
If the meaning of the 'Port Type' attribute isn't clear, there really should be more of a description here...
com.ibm.wbit.tel.exception.InterfaceException
setPortType(javax.wsdl.PortType)
,
TaskPackage.getTInterface_PortType()
void setPortType(javax.wsdl.PortType value)
Port Type
' attribute.
value
- the new value of the 'Port Type' attribute.getPortType()
javax.xml.namespace.QName getPortTypeName()