blob: 91903c0d3911773345999127b02b1f0e7120300d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2001, 2007 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 org.eclipse.wst.wsdl.ExtensibilityElement;
import org.eclipse.wst.wsdl.Part;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Content</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.wst.wsdl.binding.mime.MIMEContent#getType <em>Type</em>}</li>
* <li>{@link org.eclipse.wst.wsdl.binding.mime.MIMEContent#getEPart <em>EPart</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.wst.wsdl.binding.mime.MIMEPackage#getMIMEContent()
* @model
* @generated
*/
public interface MIMEContent extends ExtensibilityElement, javax.wsdl.extensions.mime.MIMEContent
{
/**
* Returns the value of the '<em><b>Type</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Type</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Type</em>' attribute.
* @see #setType(String)
* @see org.eclipse.wst.wsdl.binding.mime.MIMEPackage#getMIMEContent_Type()
* @model
* @generated
*/
String getType();
/**
* Sets the value of the '{@link org.eclipse.wst.wsdl.binding.mime.MIMEContent#getType <em>Type</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Type</em>' attribute.
* @see #getType()
* @generated
*/
void setType(String value);
/**
* Returns the value of the '<em><b>EPart</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>EPart</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>EPart</em>' reference.
* @see #setEPart(Part)
* @see org.eclipse.wst.wsdl.binding.mime.MIMEPackage#getMIMEContent_EPart()
* @model
* @generated
*/
Part getEPart();
/**
* Sets the value of the '{@link org.eclipse.wst.wsdl.binding.mime.MIMEContent#getEPart <em>EPart</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>EPart</em>' reference.
* @see #getEPart()
* @generated
*/
void setEPart(Part value);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @model
* @generated
*/
void setPart(String part);
/**
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Part</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @model kind="operation"
* @generated
*/
String getPart();
} // MIMEContent