![JAR search and dependency download from the Maven repository](/logo.png)
org.eclipse.wst.wsdl.binding.mime.MIMEPart Maven / Gradle / Ivy
The newest version!
/*******************************************************************************
* Copyright (c) 2001, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.wsdl.binding.mime;
import java.util.List;
import org.eclipse.wst.wsdl.ExtensibilityElement;
/**
*
* A representation of the model object 'Part'.
*
*
*
* @see org.eclipse.wst.wsdl.binding.mime.MIMEPackage#getMIMEPart()
* @model
* @generated
*/
public interface MIMEPart extends ExtensibilityElement, javax.wsdl.extensions.mime.MIMEPart {
/**
*
*
* @model
* @generated
*/
void addExtensibilityElement(javax.wsdl.extensions.ExtensibilityElement extensibilityElement);
/**
*
*
* @model dataType="org.eclipse.wst.wsdl.binding.mime.List" parameters=""
* @generated
*/
List getExtensibilityElements();
} // MIMEPart
© 2015 - 2025 Weber Informatics LLC | Privacy Policy