A representation of the model object '
Part'.
@since 1.0
@ignore This class represents a WSDL part element. Parts describe the logical abstract content of a message. Each part is associated with a type from some type system.
The following features are supported:
- {@link org.eclipse.wst.wsdl.Part#getName Name}
- {@link org.eclipse.wst.wsdl.Part#getElementName Element Name}
- {@link org.eclipse.wst.wsdl.Part#getTypeName Type Name}
- {@link org.eclipse.wst.wsdl.Part#getTypeDefinition Type Definition}
- {@link org.eclipse.wst.wsdl.Part#getElementDeclaration Element Declaration}
- {@link org.eclipse.wst.wsdl.Part#getEMessage EMessage}
@see org.eclipse.wst.wsdl.WSDLPackage#getPart()
@model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IPart"
@generated