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.
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