org.eclipse.wst.wsdl
Interface PortType

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

public interface PortType
extends ExtensibleElement

A representation of the model object 'Port Type'.

Since:
1.0
See Also:
WSDLPackage.getPortType()

Method Summary
 org.eclipse.emf.common.util.EList getEOperations()
          Returns the value of the 'EOperations' containment reference list.
 javax.xml.namespace.QName getQName()
          Returns the value of the 'QName' attribute
 boolean isUndefined()
          Returns the value of the 'Undefined' attribute
 void setQName(javax.xml.namespace.QName value)
          Sets the value of the 'QName' attribute
 void setUndefined(boolean value)
          Sets the value of the 'Undefined' attribute
 
Methods inherited from interface org.eclipse.wst.wsdl.ExtensibleElement
addExtensibilityElement, getEExtensibilityElements, getExtensibilityElements
 
Methods inherited from interface org.eclipse.wst.wsdl.WSDLElement
elementChanged, getContainer, getDocumentationElement, getElement, getEnclosingDefinition, setDocumentationElement, setElement, setEnclosingDefinition, updateElement, updateElement
 
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
 

Method Detail

getQName

javax.xml.namespace.QName getQName()
Returns the value of the 'QName' attribute.

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

Returns:
the value of the 'QName' attribute.
See Also:
setQName(QName), WSDLPackage.getPortType_QName()

setQName

void setQName(javax.xml.namespace.QName value)
Sets the value of the 'QName' attribute.

Parameters:
value - the new value of the 'QName' attribute.
See Also:
getQName()

isUndefined

boolean isUndefined()
Returns the value of the 'Undefined' attribute.

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

Returns:
the value of the 'Undefined' attribute.
See Also:
setUndefined(boolean), WSDLPackage.getPortType_Undefined()

setUndefined

void setUndefined(boolean value)
Sets the value of the 'Undefined' attribute.

Parameters:
value - the new value of the 'Undefined' attribute.
See Also:
isUndefined()

getEOperations

org.eclipse.emf.common.util.EList getEOperations()
Returns the value of the 'EOperations' containment reference list. The list contents are of type Operation.

If the meaning of the 'EOperations' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'EOperations' containment reference list.
See Also:
WSDLPackage.getPortType_EOperations()