com.sun.tools.ws.wsdl.document.mime
Class MIMEContent
java.lang.Object
com.sun.tools.ws.wsdl.framework.Entity
com.sun.tools.ws.wsdl.framework.ExtensionImpl
com.sun.tools.ws.wsdl.document.mime.MIMEContent
- All Implemented Interfaces:
- TWSDLExtension, Elemental
public class MIMEContent
- extends ExtensionImpl
A MIME content extension.
- Author:
- WS Development Team
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MIMEContent
public MIMEContent(Locator locator)
getElementName
public QName getElementName()
getPart
public String getPart()
setPart
public void setPart(String s)
getType
public String getType()
setType
public void setType(String s)
validateThis
public void validateThis()
- Specified by:
validateThis in class Entity
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.