org.eclipse.stp.core.sca
Interface WSDLPortType

All Superinterfaces:
Interface, SCAObject

public interface WSDLPortType
extends Interface

A representation of the model object 'WSDL Port Type'.

This interface is not intended to be implemented by clients.

The following features are supported:

See Also:
SCAPackage.getWSDLPortType()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 java.lang.String getCallbackInterface()
          Returns the value of the 'Callback Interface' attribute.
 java.lang.String getInterface()
          Returns the value of the 'Interface' attribute.
 void setCallbackInterface(java.lang.String value)
          Sets the value of the 'Callback Interface' attribute.
 void setInterface(java.lang.String value)
          Sets the value of the 'Interface' attribute.
 
Methods inherited from interface org.eclipse.stp.core.sca.SCAObject
addStatus, clearStatus, getEObject, getFlags, getName, getStatus, setName
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getAny

FeatureMap getAny()
Returns the value of the 'Any' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

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

Returns:
the value of the 'Any' attribute list.
See Also:
SCAPackage.getWSDLPortType_Any()

getCallbackInterface

java.lang.String getCallbackInterface()
Returns the value of the 'Callback Interface' attribute.

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

Returns:
the value of the 'Callback Interface' attribute.
See Also:
setCallbackInterface(String), SCAPackage.getWSDLPortType_CallbackInterface()

setCallbackInterface

void setCallbackInterface(java.lang.String value)
Sets the value of the 'Callback Interface' attribute.

Parameters:
value - the new value of the 'Callback Interface' attribute.
See Also:
getCallbackInterface()

getInterface

java.lang.String getInterface()
Returns the value of the 'Interface' attribute.

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

Returns:
the value of the 'Interface' attribute.
See Also:
setInterface(String), SCAPackage.getWSDLPortType_Interface()

setInterface

void setInterface(java.lang.String value)
Sets the value of the 'Interface' attribute.

Parameters:
value - the new value of the 'Interface' attribute.
See Also:
getInterface()

getAnyAttribute

FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

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

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
SCAPackage.getWSDLPortType_AnyAttribute()